#Gautam
1 messages · Page 1 of 1 (latest)
Hello! We have general API key management guidance here: https://stripe.com/docs/keys#safe-keys
Do you have a more specific question?
yes .. it is about any routing mechanism(any recommendation)
Not sure I understand, can you provide more details? What specific problem are you running into?
suppose our app is supporting four different countries so we have four different org(legal and reporting perpose) so we have multilr keys .. we can identify the request belongs to which keys ..ideally we can write some middleware logic to handle it (do we have any recommendation from stripe side to manage keys effectively)
In a case like that you would generally determine the country/account to use on your end, then use the keys for that account. We don't have any specific guidance beyond that, but I'm still not sure what you're really asking. Do you have a specific problem that's preventing you from moving forward?