Skip to main content
GET /api/payments/{transactionId}/status Returns the current status and full details of a payment transaction using the system-generated transactionId.
If you only have your own reference number, use Get Payment Status by Reference instead.

Path Parameters

transactionId
string
required
The unique transaction ID returned by the Initiate Payment response.Example: TXN-20240616143022-A7F9E2

Response

200 — Success

data
object

400 — Bad Request

transactionId is missing or empty in the request path.

404 — Not Found

No transaction exists for the given transactionId.

500 — Internal Server Error


Examples

GET /api/payments/TXN-20240616143022-A7F9E2/status