#farhan1212
1 messages · Page 1 of 1 (latest)
Hello 👋
The steps are pretty similar
How to build a subscription integration in checkout: https://stripe.com/docs/billing/subscriptions/build-subscriptions
Enabling link in checkout: https://stripe.com/docs/payments/link/accept-a-payment?platform=web&ui=checkout
Do we get webhook or something like this in checkout?
I mean what happens after the user has completed the checkout process?
Yes. In addition to checkout webhook events, there are separate events that get generated for subscriptions
We have a doc here that covers it
https://stripe.com/docs/billing/subscriptions/webhooks
is there an option that when user completed its payment through checkout, it will automatically redirect user to website again and also with some meta_data from reference, so that I can mark that payment as completed in website also?