latestOpenAPI 3.1.02026-08-153864115.7 MB
c301132dbfd7
Checkout Configurations
Retrieve a checkout configuration
Retrieves a checkout configuration by ID. This endpoint is public so a checkout page can load from the configuration URL.
get/checkout_configurations/{id}
Response
checkout configuration found (unauthenticated)
Example response
{
"account_id": "biz_xxxxxxxxxxxxxx",
"affiliate_code": "tanyacole",
"created_at": "2026-01-01T12:00:00.000Z",
"currency": "usd",
"id": "ch_xxxxxxxxxxxxxx",
"metadata": {
"booking_source": "front_desk"
},
"mode": "payment",
"payment_method_configuration": {
"disabled": [
"crypto"
],
"enabled": [
"card"
],
"include_platform_defaults": true
},
"plan": {
"adaptive_pricing_enabled": true,
"billing_period": 30,
"currency": "usd",
"expiration_days": 365,
"id": "plan_xxxxxxxxxxxxxx",
"plan_type": "renewal",
"release_method": "buy_now",
"renewal_price": 59,
"three_ds_level": "frictionless",
"trial_period_days": 7,
"visibility": "visible"
},
"purchase_url": "https://whop.com/checkout/plan_xxxxxxxxxxxxxx/",
"redirect_url": "https://shinetime.example/thanks",
"three_ds_level": "frictionless",
"updated_at": "2026-01-01T12:00:00.000Z"
}