Payment status codes and what they mean
status
, statusCode
and description
.
PENDING
when the initiation request is still being processed.COMPLETED
when the initiation request has passed validation checks and been accepted by the bank.
Settlement is expected to happen in due course (unless fraud checks fail).FAILED
when the bank has rejected the initiation request and the payment will not be processed further.ACCC
ACWP
ACSC
ACSP
ACFC
ACCP
ACWC
ACTC
PATC
PART
PDNG
RCVD
RJCT
CANC
1
implies the payment flow has been successful and the funds have left the users bank account.0
implies the payment was rejected or failed due to technical issues on the banks side.2
implies the payment is in a pending state and the customers bank has further checks to complete before the payment is authorised.ACSC
and ACWP
are marked as 1
, their settlement success rate is approximately 99%, compared to ACCC
which settles at 100%. In most cases, payments with a status code of ACSC
or ACWP
will settle successfully, though in rare cases, reversals may occur.
It is the client’s responsibility to determine how these two status codes are handled within their integration.