Skip to main content
POST
Create a wallet payout
The beneficiary must have a LigdiCash account. To send directly to a mobile money number without a LigdiCash account, use POST /pay/v01/straight/payout.

Headers

Apikey
string
required
API key of the LigdiCash project.
Authorization
string
required
Bearer {API_TOKEN}
Accept
string
required
application/json
Content-Type
string
required
application/json

Body

commande
object
required

Response

response_code
string
"00" = payout initiated, any other value = error.
token
string
Payout token. Store it — required to verify the status.
response_text
string
Associated message. Can be empty.
description
string
Additional description. Can be empty.
custom_data
array
Always [].
wiki
string
URL to the sub-codes documentation.

Error codes

Wiki: https://client.ligdicash.com/wiki/createWithdrawal — see Sub-codes per endpoint. Customer payout — to LigdiCash wallet — use cases and top_up_wallet details.