#adubz-subscription-product
1 messages · Page 1 of 1 (latest)
@merry swift we recommend caching all of this in your own database instead
That is a way cleaner way than trying to use list APIs or reconcile things ad-hoc
roger that. I guess it's time to get started w/ webhooks 😎
doing it in nextjs will keep u updated on a solution I come up with.
Alternatively you can use https://stripe.com/docs/api/subscriptions/list#list_subscriptions-price to filter subscriptions to a specific Price
yeah already doing that successfully for subscriptions, just was wondering about product purchases.