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.Documentation Index
Fetch the complete documentation index at: https://docs.xpaycheckout.com/llms.txt
Use this file to discover all available pages before exploring further.
| 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 error code. See our Error Codes documentation for a complete list of possible error 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. |