#metalman247 - subscription payments
1 messages · Page 1 of 1 (latest)
Hi yeah. I recommend using webhooks to get notified when a user pays and then keep track of state that way: https://stripe.com/docs/billing/subscriptions/webhooks
Thank you! Will this work with Cognito's API? Or do I use webhooks to create my own API?
How this works is you create an API and we send events to an endpoint on that API so you're notified of various things in Stripe. You can then update records in your database to keep track of state
I recommend reading: https://stripe.com/docs/webhooks
Thank you!