#mmmmjjjj - multiple accounts
1 messages · Page 1 of 1 (latest)
You'd want to use separate webhook endpoints for each account
They can be in the same project and on the same server
But you'd want different endpoints
Can I do sth like insert the region in the meta data? it isn't consistent and increases the maintenance difficulty when I am going to connect more and more account.
When you say connect are you referring to Stripe Connect?
What's the use case for having so many accounts on one server?
I will create different stripe accounts for each merchant to get the money from their customers.
Ok
So are you using https://stripe.com/connect
no. I am using the basic one. StripeApi
Okay. Thank you so much
Metadata doens't help you because you can't access event data until after you've used the signature to construct the event
You'd need to know the proper webhook secret to use
And no problem!
Sorry @brittle halo one more question. Can we use query string in the webhook endpoint so that i can use the querystring to determine the region
Like I set a webhook endpoint with query string at the end ‘®ion=us’
Thanks duchess. Have a nice day