GET /api/payments/reference/{referenceNo}/status
Returns the current status and full details of a payment transaction using the merchant-supplied referenceNo. Use this when you need to look up a transaction without the system-generated transactionId.
If you have the system
transactionId, prefer Get Payment Status for a more direct lookup.Path Parameters
The merchant-assigned reference number supplied during Initiate Payment.Example:
MER-20240616-001Response
200 — Success
400 — Bad Request
referenceNo is missing or empty in the request path.
404 — Not Found
No transaction exists for the givenreferenceNo.