#masud-payment-webhook
1 messages · Page 1 of 1 (latest)
masud-payment-webhook
Hey @opaque flicker! I'm not sure what you are asking about. This is just a picture of some internal thing from your own app
ya sorry, didn't realize i used diff webhook names.
checkout.session.completed
customer.subscription.updated
Does either of these execute when a subscription payment is succeeded? We have users who were rebilled for their 2nd month, and it didn't execute to update our database.
So is there a diff webhook for payment succeeds on subscriptions?
the former executes when the Checkout Session is completed the first time, so for the first payment/Invoice, that's all
for the renewal each month you would get the latter yes
https://stripe.com/docs/billing/subscriptions/webhooks covers all of this in details
so customer.subscription.updated does all?