#Serkan-payment

1 messages · Page 1 of 1 (latest)

gray pier
#

hello! do you mean you want to perform some action in your server when a user successfully makes payment?

halcyon panther
#

Yes ! But using a link and not Stripe Checkout plz

gray pier
halcyon panther
#

Yes I mean that

gray pier
#

Payment Links uses Checkout Sessions under the hood

halcyon panther
#

Ok thank's I'll search on this documentation article !

gray pier
halcyon panther
#

So the link when the payment is ended will send a request at path /webhook if I understand ?

gray pier
#

When the user successfully completes a Payment, Stripe will send a Post request to the webhook endpoint URL that you defined

halcyon panther
#

Ok !