#mona_19765_63132

1 messages · Page 1 of 1 (latest)

scarlet coveBOT
summer minnow
winter wolf
#

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

summer minnow
#

Sorry, I don't understand the question. You want to be notified the next time a payment for an already created Subscription happens?

winter wolf
#

and how it will call

#

yes i my stripe test account i created one subscription

summer minnow
#

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