POST
stripe_prices_update.py
from charter.packs import stripe
result = await stripe.prices_update.ainvoke({"price": ...})
Path parameters
| Field | Type | Description |
|---|---|---|
price * | string | The ID of the price to update. |
Body
| Field | Type | Description |
|---|---|---|
active | boolean | Whether the price can be used. Setting this false is how a price is retired. |
nickname | string | An internal label. |
lookupKey | string | A key to look this price up by. max length 200 |
taxBehavior | PriceTaxBehavior | Whether the amount includes tax. Settable only while it is still ‘unspecified’. |
metadata | map of string | Set of key-value pairs attached to the price. |