Retrieve the status of a payment transaction using its transaction ID.
GET /payment-status/:transId
Check the status of a payment by transaction ID.
Status | Meaning |
---|---|
CREATED | Payment not yet attempted. |
PENDING | User is in process of payment. |
SUCCESSFUL | Payment completed successfully. |
FAILED | Payment failed. |
EXPIRED | This means 24 hours have passed since the payment link was generated and no successful payment attempt was made in that time interval OR the link got manually expired to prevent payment. |
Transaction ID of the payment.
Payment status retrieved successfully
The response is of type object[]
.