Retrieve a single checkout session by its ID, including contract data (plan-based or product-based), pricing estimates, customer information, payment details, and configuration.
Notes:
Documentation Index
Fetch the complete documentation index at: https://docs2.zenskar.com/llms.txt
Use this file to discover all available pages before exploring further.
The unique identifier of the checkout session to retrieve
Successfully retrieved checkout session
Schema for checkout session response
This schema defines the response format for checkout session operations, including all session details, status information, and associated data.
Unique identifier for the checkout session
Current status of the checkout session (open, processing, completed, closed, cancelled)
open, processing, completed, closed, cancelled Current status of the payment (not_started, pending, paid, failed, no_payment_required)
not_started, pending, paid, failed, no_payment_required Contract data associated with this checkout session
Indicates if this was a guest checkout flow
ID of the associated contract, if one has been created
ID of the execution process for this checkout session
Timestamp when the checkout session was confirmed
Timestamp when the payment was received
External payment intent ID from the payment provider
Calculated price estimates for the contract as EstimationResponseSchema (estimation_id, current_invoice, future_invoices, amount_due, credit_notes)
ID of the customer associated with this checkout session
ID of the business entity associated with this checkout session
Customer data snapshot at the time of checkout
Timestamp when this checkout session expires
Timestamp of the last activity on this checkout session
Timestamp when the checkout session was completed
Idempotency key used when creating this checkout session
Correlation ID for cross-service tracking
Display currency for the checkout session
URL to redirect customers after successful checkout
URL to redirect customers after cancellation
URL to redirect customers when payment is pending
UTM and attribution data for marketing tracking
Arbitrary key-value storage for additional data