Skip to main content
POST
Deprecated: This API is deprecated and will be removed in a future release. Please use the Create a price plan V2 API instead for updated functionality.

Authorizations

Authorization
string
header
required

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

Query Parameters

dry_run
boolean
Example:

false

Body

application/json

Payload to create price plan

Request to create a price plan

name
string
required

Name of the price plan

Maximum string length: 50
pricePlanDetails
object
required
description
string

Description of price plan

Maximum string length: 255
type
enum<string>

Type of price plan

Available options:
BILLING,
PURCHASE
pricingRules
object[]

Response

Response for Create and Get price plan requests

Price plan entity

id
string
required

Price plan id

name
string
required

Name of the price plan

Maximum string length: 50
type
enum<string>
required

Type of price plan

Available options:
BILLING,
PURCHASE
status
enum<string>
required

Status of Price plan

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

Description of price plan

Maximum string length: 255