#Serkan-payment
1 messages · Page 1 of 1 (latest)
hello! do you mean you want to perform some action in your server when a user successfully makes payment?
Yes ! But using a link and not Stripe Checkout plz
I'd suggest referring to
https://stripe.com/docs/webhooks
and https://stripe.com/docs/webhooks/quickstart
by links do you mean - https://stripe.com/docs/payments/payment-links?
Yes I mean that
this page : https://stripe.com/docs/payments/checkout/fulfill-orders is also the correct page to refer to. It's also for payment links
Payment Links uses Checkout Sessions under the hood
Ok thank's I'll search on this documentation article !
summary : yes, you should still refer to https://stripe.com/docs/payments/checkout/fulfill-orders. For sample code, you can use https://stripe.com/docs/webhooks/quickstart
So the link when the payment is ended will send a request at path /webhook if I understand ?
When the user successfully completes a Payment, Stripe will send a Post request to the webhook endpoint URL that you defined
Ok !