Payment lifecycle status
This status depicts the current state of the payment with the all the operations that have taken place on it (captures, cancels, refunds, etc.).
The status of the payment operation refers exclusively to the result of that operation.
Status | Description |
---|---|
unknown | The create payment operation is not completed. When an error occurred during payment processing and the current state cannot be determined yet. The status will change as soon as the final status is known. |
failed | The create payment operation is completed. It was failed for technical reasons. |
declined | The create payment operation is completed. It was declined by the processor (issuers/payment schemes). |
rejected | The create payment operation is rejected. |
aborted | The create payment operation is completed. It has been cancelled (either by you or the consumer). Session timeout before the completion of an operation (in the asynchronous flow) also carries aborted status. |
pending | The create payment operation requires next steps. You, the consumer or issuer/payment scheme should take an action to complete the transaction attempt. This status could appear when the consumer is in session or post payment session. Pending status also signifies the unknown status where the status of the transaction is not available or confirmed by the issuers/payment schemes. |
approved | The create payment operation is completed. The payment was authorized by the processor (issuers/payment schemes) and it is pending to capture. |
partially_cancelled | Part of the authorized amount has been cancelled. There are no captures or refunds on the payment. |
cancelled | All the authorized amount has been cancelled. There are no captures or refunds on the payment. |
partially_captured | Part of the authorized amount has been captured. There are no refunds on the payment. |
captured | All the authorized amount has been captured. There are no refunds on the payment. |
partially_refunded | Part of the authorized amount has been refunded. |
refunded | All the authorized amount has been refunded. |