Skip to main content
POST
Create Stripe Product

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
name
string
required
Minimum string length: 1
description
string | null
Maximum string length: 5000
active
boolean
metadata
object
idempotencyKey
string
Required string length: 1 - 200

Response

Product created

product
object
required