To check initiated and authorized Fee payment status, you need to call the Get Payment Status API.
In the URL, you need to provide “paymentOrderNo”.
/ob/payments/{{paymentOrderNo}}/status
Please use “paymentOrderNo” which was inputted in the Authorize Payment without the SCA API URL.
The response body will return “transactionStatus”.
{n u0022transactionStatusu0022: u0022PDNGu0022n}
All possible transaction statuses are mentioned below.
Status | Is Final | Description |
---|---|---|
RCVD | NO | Payment order created |
PDNG | NO | Payment order in processing |
ACSC | YES | Payment completed |
RJCT | YES | Payment order/Payment failed or rejected |
Tip! Some of the payments may require manual AML examination, thus they can be executed with a delay.