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

Stripe product ID.

Minimum string length: 1

Body

application/json
name
string
Minimum string length: 1
description
string | null
Maximum string length: 5000
active
boolean
metadata
object

Response

Product updated

product
object
required