#asommer12
1 messages ยท Page 1 of 1 (latest)
Hello ๐
I'm unclear on following
does my app have the ability to operate on both their Live and Test environments? Or is it Live only?
Are you trying to make API requests in test mode on behalf of your customers/connected accounts?
Yes, that is what I am wondering about
Have you had a chance to look into this doc?
https://stripe.com/docs/connect/authentication
My customers call my app (Kable) in Kable's Test mode. Sometimes they ask me "I don't see anything updating in Stripe" or "why is this operating in Stripe's Live mode"
Yes, I have read that article
But it doesn't say anything about Live vs Test environments
In my app's config, I have a single Stripe API key, which is my Stripe Live key
I am wondering -- if I added a second Stripe key, my Test key, and used Stripe Test endpoints some of the time, would that work to impact my customers' (Connected Accounts') Test environment too?
If you're using your Platform's test API key and making requests on your connected accounts' behalf (assuming they're connected in test mode too) then, yes the API would affect test mode environment only.
I need to step away now but @amber plinth should be able to help you with your follow up questions ๐
Are you saying that my customer would need to Connect their account twice? Once in Live mode and once in Test mode?