Appearance
Skip to content
Are you an LLM? You can read better optimized documentation at /checkout-intent-tickets/view.md for this page in Markdown format
Viewing a Checkout Intent Ticket

The CIT detail page shows all fields for the checkout session in a single Basics card.
Permissions
| Action | Permission required |
|---|---|
| View a ticket | checkout_intent_ticket:read |
| View audit trail | checkout_intent_ticket:audit |
Basics
| Field | Description |
|---|---|
| ID | The internal Payment Nexus identifier for this CIT. Copyable. |
| Unique ID | The public identifier for this checkout session, used in the checkout URL passed to the customer. Copyable. |
| External Order ID | The order reference from the brand's system. Copyable when present. |
| Amount Editable | Whether the customer was able to change the amount before confirming payment. |
| Transaction Amount | The amount and currency configured by the brand for this session. Copyable. |
| Normalized Amount | The EUR equivalent of the transaction amount, converted at the exchange rate in effect when the session was created. Copyable. |
| Payment Intent Ticket | A link to the associated PIT, if a payment was initiated during this session. Empty if the session expired before the customer acted. |
| Destination on Success | The URL the customer is sent to when the payment succeeds. |
| Destination on Failure | The URL the customer is sent to when the payment fails. |
| Destination on Pending | The URL the customer is sent to when the payment is left in a pending state. |
| Destination on Completed | A fallback destination used when no specific Success or Failure destination is configured. See Destination URLs in the glossary for details. |
| Destination on Cancel | The URL the customer is sent to if they cancel during checkout. |
| Created At | When the CIT was created. |
| Updated At | When the CIT was last modified. |
Session Expiry
Checkout sessions are time-limited. Once the customer opens the checkout link, they have 15 minutes to complete the checkout flow. If they do not act within that window, the session expires and the CIT remains unlinked to any payment.