Skip to main content
POST
Create a price point

Authorizations

ff-secret-key
string
header
required

Secret key for FunnelFox Billing API. Required for all requests.

Path Parameters

org_id
string
required

Organization ID

Body

application/json
ident
string
required

Unique identifier for this price point

Maximum string length: 256
Pattern: ^[-A-Za-z_0-9]{1,256}$
intro_type
enum<string>
required
Available options:
no_intro,
free_trial,
paid_trial
currency_code
string
required
features
required

Feature list (array of strings or CSV string)

lifetime_price
intro_free_trial_period
integer | null
Required range: x > 0
intro_free_trial_period_duration
enum<string> | null
Available options:
minutes,
days,
weeks,
months,
years
intro_paid_trial_price
intro_paid_trial_period
integer | null
Required range: x > 0
intro_paid_trial_period_duration
enum<string> | null
Available options:
minutes,
days,
weeks,
months,
years
next_price
next_period
integer | null
Required range: x > 0
next_period_duration
enum<string> | null
Available options:
minutes,
days,
weeks,
months,
years
descriptor
string | null
Maximum string length: 22
Pattern: ^[-A-Za-z_0-9_ .]{1,22}$

Response

200 - application/json

The response is of type Ok200 · object.