Transfers & Payouts
Send funds to Mobile Money wallets, and track your balance and settlements. Bulk/batch payouts are on the roadmap.
Wajub offers two payout modules today: Transfers for individual Mobile Money payouts, and Balance & settlements for tracking available funds and settlement cycles. A Bulk Transfers (Push) module for batch mass-payout workflows is on the roadmap — see the note below before you plan around it.
Related pages
Choosing the right module
| Need | Module |
|---|---|
| Pay a single freelancer or supplier | Transfers |
| Distribute earnings to many beneficiaries at once | Transfers, called once per beneficiary — see Bulk Transfers roadmap |
| Check the balance and upcoming received settlements | Balance & settlements |
| Understand settlement fees and deductions | Balance & settlements |
Bulk Transfers (Push) does not exist yet
There is no batch/bulk payout endpoint in the API or CSV import in the Dashboard today — contacting
support will not enable it. Every transfer is created individually via POST /transfers; use a
unique Idempotency-Key per transfer to prevent duplicates when looping over a list. See the
Bulk Transfers roadmap page for status.
API resources for Transfers & Payouts
| Method | Endpoint | Used for |
|---|---|---|
POST GET | /transfers | Create and track a single payout |
POST GET | /beneficiaries | Pre-register recipients for faster transfers |
GET | /balance | Available balance and settlement tracking |
Payout calls require the private key (sk.…) and an Idempotency-Key header — see
Idempotency. If paying out a Sync subaccount owner, see Sync → API
resources for the X-Sync header.
Was this page helpful?