#mona_19765_63132
1 messages · Page 1 of 1 (latest)
Hi 👋 the question is a bit vague so I'm not exactly sure what you're looking for. I would recommend starting with our guide for using Checkout Sessions to create Subscriptions, but please let me know if anything is unclear after going through that:
https://stripe.com/docs/billing/subscriptions/build-subscriptions
actually i want the confrimation when next payment automatic deduct by the stripe
in recrring
that time i need to update data in my own db
so
i am using .net technology for write API
checkout session api Code is done
but the webhook code is remaning
where i need to place that api
Sorry, I don't understand the question. You want to be notified the next time a payment for an already created Subscription happens?
Setting up a webhook endpoint and listening for related Events would be the best way to be notified about that. What exaclty do you want to be notified about, all subscription payments, only failed ones, something else?
There are multiple types of Events emitted, and which one you should listen for depends on what it is you're trying to be notified about. If you're not sure, then you can use Test Clocks to run a Subscription through more of its lifecycle in test mode, which will allow you to see what Events are generated and when to get a better idea of what your options are.
https://stripe.com/docs/billing/testing/test-clocks