Create Plan
Create a new pricing plan for a product. The plan defines the billing interval, price, and availability for customers.
Authorizations
An Account API key, account-scoped JWT, App API key, or user OAuth token. Prepend the key or token with Bearer, for example Bearer ***************************.
Headers
A unique key that makes this request safe to retry. See Idempotent requests.
255"d9105228-4a08-46b1-8b91-42fed586d383"
Pins the request to a dated API version.
"2026-08-21"
Body
The unique identifier of the account to create this plan for. Defaults to the caller's account.
"biz_xxxxxxxxxxxxxx"
Whether this plan accepts local currency payments via adaptive pricing.
true
Recurring billing interval in days, such as 30 for monthly or 365 for annual.
30
Checkout styling overrides for this plan.
The three-letter ISO currency code for the plan's pricing. Defaults to USD.
"usd"
An array of custom field definitions to collect from customers at checkout. Omitting this field clears existing custom fields.
A text description of the plan displayed to customers on the product page.
"Two hand washes a month, interior vacuum, and a quarterly sealant top-up."
Access duration in days before the membership expires.
365
An image displayed on the product page to represent this plan.
Initial amount charged in the plan's currency, e.g. 10.43 for $10.43.
0
Private notes visible only to the account owner. Not shown to customers.
"Maintenance tier. Upsell the interior shampoo add-on at renewal."
Custom key-value pairs to store on the plan. Included in webhook payloads for payment and membership events. Max 50 keys, 100 chars per key, 500 chars per string value. The reserved keys custom_cta (a checkout call-to-action button label — one of the product custom CTA values, e.g. subscribe, get_offer) and custom_cta_url (a URL the button links to; web or tel:) override the product's call to action for this plan and are validated on save.
Override the default tax classification for this specific plan.
"inclusive"
Explicit payment method configuration for the plan. When not provided, the account's defaults apply.
Plan billing type, such as one_time or renewal.
"renewal"
The unique identifier of the product to attach this plan to.
"prod_xxxxxxxxxxxxxx"
Sales method for this plan.
"buy_now"
The amount charged each billing period for recurring plans, in the plan's currency.
59
Installment payments required before the subscription pauses.
4
The maximum number of units available for purchase. Ignored when unlimited_stock is true.
25
3D Secure behavior for this plan. Send null to inherit the account default.
mandate_challenge, frictionless "frictionless"
The display name of the plan shown to customers on the product page.
"Unlimited Wash Club"
Free trial duration before the first recurring charge.
7
Whether the plan has unlimited stock. When true, the stock field is ignored.
false
Whether the plan is visible to customers or hidden from public view.
"visible"
Response
plan created
Account that sells this plan; null for standalone invoice plans.
Whether adaptive pricing is enabled for this plan. Raw setting — does not check processor compatibility or feature flags.
true
Number of days between recurring charges, such as 30 for monthly or 365 for annual. null for one-time plans.
30
Billing intervals the cancellation discount applies to (0 forever, 1 first payment, or a month count). null when none is offered or the actor lacks the plan:basic:read scope.
3
Cancellation discount as a whole-number percentage. null when none is offered or the actor lacks the plan:basic:read scope.
20
Plan-level checkout styling (background_color, button_color, font_family, border_style); null inherits the account default.
Whether tax is collected on purchases of this plan, based on the account's tax configuration.
false
When the plan was created, as an ISO 8601 timestamp.
"2026-01-01T12:00:00.000Z"
Three-letter ISO currency code for this plan's prices.
usd, sgd, inr, aud, brl, cad, dkk, eur, nok, gbp, sek, chf, hkd, huf, jpy, mxn, myr, pln, czk, nzd, aed, eth, ape, cop, ron, thb, bgn, idr, dop, php, try, krw, twd, vnd, pkr, clp, uyu, ars, zar, dzd, tnd, mad, kes, kwd, jod, all, xcd, amd, bsd, bhd, bob, bam, khr, crc, xof, egp, etb, gmd, ghs, gtq, gyd, ils, jmd, mop, mga, mur, mdl, mnt, nad, ngn, mkd, omr, pyg, pen, qar, rwf, sar, rsd, lkr, tzs, ttd, uzs, rub, btc, cny, usdt, kzt, awg, whop_usd, xau "usd"
Whether the plan can be deleted (it has no memberships or waitlist entries). null unless the actor has the plan:basic:read scope on the plan's account.
true
Customer-visible plan description. Maximum 1000 characters. null if no description is set.
"Two hand washes a month, interior vacuum, and a quarterly sealant top-up."
The configuration governing a checkout for this plan, resolved through every layer (the plan's own and the account's) — the shape a session's payment_method_configuration carries. Apply it over the payment method types catalogue for the offerable set. null means platform defaults; payment_method_configuration stays the plan's own editable override.
Access duration in days for expiration-based plans, such as 365 for a one-year pass. null for plans without an expiration.
365
Human-readable price for display (currency + interval), e.g. "$10 / month".
"$59.00 / month"
Plan ID, prefixed plan_.
"plan_xxxxxxxxxxxxxx"
Pricing-tier image (url, blurhash) shown on the product page; null when no image is set.
Initial purchase price in plan currency.
0
Private notes not shown to customers. null unless the actor has the plan:basic:read scope on the plan's account.
"Maintenance tier. Upsell the interior shampoo add-on at renewal."
Invoice this plan was generated for; null unless created for an invoice.
Active memberships through this plan. null unless the actor has the plan:basic:read scope on the plan's account.
0
Custom key-value pairs stored on the plan. Included in webhook payloads for payment and membership events. Maximum 50 keys, 100 characters per key, 500 characters per value. The reserved keys custom_cta and custom_cta_url, when set, override the product's checkout call to action for this plan.
Whether a cancellation discount is offered. null unless the actor has the plan:basic:read scope on the plan's account.
true
Payment method configuration (enabled, disabled, include_platform_defaults); null when plan uses default settings.
Billing model for this plan.
renewal, one_time "renewal"
Product this plan belongs to; null for standalone plans.
URL where customers can purchase this plan directly.
"https://whop.com/checkout/plan_xxxxxxxxxxxxxx"
Sales method for this plan.
buy_now, waitlist "buy_now"
Recurring price charged every billing period.
59
Installment payments required before the subscription pauses. Must be greater than 1. null if split pay is not configured.
4
Units available for purchase. null unless the actor has the plan:basic:read scope on the plan's account.
0
Original initial price shown with a strikethrough, in the plan's currency. null when no strikethrough is set.
99
Original renewal price shown with a strikethrough, in the plan's currency. null when no strikethrough is set.
79
How tax is handled for this plan, including whether tax is included in the price, added at checkout, or not configured.
inclusive, exclusive, unspecified "unspecified"
3D Secure behavior for this plan; null inherits the account default.
mandate_challenge, frictionless, null "frictionless"
Plan display name shown to customers. Maximum 30 characters. null if no title has been set.
"Unlimited Wash Club"
Free trial days before the first renewal charge. null if no trial is configured or the user has already used a trial for this plan.
7
Whether the plan has unlimited stock. When true, the stock field is ignored; waitlist plans always report true.
false
When the plan was last updated, as an ISO 8601 timestamp.
"2026-01-01T12:00:00.000Z"
Controls where this plan can be seen. When hidden, the plan is reachable only by its direct link.
visible, hidden, archived, quick_link "visible"

