Skip to main content
PATCH
Update 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
priceId
string
required

Stripe price ID.

Minimum string length: 1

Body

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

Response

Price updated

price
object
required