Skip to main content
GET
List Plans
List all available plans. Useful for building pricing tables and plan selectors in your frontend. Auth: pk_ (publishable key) or sk_ (secret key).

Response

Returns an array of plan objects.
string
required
Unique plan identifier (e.g. starter, pro, enterprise).
string
required
Human-readable plan name.
number
required
Plan price in cents (e.g. 2999 for $29.99).
string
required
ISO 4217 currency code (e.g. USD).
string
required
Billing interval: monthly or yearly.