#Jay patel

1 messages ยท Page 1 of 1 (latest)

drowsy thicketBOT
novel obsidian
#

Hi there, how can I help?

analog hare
#

How many webhook event call after make subscription payment ๐Ÿค”

novel obsidian
analog hare
#

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

novel obsidian
#

Do you have the invoice ID that I can take a look at?

analog hare
#

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

novel obsidian
#

Then you can find out more from the doc that I sent you just now

analog hare
#

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

novel obsidian
analog hare
#

Look above event first call invoice failed even invoice payment succeeded

novel obsidian
#

You can use the interactive shell to see what events are generated in each step.

analog hare
#

Thanks jack but I go through all stripe doc

novel obsidian
#

No problem.