Skip to main content
GET
Verify the status of a payout

Headers

Apikey
string
required
API key of the LigdiCash project.
Authorization
string
required
Bearer {API_TOKEN}

Query parameter

withdrawalToken
string
required
Token returned by the payout creation endpoint (/withdrawal/create or /straight/payout).

Response

response_code
string
"00" = call succeeded, any other value = error.
token
string
JWT payout token — identical to the one passed as parameter.
response_text
string
Result code label. Can be empty.
description
string
Additional description. Can be empty.
custom_data
array
Always [].
status
string
Payout status: completed, pending, or notcompleted.
operator_id
string
Operator identifier. Example: "11" for Orange Burkina.
operator_name
string
Operator name. Example: "ORANGE BURKINA".
wiki
string
URL to the sub-codes documentation.
statusMeaning
completedPayout finalized successfully
pendingProcessing in progress
notcompletedPayout failed

Error codes

Wiki: https://client.ligdicash.com/wiki/createStraightWithdrawal — see Sub-codes per endpoint. Verify the status of a payout — polling vs callback strategy.