Retrieve a checkout configuration
Retrieves a checkout configuration by ID. This endpoint is public so a checkout page can load from the configuration URL.
Headers
Pins the request to a dated API version.
"2026-07-08-1"
Path Parameters
The ID of the checkout configuration.
Response
checkout configuration found (unauthenticated)
Checkout configuration ID, prefixed ch_.
When the checkout configuration was created, as an ISO 8601 timestamp.
When the checkout configuration was last updated, as an ISO 8601 timestamp.
Account ID, prefixed biz_.
Checkout mode: payment collects payment now; setup saves payment details for later.
payment, setup Currency used for setup-mode payment method availability; defaults to usd when omitted.
Plan used for payment checkout. null in setup mode.
Affiliate code applied at checkout, or null when none is set.
Custom key-value metadata copied to payments and memberships. null without the checkout_configuration:basic:read scope.
URL customers are sent to after checkout, or null when no redirect is configured.
Checkout URL you can send to customers.
3D Secure behavior for this checkout, or null to use the account default.
Payment method overrides for this checkout. null when it uses the plan or platform defaults.

