Admin Billing Products

Update FunnelFox price point

patch/admin/billing-products/funnelfox/price-points/{ident}

Path parameters

identstring required

Request body

originIdentstring

Original price point identifier

identstring

New price point identifier

currencyCodestring

Currency code

introType'no_intro' | 'free_trial' | 'paid_trial'

Intro offer type

lifetimePriceobject

Lifetime purchase price

introFreeTrialPeriodnumber

Free trial period length

introFreeTrialPeriodDuration'minutes' | 'days' | 'weeks' | 'months' | 'years'

Free trial period duration

introPaidTrialPriceobject

Paid trial price

introPaidTrialPeriodnumber

Paid trial period length

introPaidTrialPeriodDuration'minutes' | 'days' | 'weeks' | 'months' | 'years'

Paid trial period duration

nextPriceobject

Recurring price

nextPeriodnumber

Recurring period length

nextPeriodDuration'minutes' | 'days' | 'weeks' | 'months' | 'years'

Recurring period duration

descriptorstring

Payment descriptor

featuresstring[]

Feature identifiers

Example request

{
  "currencyCode": "USD"
}

Response

identstring required
introType'no_intro' | 'free_trial' | 'paid_trial'
lifetimePriceobject
introFreeTrialPeriodnumber
introFreeTrialPeriodDuration'minutes' | 'days' | 'weeks' | 'months' | 'years'
introPaidTrialPriceobject
introPaidTrialPeriodnumber
introPaidTrialPeriodDuration'minutes' | 'days' | 'weeks' | 'months' | 'years'
nextPriceobject
nextPeriodnumber
nextPeriodDuration'minutes' | 'days' | 'weeks' | 'months' | 'years'
featuresstring[] required

Example response

{
  "ident": "monthly-premium",
  "currency": {
    "code": "USD",
    "minorUnits": 2,
    "title": "US Dollar",
    "symbol": "$"
  },
  "introType": "free_trial",
  "introFreeTrialPeriod": 7,
  "introPaidTrialPeriod": 7,
  "nextPeriod": 1,
  "features": [
    "premium-access"
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.