POST
/
price_plans
/
{price_plan_id}
/
activate

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

price_plan_id
string
required

Body

application/json
currencies
string[]
required

List of currencies to activate

Response

200 - application/json
id
string
required

Price plan id

name
string
required

Name of the price plan

type
enum<string>
required

Type of price plan

Available options:
BILLING,
PURCHASE
description
string

Description of price plan

status
enum<string>
required

Status of Price plan

Available options:
DRAFT,
ACTIVE,
ARCHIVED
pricingSchedule
object[]
required