v1
latestOpenAPI 3.0.32026-07-248257161.1 KBPayout
Initiate a payout transaction
Use this endpoint to send money to a mobile money.
post/payouts
Query parameters
payment_type'wave_money' | 'orange_money' | 'maxit' | 'mtn_money' | 'free_money' | 'moov' | 'mobicash' | 'togocell' | 'bictorys' | 'card'
The type parameter allows to select the payout service provider. E.g mtn_money, orange_money, wave_money, move_money
Headers
idempotency-keystring uuid
The value of this query parameter guarantees the idempotence of the operation. Several HTTP requests with the same request identified value are interpreted as the same request to be executed only once. This value may be generated randomly by the caller, but the same value should be used in case of retry.
X-Amzn-Trace-Idstring
The parameter Identifies this HTTP request across all services. It helps to diagnostic request errors. The parameter is added automatically by the API gateway
Request body
Example request
{
"amount": 10,
"currency": "XOF",
"country": "CI",
"customerId": "fbd2053b-638d-4133-957e-3caf63e6b79c",
"customerObject": {
"id": "fbd2053b-638d-4133-957e-3caf63e6b79c",
"name": "John Dao",
"email": "john.dao@example.com",
"address": "23, avenue de la liberté",
"city": "Dakar",
"country": "SN",
"locale": "fr-FR",
"createdAt": "2022-06-20T17:17:11Z",
"updatedAt": "2022-06-20T17:17:11Z"
},
"paymentReason": "salary payment",
"merchantReference": "33e1c83b-7cb0-437b-bc50-a7a58e5660ad"
}Response
The payout transaction is initiated.
Example response
{
"id": "33e1c83b-7cb0-437b-bc50-a7a58e5660ad"
}