Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.adullam.dev/llms.txt

Use this file to discover all available pages before exploring further.

Adullam Transfers Overview

Use the Transfers API to send money to recipients via mobile money (Orange, MTN, Moov, Wave) in West Africa. You can create a transfer, retrieve a single transfer, list transfers with filters and pagination, and reverse a transfer when needed.

Core operations

Create Transfer

Send money to a recipient’s mobile money account (amount in XOF, channel required).

Get Transfer

Retrieve a single transfer by ID.

List Transfers

List transfers with optional filters and pagination (cursor, limit).

Reverse Transfer

Reverse a transfer (cancel or refund) with reason and optional description.

Transfer flow

  1. Create a transfer with amount (XOF), currency (XOF), recipient_phone, and channel. Include Idempotency-Key header for safe retries.
  2. Status moves from pending to processing then completed or failed. Use List transfers or Get transfer to check status, or webhooks for events.
  3. When authorized, use Reverse transfer with a reason (e.g. error, customer_request).
Batch transfers (multiple recipients in one request) are available via the gRPC API. See gRPC overview and Proto reference.

Support

Need help? Contact us by email (support@adullam.dev), WhatsApp (chat), or Telegram (@adullam_official).