Skip to main content
POST
Submit a LigdiCash Wallet payment
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

string
required
API key of the LigdiCash project.
string
required
Bearer {API_TOKEN}
string
required
application/json
string
required
application/json

Body

Same structure as POST /pay/v01/straight/checkout-invoice/create, with customer filled and otp containing the code received by the customer.
object
required

Response

string
"00" = success, "01" = error.
string
Transaction token. Store it immediately — required for confirm.
string
Success: "Votre requête est en cours de traitement". Failure: Echec (CodeXX).
string
URL to the sub-codes documentation.

Error codes

Wiki: https://client.ligdicash.com/wiki/createInvoice — see Sub-codes per endpoint. LigdiCash Wallet — full two-step flow.