#Omri-webhook

1 messages · Page 1 of 1 (latest)

frank brook
#

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.

slate tree
#

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?

frank brook
#

Do you have multiple Stripe accounts (one for each country), or a single Stripe account?

slate tree
#

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?

frank brook
#

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?

slate tree
#

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?

sharp crag
#

I think my colleague was more asking what your situation was so we can give you the best advice

slate tree
#

yes that's fine 🙂 thank you

sharp crag
#

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