Verify the status of a payin invoice
Endpoints — Payin
Verify the status of a payin invoice
Verifies the status of a payin invoice (hosted or direct) from the creation token.
GET
Verify the status of a payin invoice
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.
Headers
API key of the LigdiCash project.
Bearer {API_TOKEN}application/jsonQuery parameter
Token returned by the
create endpoint at invoice creation. Do not use the callback token — they are different.Response
"00" = call succeeded, "01" = technical error.Payment status:
completed, pending, or notcompleted.Empty in the
confirm response.Error sub-code if
response_code = "01", empty otherwise.Free-form description. Can be empty.
Identifier of the operator used. Empty if
status = pending.Operator name. Empty if
status = pending.Payer’s number.
null if status = pending.Amount in XOF.
Same as
montant.Transaction date. Format:
YYYY-MM-DD HH:MM:SS+TZ.Concatenation of
valueof_customdata values whose key contains "id". Matches the transaction_id if the pattern is respected.Operator reference. Can be empty.
Unique LigdiCash identifier. Useful for support.
Metadata enriched by LigdiCash.
URL to the sub-codes documentation.
status | Meaning |
|---|---|
completed | Payment confirmed |
pending | Awaiting operator processing |
notcompleted | Payment did not go through |
Error codes
Wiki:https://client.ligdicash.com/wiki/confirmInvoice — see Sub-codes per endpoint.
