Payouts
POST /payouts/initiate
Initiates an outbound mobile money payout (cash-in to a phone number).
Request body
| Field | Type | Required | Description |
|---|---|---|---|
amount | number | ✅ | Amount to send |
currency | string | — | XOF by default |
operatorSlug | string | ✅ | Operator slug |
recipientPhone | string | ✅ | Recipient's phone number |
recipientName | string | — | Recipient's name |
merchantRef | string | — | Internal merchant reference |
notifyUrl | string | — | Webhook URL |
description | string | — | Description |
GET /payouts/:reference
Retrieves the status of a payout.