To check initiated and authorized Fee payment status, you need to call Get Payment Status API.
In the URL, you need to provide “paymentOrderNo”.
/ob/payments/{{paymentOrderNo}}/status
Please use “paymentOrderNo” which was inputted in Authorize Payment without SCA API URL.
Response body will return “transactionStatus”.
{
"transactionStatus": "PDNG"
}
All possible transaction statuses 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.