LigdiCash operates exclusively in CFA francs (XOF). All amounts sent to the API, regardless of the display currency in your interface, must be expressed in XOF.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.
Currency
Thedevise field in the body of all your requests must always be "XOF":
Amount format
XOF has no decimals. All amounts are integers:| ✅ Correct | ❌ Incorrect |
|---|---|
5000 | 5000.00 |
100 | 100.5 |
25000 | "25000" (string) |
integer), never as strings or with decimals.
Limits per operator
Each operator enforces its own amount limits per transaction. These limits generally cover:- Minimum amount per transaction
- Maximum amount per transaction
- Daily cap (depending on the operator)
If an amount exceeds the operator’s limit, the transaction will return an error. See Sub-codes per endpoint — notably
Echec (Code02) on createInvoice — for details.Related pages
- Response codes and statuses — interpreting API errors
- Common errors — including out-of-range amount errors
