#Jay patel
1 messages ยท Page 1 of 1 (latest)
Hi there, how can I help?
How many webhook event call after make subscription payment ๐ค
Ok but
I have one question
When I make subscription payment in test mode that time stripe send me first invoice.payment_failed event even that transaction will succeed in next step so it is stripe behavior for first time invoice generator that time first make invoice.payment_failed
Do you have the invoice ID that I can take a look at?
I don't have but I want to understand stripe subscription webhook flow
So in feature when I intrgate stripe that time not generate any type of blocker
Then you can find out more from the doc that I sent you just now
I already go through that document but I can't find ๐ complete flow
Make a first time subscription payment stripe send me below webhook event
Event type: invoice.updated
Event type: invoice.created
Event type: invoice.finalized
subscription created
invoice failed
payment intent created
Event type: payment_intent.requires_action
Event type: invoice.payment_action_required
Event type: customer.updated
payment intent succeeded
Event type: invoice.payment_succeeded
checkout session completed
Event type: charge.succeeded
Event type: invoice.updated
invoice paid
subscription updated
Event type: customer.updated
You can find out more about the complete subscription flow here https://stripe.com/docs/billing/subscriptions/overview?shell=true
Look above event first call invoice failed even invoice payment succeeded
You can use the interactive shell to see what events are generated in each step.
Thanks jack but I go through all stripe doc
No problem.
What about this