#mvnsur
1 messages · Page 1 of 1 (latest)
Yes, you can listen to webhooks like in this guide and then write a script to generate the excel file based on that https://stripe.com/docs/payments/checkout/fulfill-orders
Thanks @lapis gust
Another one
When I receive an order for a specific item which is customized, can I automate it so it generates an order to my supplier on his wordpress website ?
That also sounds possible. You can code a lot of things to happen once you receive a webhook, it is just a matter of figuring out how to program things in your server code
So in this case you will likely need to talk to your supplied and ask them how you can send them that order info in a format that they can use. Stripe doesn't have advice on how to program that specifically, just advice on what Stripe events you can listen to to trigger that logic.
Where can I find a Stripe specialist that I can hire ?
Stripe has a list of verified Stripe experts here[1], and otherwise TopTal and Upwork have a lot of good freelancers for Stripe integrations.
[1] https://stripe.com/partners/expert-services
Ow yes I see
Thanks @lapis gust
the webhooks is the information stripe sends after a specific action
Correct