#Tobyy
1 messages · Page 1 of 1 (latest)
Hi, it depends on what you're doing exactly. Can you add a bit more details on your integration and what you'd like to do after teh payment etc?
sorry of course. Currently I give my customer the membership when I receive the checkout.session_completed webhook. But I am not sure if this is the correct way
I have read that there is also charge_succeed
It looks like you're offering Subscriptions, and we do have a documentation on recommended webhooks to listen to here: https://stripe.com/docs/billing/subscriptions/webhooks
Let me know what questions you have after going through the document. I would not depend on checkout.session_completed event to do what you're trying to achieve.
charge_succeed is probably what you want
in the docs it tells me I should I give my customer the membership when the invoice.paid webhook is send
That is correct, but you explicitly mentioned checkout.session_completed and charge_succeed so I was talking to that.