#jco_webhooks
1 messages · Page 1 of 1 (latest)
đź‘‹ Welcome to your new thread!
⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đź”— This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1228290470657130508
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi, let me help you with this.
It's best to use separate Stripe accounts.
But you can use metadata to distinguish where the events happen and filter the relevant events on each of your backends. The details depend on what kind of events are you looking for.
Wouldn’t I have to reverify my business details on another account? It’s the same company, just different sites?
Yes, that's one downside.
Wouldn’t that get it disqualified?
Or can the same company have multiple stripe accounts?
I don't know how that works, unfortunately. It's best to check with Stripe Support: https://support.stripe.com/?contact=true
I guess I’ll better use priced verification and metadata to identify the site it’s for and reject any data that isn’t correct, do I return a null code or just return nothing for it?
Return a 200 OK, but just discard/ignore the data on your side. Otherwise Stripe will attempt to retry the failed webhook requests.
Sounds good