Get Checkout Attempt
Get checkout attempt by ID.
Supports expand options:
- processor_attempts: Include processor attempt summaries
- card_checkout_attempt: Include full card checkout attempt with 3DS info
- payment_method: Include payment method details
- state_transitions: Include state transition history
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
checkout_attempt_id
account_id
Query parameters
expand
Fields to expand: processor_attempts, card_checkout_attempt, payment_method, state_transitions
Response
Successful Response
id
checkout_session_id
state
created_at
updated_at
customer_id
payment_intent_id
cascade_tier
error_code
error_message_for_customer
error_message_for_debug
client_request_id
submitted_customer_info
fraud_metadata
attempt_metadata
invoice_id
subscription_id
payment_method_id
card_checkout_attempt_id
card_checkout_attempt_state
processor_attempts
card_checkout_attempt
Expanded card checkout attempt data.
payment_method
Payment method API response model.
state_transitions
Errors
422
Unprocessable Entity Error