Skip to main content
POST
Create Stripe Price

Authorizations

Authorization
string
header
required

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

Path Parameters

environment
enum<string>
required

Payment provider environment.

Available options:
test,
live

Body

application/json
productId
string
required
Minimum string length: 1
currency
string
required
Required string length: 3
Example:

"usd"

unitAmount
integer
required
Required range: x >= 0
Example:

2900

lookupKey
string | null
Required string length: 1 - 200
active
boolean
recurring
object
taxBehavior
enum<string>
Available options:
exclusive,
inclusive,
unspecified
metadata
object
idempotencyKey
string
Required string length: 1 - 200

Response

Price created

price
object
required