#asommer12

1 messages ยท Page 1 of 1 (latest)

austere violetBOT
jagged cosmos
#

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?

burnt kraken
#

Yes, that is what I am wondering about

jagged cosmos
burnt kraken
#

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?

jagged cosmos
#

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 ๐Ÿ™‚

burnt kraken
#

Are you saying that my customer would need to Connect their account twice? Once in Live mode and once in Test mode?

amber plinth
#

If you connect in live mode you should be able to make calls for them in both modes.

#

Here, the mode you are making the call in depends on whether you are using your live or test mode key to make the call