Working with our APIs
Payment Statuses
The xIntentId tracks the lifecycle of a payment intent. Below is a table outlining the different statuses that an xIntentId can have during the payment process and what each status indicates.
Status | Description |
---|---|
CREATED | The payment intent has been successfully created, but no payment has been initiated yet. |
SUCCESS | The payment was processed successfully, and the transaction is complete. |
FAILED | The payment attempt failed due to various possible reasons. When a payment fails, you’ll receive a specific decline code. See our Decline Codes documentation for a complete list of possible decline codes and their meanings. |
CANCELLED | The payment was cancelled by the merchant or user before it was completed. |
REFUNDED | The payment was successfully processed but has since been fully refunded to the customer. |
PARTIALLY_REFUNDED | A portion of the original payment amount has been refunded to the customer. |
DISPUTED | The customer has disputed the charge with their bank, initiating a chargeback process. |
DISPUTE_UNDER_REVIEW | The dispute is currently being reviewed by the card issuer. |
DISPUTE_WON | The dispute was resolved in favor of the merchant, meaning the chargeback claim has been settled successfully, and the funds remain with the merchant. |
DISPUTE_LOST | The dispute was resolved in favor of the customer, and the funds from the original transaction have been returned to them. |
If you have further questions or require assistance, feel free to contact us at hello@xpaycheckout.com.