Status Codes
Learn about the Status Codes returned by our APIs
Deposits Status Codes
The status of the deposits is separated into categories so that you can handle them better and know your customers' behavior.
You can use the DEPOSITSto retrieve the status of a refund.
Status | Description |
---|---|
PENDING | The deposit is created with all the required information, awaiting the customer's payment. |
EXPIRED | The deposit has reached its expiration time, and the user didn't pay. |
CANCELLED | The customer has canceled the deposit. |
SUCCESS | The deposit has been completed, and the money was transferred to the bank account. |
FAILED | The deposit has failed due to some error in the processing stage. |
Updated 9 months ago