Checkout Sessions
Hämta kassa-session
Hämta detaljer om en specifik kassa-session med dess ID.
GET
JavaScript
Documentation Index
Fetch the complete documentation index at: https://docs.dodopayments.com/llms.txt
Use this file to discover all available pages before exploring further.
Auktoriseringar
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Sökvägsparametrar
Svar
Checkout session successfully fetched
Created at timestamp
Id of the checkout session
Customer email: prefers payment's customer, falls back to session
Customer name: prefers payment's customer, falls back to session
Id of the payment created by the checkout sessions.
Null if checkout sessions is still at the details collection stage.
status of the payment.
Null if checkout sessions is still at the details collection stage.
Tillgängliga alternativ:
succeeded, failed, cancelled, processing, requires_customer_action, requires_merchant_action, requires_payment_method, requires_confirmation, requires_capture, partially_captured, partially_captured_and_capturable Last modified on January 28, 2026
JavaScript