#thegeneral1926
1 messages · Page 1 of 1 (latest)
https://stripe.com/docs/payment-links hi there, you can use Payment Links, our no-code solution to get started quickly.
What kind of business logic you wish to run?
Yes I'm aware of that, but isn't it required us to use webhook to run business logic?
for example, create some table rows in our database
like 'order information' for example
Sure, you can listen to checkout.session.completed to fulfill your order
https://stripe.com/docs/payments/checkout/fulfill-orders details are explained here
I see that's webhook. I was asking if i could do without webhook, but seems like without webhook, i have to build from scratch, am I understanding correctly?
I don't quite understand
I'm just concerned that some emergency situation that Stripe already accepts the payment but webhook on my server broken or something
OK, Stripe will attempt to retry the webhook devliery up to 3 days
I meant I was looking for to process payment + business logic altogether in my server
oh i see that's good information
and Stripe will also inform you when you webhook endpoint is down for a long time.