callback_url. If the callback does not fire — network unavailable, server restarted, delay too long — you can query this endpoint directly with the token returned at creation.
The callback remains the primary method. This endpoint is a safety net, not a substitute for the callback. Do not use it in a tight loop: prefer spaced polling (every 30 to 60 seconds) with a maximum number of attempts.
Endpoint
Parameters
Required headers
Request example
Response
string
Request result code.
"00" means the call succeeded. Any other value indicates an error.string
JWT token of the payout — identical to the one used as a parameter.
string
Label of the result code from the LigdiCash wiki. Can be empty.
string
Additional description. Can be empty.
array
Always
[] on this endpoint.string
URL to the list of error codes specific to this endpoint.
string
Payout transaction status:
"completed", "pending", or "notcompleted". See Response codes and statuses.string
Identifier of the operator that processed the payout (e.g.
"11" for Orange Burkina).string
Operator name (e.g.
"ORANGE BURKINA").Success
Interpreting the status
Base your business logic on thestatus field.
Related pages
- Customer payout — create a payout to LigdiCash wallet
- Merchant payout — create a payout to mobile money
- Response codes and statuses
