#hendr1x
1 messages · Page 1 of 1 (latest)
Can you elaborate a bit more? What's your question?
We don't document when/how to update your database, so this is largely a manner of preference that will be different for every integration
I just finished this guide : https://stripe.com/docs/payments/build-a-two-step-confirmation
I need to know how to handle required database changes that occur after an order is complete. I understand every integration is different but I can code it anyway. Can you please tell me options?
I was hoping for some sort of standard approach
There are no "required database changes". Stripe doesn't require you to have a database in order to function. Generally we recommend using webhooks to listen for all the relevant events that occur in your integration, as those usually have the most updated state of the objects, so you might consider going that route
I'm talking about my application
Can you please help me understand how I can maintain user experience while using webhooks?
I am doing a standard ecommerce checkout flow...I am assuming this is very common requirement
I still don't know what you're asking. The guide you posted shows you how to accept payment credentials and then process a payment, so I'm still unsure of what you're missing.
Can you please try to be more specific?
You told me to use webhooks...how do I do that? I need to provide order confirmation to a visitor to the site...live