Payment status

{
  "transactionStatus": "PDNG"
}

All possible transaction statuses mentioned below.
Please note that status “PDNG” means payment order is still processing and has not reached one of final statuses: “ACSC” or “RJCT”, therefore do no create additional business logic for payment. E.g., you must not create retry mechanism for “PDNG” payments as they are still processing!

StatusIs FinalDescription
RCVDNOPayment order created
PDNGNOPayment order in processing
ACSCYESPayment completed
RJCTYESPayment order/Payment failed or rejected

Tip! Some of the payments may require manual AML examination, thus they can be executed with a delay.

Payment initiation flow

Payment initiation flow

Scroll to Top