Hi,
I have a problem with Stripe connect.
After completing the auth process I need to store live and test keys (both access token and publishable key).
I'm generating test keys using the refresh token returned from Stripe Connect (as documented
here).
To verify if everything works the server is making a request using the test keys to get account information.
Sometimes I'm getting this error after doing that request:
Error: Invalid Token Error: Expired API key provided:
sk_test_********************eTAz. Application access may have been revoked.
On the platform I'm developing a user can do more than one "Stripe connect" login and every time the server is requesting a new test token.
Since the tokens don't expire and I don't even have revoked the application, what could be the cause of this?
Thank you,
Claudio