Reset Checkout Settings
Reset checkout settings to defaults.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
account_id
Response
Successful Response
session_expiration_minutes
Checkout session expiration time in minutes. Defaults to 1440 (24h). Configurable from 1h to 168h (7 days); the UI presents this in hours.
enable_posthog
Enable PostHog analytics for checkout tracking
posthog_api_key
PostHog Project API Key
posthog_init_keys
Custom keys to pass to posthog.init
create_new_customer_per_session
Create a new customer for every checkout session
detach_failed_payment_method
Detach payment methods that fail on checkout
enable_promo_code
Show the promo code entry field on checkout
default_country
Default country for checkout
billing_address_country
Collect country in billing address
billing_address_address
Collect street address in billing address
billing_address_city_state
Collect city/state in billing address
billing_address_zip
Collect ZIP code in billing address
enable_shipping_address
Collect shipping address on checkout
enable_consent_checkbox
Require the consent checkbox before completing checkout
custom_checkbox_text
Custom text for the consent checkbox
allow_duplicate_product_subscriptions
Allow creating subscriptions for products a customer already has a non-cancelled subscription for
primary_color
Primary color for checkout in hex format
text_color
Text color for checkout in hex format
background_color
Background color for checkout in hex format
Errors
422
Unprocessable Entity Error