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.
Identity
| Field | Value |
|---|---|
| Country | DRC |
| Operator | Orange Money DRC |
operator_id | 34 |
operator_name | ORANGE RDC CONGO |
| Country code | +243 |
| Number format | 243XXXXXXXXX (no + or spaces) |
| Endpoint | POST /pay/v01/straight/checkout-invoice/create |
| Validation mode | LigdiCash redirect |
Validation mode: LigdiCash redirect
For Orange Money DRC, the LigdiCash integration currently goes through a dedicated LigdiCash web page, rather than direct API processing. The flow is:- You call
/pay/v01/straight/checkout-invoice/createwith the customer’s number incustomerandotp: "". - LigdiCash responds with the transaction
tokenand aresponse_textfield containing the URL of a LigdiCash payment page where the number is pre-filled and only Orange DRC is offered. - You redirect the customer’s browser to that URL.
- The customer confirms the payment from the LigdiCash page and the payment proceeds following the operator’s own flow.
- LigdiCash notifies you of the final result via your
callback_url.
This mode does use the
/straight/checkout-invoice/create endpoint (direct payin). Do not confuse this with hosted payin, which uses a distinct endpoint and exposes a multi-operator payment page.Recommended UX
Submit the request
Request to
POST /pay/v01/straight/checkout-invoice/create with customer filled and otp: "".Retrieve the LigdiCash page URL
In the response, the
response_text field contains the URL of the dedicated LigdiCash payment page.Redirect the customer
Redirect the customer’s browser to that URL. The page shows the pre-filled number and Orange DRC pre-selected.
Request example
Expected response
response_text. The payment page will only show Orange Money DRC with the pre-filled number.
Limits
| Parameter | Value |
|---|---|
| Minimum amount | 10 XOF |
| Maximum amount | — |
| Daily limit | — |
Related pages
- Validation modes — LigdiCash redirect — flow details
- Create a transaction — full endpoint reference
- Verify the status — call
confirmafter the callback
