Skip to main content

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.

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
This is the sandbox environment for testing. Production URLs will be provided upon approval.

Test Credentials

For testing purposes, use the following credentials:
{
  "email": "test.user@dcash.africa",
  "password": "7223acsD67#"
}
These are test credentials for the sandbox environment only. Never use production credentials in documentation or public repositories.

Quick Start

Authentication

Learn how to authenticate your API requests

Process Deposits

Accept payments from your users

Process Withdrawals

Send funds to your users

Check Status

Monitor transaction status

Support

If you need help with your integration, please contact our support team at support@dcash.africa.