#anil8486
1 messages · Page 1 of 1 (latest)
What webhook events are you listening to?
Invoice.payment_succeeded, invoice.paid, invoice.payment_failed these are the events
Yes, Stipe.checkout.sessions.create
Ok, you can listen to checkout.session.complete event
Do i need to create new webhook or updating will work?
Both. You should go to Dashboard and configure the webhook endpoitnt to listen to this event, and you should also update your webhook endpoint code to handle this event.
Okay i will tey this
Its working
But this checkout.session.complete will also be called for subscription?
Yes you are right
Okay and invoice events are not available for mode= payment?
No