Send money to a user’s mobile money account or bank via a payout service.
POST /payout
Send money to a user’s mobile money account or bank via a payout service.
Name | Required | Type | Description |
---|---|---|---|
amount | Yes | integer | Amount to send (minimum 100 XAF). |
phone | Yes | string | Recipient phone number (e.g., 67XXXXXXX). |
medium | No | string | "mobile money" or "orange money" . Auto-detected if omitted. |
name | No | string | Recipient’s name. |
No | string | Recipient’s email for payout confirmation receipt. | |
userId | No | string | Your system’s user ID for payout tracking (1-100 chars; allowed: a-z, A-Z, 0-9, -, _). |
externalId | No | string | Transaction/order ID for reconciliation (1-100 chars; allowed: a-z, A-Z, 0-9, -, _). |
message | No | string | Description or reason for payout. |
Accepted
The response is of type object
.