#Uche - 2 stripe accounts
1 messages · Page 1 of 1 (latest)
You could set the api key per request: https://stripe.com/docs/api/authentication
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
You can also set a per-request key with an option. This is often useful for Connect applications that use multiple API keys during the lifetime of a process. Methods on the returned object reuse the same API key.
ok i'll take a quick look at this. Thank you