#mijelz - fulfillment
1 messages · Page 1 of 1 (latest)
Hmm generally speaking this sounds like you want to use our webhook notifications to trigger something on your fulfillment side
For example if you were using checkout or payment links to take payment as no/low code, you would set up an endpoint for checkout.session.completed events to be sent to your cloud function
I'd start here: https://stripe.com/docs/webhooks
Ah yes I should mention. It’s a react app, I’ll probably be coding the stripe integration that way.
Thank you, I will investigate this. I’m trying to avoid accidentally like a user is charged and their network drops out immediately after and they don’t ever send the request to our servers to add their purchases to their account. So the best way would be for stripe to communicate with our server endpoint somehow.