#charlie
1 messages · Page 1 of 1 (latest)
Can you share the account id's involved?
I think they'll need to disconnect
Also can you share the request id where you had them re-link with read-write permissions?
Sure, I'm trying to dig it up. Give me a minute
Okay, acct_1DhiB0A5V90DISmQ was linked to acct_1E8abREL0vWB8tKv via Stripe Connect with read only permission. Later, it was linked again with read-write. But it still only has read-only
I'm unsure how to find the request id where they relinked in my dashboard. Can you point me in the right direction?
Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support center 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.
We have 0 /v1/account_links logs despite having 1884 connected accounts. Is this the correct endpoint? We're using the stripe hosted page to let people connect AKA redirecting them to https://connect.stripe.com/oauth/v2/authorize?scope=read_write
yeah, OAuth is entirely separate from Account Links
Okay, so how do I get you this ID you need? Sounds like it doesn't exist?
I suppose there is no formal method for upgrading a permission on an account? It sounds like nobody knows if this works and it might work if I try first revoking the access and then re-requesting with the elevated permission?
It's possible you might be getting errors due to this:
Starting in June 2021, Platforms using OAuth with read_write scope won’t be able to connect to accounts that are controlled by another platform.
https://stripe.com/docs/connect/oauth-reference
That guide talks about adding r/w permissions to accounts, but I'm not sure if that helps you or not. This is a legacy onboarding flow, so we mostly recommend moving over to Account Links instead
Oh wow. Yeah that account does have another read_write platform. It actually has a few of them. That would explain it. We didn't receive an error though. We got tokens back and everything. They just are read_only.
Does moving to Account links allow us to have multiple read_write?
Unfortunately I think that is expected (though obviously an error would be more helpful)
Like if he already has a platform with read_write access, can he still grant it to us through account links or that's not allowed like Oauth?