#software-api-keys-java
1 messages · Page 1 of 1 (latest)
Hey @untold dirge, you want to read https://github.com/stripe/stripe-java#per-request-configuration which allows you to pass an API key per request!
Thanks! Could you confirm if having multiple Stripe accounts in production will result in multiple API keys? Or if there is another way of distinguishing the requests between the two accounts
you'd have one pair of API key per Stripe account yes.
Perfect thank you!