Prerequisites
- Payout must be enabled on your API project.
- Your server IP addresses must be whitelisted by LigdiCash — requests from non-whitelisted IPs are rejected. Contact developper@ligdicash.com to enable it.
- The sub-account of the operator matching the beneficiary’s number must be sufficiently funded.
Endpoint
Required headers
Request body
All fields are nested inside acommande object.
object
required
Request example
Response
string
Request result code.
"00" means the payout was initiated successfully. Any other value indicates an error.string
JWT token identifying the payout. Store it immediately — it is required to verify the status if your callback does not fire.
string
Textual message associated with the response code. Can be empty.
string
Additional description. Can be empty.
string
Always
"" for Merchant payout.string
URL to the list of error codes specific to this endpoint. Consult when
response_code !== "00".Success
Differences with Customer payout
Related pages
- Customer payout — send to LigdiCash wallet with auto-transfer option
- Verify the status of a payout
- The LigdiCash merchant account — understanding sub-accounts and per-operator balances
