#smilelari - product and price ids

1 messages · Page 1 of 1 (latest)

placid timber
#

smilelari - product and price ids

#

No this was something offered by the plan API but deprecated with Prices and we recommend tracking this mapping of IDs with an abstraction/replacement in your system. Additional the IDs are unique and won't be re-used across live and test.
eg your PRICE_MAP.BASIC_PRICE might be price _123 in test mode and price_456 in live mode.
We do have a lookup_key feature that can be used for managing prices with a human-readable reference:
https://stripe.com/docs/billing/manage-prices#lookup-keys

Learn how to manage products and prices.

soft rose
#

Ok. Thank you!