Create a direct payin transaction
Endpoints — Payin
Create a direct payin transaction
Initiates a mobile money payment directly from your interface, without redirecting to a LigdiCash page.
POST
Create a direct payin transaction
Documentation Index
Fetch the complete documentation index at: https://developers.ligdicash.com/llms.txt
Use this file to discover all available pages before exploring further.
The LigdiCash Wallet uses distinct endpoints (
/v02). See GET /pay/v02/debitotp and POST /pay/v02/debitwallet/withotp.Headers
API key of the LigdiCash project.
Bearer {API_TOKEN}application/jsonapplication/jsonBody
Response
"00" = success, "01" = error.Transaction token. Store it immediately — required for
confirm.Success:
"Votre requête est en cours de traitement". Failure: Echec (CodeXX).URL to the sub-codes documentation.
Error codes
Wiki:https://client.ligdicash.com/wiki/createInvoice — see Sub-codes per endpoint.
Related guides
- Create a transaction — examples per OTP mode
- Validation modes — USSD OTP, SMS OTP, Approval
