Dart Digital API DOCs#
This collection serves as the central API reference for the Dart Digital platform — a digital financial services platform accessible via:Staging/Test: https://dev-gateway.mydartdigital.com
Production: https://gateway.mydartdigital.com
It is intended for developers, integration partners, and internal teams building on or consuming the Dart Digital platform APIs.
Getting Started#
To begin integrating with the Dart Digital platform:1.
Sandbox (Test) Credentials — Visit https://sandbox.mydartdigital.com to create an account and retrieve your sandbox/test credentials. Use these credentials to test your integration against the staging environment (https://dev-gateway.mydartdigital.com). 2.
Production Credentials — Once you have completed testing and are ready to go live, switch to https://account.mydartdigital.com to retrieve your production credentials and point your integration to the live environment. Note: The sandbox environment is strictly for testing purposes. Do not use production credentials in the sandbox, and do not use sandbox credentials in production.
What's Covered#
The collection documents the following core functional areas:🔐 Authentication#
All apis endpoints (collection, payout, etc) are protected by an OAuth‑style access token.To obtain that token you must first call the Auth API with your Gateway ID and Gateway Secret:👤 Account Management#
Endpoints for see balance across different currencies.💳 Collections — Pay via Bank Transfer#
Endpoints to initiate bank transfer payments, check payment status, retrieve transaction history, get supported banks.💸 Payouts#
Endpoints for initiating fund transfers, validating bank accounts, and retrieving the list of supported banks.🔔 Webhooks#
visit webhooks section for more info.
Authentication#
Requests use a Bearer token obtained from the Auth API. Set the token variable after a successful validation to authenticate subsequent requests.Variables#
| Variable | Description |
|---|
base_url | Base URL for the staging/test environment |
gateway_id | Your API gateway client ID |
gateway_secret | Your API gateway client secret |
token | Bearer token obtained after validation |
Modified at 2026-05-17 11:29:49