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:
Status | Description |
---|---|
FAILED | The payment has failed due to an error or insufficient funds. |
SUCCESS | The payment has been successfully processed. |
INIT | The payment process has been initialized but not yet completed. |
PENDING | The payment is pending and awaiting further action or confirmation. |
REDIRECT | The user has been redirected to a third-party page for payment completion. |
BLOCKED | The payment has been blocked due to security or compliance reasons. |
ABANDONED | The 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.