Get Checkout Attempt Details

View as Markdown
Get complete checkout attempt details including all processor attempts.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

checkout_attempt_idstringRequired
account_idstringRequired

Response

Successful Response
checkout_attempt_idstring
checkout_session_idstring
payment_intent_idstring or null
statestring
error_message_for_customerstring or null
error_message_for_debugstring or null
card_checkout_attempt_idstring or null
card_checkout_attempt_statestring or null
processor_attemptslist of objects or null

Errors