#Florian-webhooks
1 messages ยท Page 1 of 1 (latest)
In my integration I have one stripe account per currency
one account for โฌ and one for $ for example
and I get the api key (in my credentials file) depending on the currency
but when integrating webhook signatures for security
I have to get the endpoint secret (on my credential file) depending on the account, thus the currency
Is it clear or should I reformulate ? :/
no it's clear I'm just trying to think of a solution
actually what you can do is something easier
if you're configuring the same endpoint for each account, you could just add a query param at the end of that URL and use that to do the mapping
something like https://example.com/webhooks?foo=bar
do you mean in the params ?
yes