#Laurent-Fulfill order
1 messages · Page 1 of 1 (latest)
Hi, you can take a look at this guide https://stripe.com/docs/payments/checkout/fulfill-orders
BLUF, the idea is to use our webhooks(https://stripe.com/docs/webhooks) to do event driven development
let me know if you need any more help
Thanks for these links.
I will test locally. But I wonder how to manage it in production...
I have one server with multiple instance of same project for multiple website. Each website need to have its api key/webhook key. But the cli can connect multiple sessions ?
one way you might do is it have each endpoint you create in your Stripe dashboard for each account have a URL query parameter that your server can use to pick the right configuration for an incoming request