PayAgency Logo

Payment Status

This document specifies all the payment statuses that the API or webhook can return in their response.

Payment Statuses

The following are the possible payment statuses that the API or webhook can return:

StatusDescription
FAILEDThe payment has failed due to an error or insufficient funds.
SUCCESSThe payment has been successfully processed.
INITThe payment process has been initialized but not yet completed.
PENDINGThe payment is pending and awaiting further action or confirmation.
REDIRECTThe user has been redirected to a third-party page for payment completion.
BLOCKEDThe payment has been blocked due to security or compliance reasons.
ABANDONEDThe payment process was started but not completed by the user.

These statuses provide real-time information about the state of a transaction and help in understanding the payment lifecycle.

On this page