Skip to main content
All non-2xx responses include error details in this shape:
Use both HTTP status and errorCode in your handling logic.

Collection Errors

Disbursement Errors

General Errors

Fast Troubleshooting Flow

1

Check HTTP status and errorCode

Parse both values first to classify auth, validation, configuration, or processing issues.
2

Verify request basics

Confirm client-id, client-secret, provider slug, reference uniqueness, and integer minor-unit amount.
3

Check dashboard state

Confirm wallet status, integration status, disbursement PIN, webhook config, and whitelisted IP settings.
4

Retry safely

Use idempotent retries with exponential backoff for transient failures.

Endpoint Specification

Response format, filtering, and API conventions.

Supported Providers

Validate provider slugs and market coverage.

Testing

Reproduce and validate error scenarios in sandbox.