#mota1993
1 messages · Page 1 of 1 (latest)
Can you share the ID (req_xxx) of the failing API request? https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
it doesn't show that request on the logs
Can you explain what is it you're doing to trigger that error?
I simply make a request using the stripe api to get a subscription from an account that is linked to my app
It sounds like they're not longer linked – if they're a standard account they can simple revoke access
but I know that the account owners didn't revoked the access, because it's a test account that I use in development
Ok, then you'll need to provide me with some account IDs
acct_1LDUhYD3lsT6vN8K
I was able to reconnect the account, and the error went away, but I didn't revoked the access
And the ID of the connected account?
yes, that's right
Ok, checked our internal logs for disconnect events. Seems like the disconnect was triggered by the platform revoking access via /oauth/deauthorize endpoint: https://stripe.com/docs/connect/oauth-reference#post-deauthorize
meaning that it my app that disconnected the account?
Yes seems that way!