Submit a LigdiCash Wallet payment
Endpoints — Payin
Submit a LigdiCash Wallet payment
Finalizes a LigdiCash wallet payment by submitting the OTP received by the customer. Second step of the wallet flow.
POST
Submit a LigdiCash Wallet payment
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.
This endpoint is exclusive to the LigdiCash Wallet, to be called after GET /pay/v02/debitotp which triggers the OTP being sent to the customer.
Headers
API key of the LigdiCash project.
Bearer {API_TOKEN}application/jsonapplication/jsonBody
Same structure as POST /pay/v01/straight/checkout-invoice/create, withcustomer filled and otp containing the code received by the customer.
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.
