#Mike Schroeder
1 messages · Page 1 of 1 (latest)
Hello 👋
Can you check if you can find a request ID for this error?
https://support.stripe.com/questions/finding-the-id-for-an-api-request
looking
in test mode - req_B6ppy3xjWHkV3E
which is the only call I see to Stripe endpoint in proxyman as well
but it looks successful yet I get this error matching that token number
Thank you, looking on my end.
That is the request id where you created the token, can you share the request id where you're seeing this error?
ok so it appears the reason I don't have access to that is our iOS app is making a call to our backend which in turn must hit stripe and passes that error back to me
so I will have to work with out backend engrs it appears to see if they have to do something on their call to set me to test mode vs live mode I guess
Typically, with this error if it means that you might be using the wrong API key. I would log your key is possible to further debug this on your end and make sure that key is exactly what you expected.
so is just using the test mode public key the only thing I should have to change to test mode for the IOS app to work?
yeap