> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dcash.africa/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Welcome to the DCash API documentation

## Welcome to DCash API

DCash provides a comprehensive payment API that enables seamless integration with mobile money providers across Africa. This documentation will guide you through the integration process.

## Base URL

All API requests should be made to:

```
https://sandbox.dcash.africa
```

<Note>
  This is the sandbox environment for testing. Production URLs will be provided
  upon approval.
</Note>

## Test Credentials

For testing purposes, use the following credentials:

<CodeGroup>
  ```json Test User theme={null}
  {
    "email": "test.user@dcash.africa",
    "password": "7223acsD67#"
  }
  ```
</CodeGroup>

<Warning>
  These are test credentials for the sandbox environment only. Never use
  production credentials in documentation or public repositories.
</Warning>

## Quick Start

<CardGroup cols={2}>
  <Card title="Authentication" icon="key" href="/authentication">
    Learn how to authenticate your API requests
  </Card>

  <Card title="Process Deposits" icon="arrow-down" href="/api-reference/transactions/deposits">
    Accept payments from your users
  </Card>

  <Card title="Process Withdrawals" icon="arrow-up" href="/api-reference/transactions/withdrawals">
    Send funds to your users
  </Card>

  <Card title="Check Status" icon="magnifying-glass" href="/api-reference/transactions/check-status">
    Monitor transaction status
  </Card>
</CardGroup>

## Support

If you need help with your integration, please contact our support team at [support@dcash.africa](mailto:support@dcash.africa).
