Skip to main content
GET
Get checkout configuration

Authorizations

Authorization
string
header
required

API key in the format: Bearer {api_token}

Response

Checkout configuration

object
string
required
allowed_countries
string[]
required

ISO 3166-1 alpha-2 allow-list; empty means every country can check out.

collect_tax
boolean
required
tax_behavior
enum<string>
required
Available options:
unspecified,
inclusive,
exclusive
tax_code
string
required
allow_discount_codes
boolean
required
show_tax_id_input
boolean
required
show_phone_number_input
boolean
required
collect_shipping_address
boolean
required
allow_multiple_quantity
boolean
required
success_url
string | null
required