xyflow / pro-platform

✨ The subscriber platform for React Flow Pro. View advanced code examples, invite your team members and manage your subscription.
https://pro.reactflow.dev
MIT License
87 stars 19 forks source link

use stripe lookup keys to fetch the prices #22

Closed chrtze closed 8 months ago

chrtze commented 11 months ago

Currently, we are using the metadata on the products to determine which price to include in the checkout session. Maybe we can simplify this by making use of the lookup keys api: https://stripe.com/docs/products-prices/manage-prices#lookup-keys

chrtze commented 11 months ago

maybe not needed anymore if we implement #38