#Omri-webhook
1 messages · Page 1 of 1 (latest)
Hi there!
A webhook endpoint can only have a single URL. So all events from that webhook will go to a single server.
But you could forward the events your main server receives to other servers. Or you could setup multiple webhook endpoint with different URLs.
if I setup multiple webhook endpoint with different URLs, the event for example from US will trigger event in US and in Canada and to all other regions, that's right?
Do you have multiple Stripe accounts (one for each country), or a single Stripe account?
single Stripe account with multi Stripe connect accounts.
do think I need multiple Stripe accounts for each region? and in each account have multi Stripe connect accounts?
If you have a single Stripe account, you could create multiple webhook endpoint with different URLs. But Stripe will send the events to all your webhook endpoints, there's no country distinctions.
Could you clarify what exactly you are trying to do? You are using connect, your connected accounts are in multiple countries, and you would like the webhook events of your connected account to be send to different URL based on their country?
you right! but I want to know from you the best practice of how to use Stripe with the situation that you mentioned in your last message?
I think my colleague was more asking what your situation was so we can give you the best advice
yes that's fine 🙂 thank you
webhooks have really no geographic component or concern, I think what you're really trying to figure out is how your Stripe account and Connect account setup should look like