GET /api/payments/{transactionId}/status
Returns the current status and full details of a payment transaction using the system-generated transactionId.
Path Parameters
The unique transaction ID returned by the Initiate Payment response.Example:
TXN-20240616143022-A7F9E2Response
200 — Success
400 — Bad Request
transactionId is missing or empty in the request path.
404 — Not Found
No transaction exists for the giventransactionId.