#tyler-standard-connect
1 messages · Page 1 of 1 (latest)
tyler-standard-connect
@austere flume https://stripe.com/docs/connect/oauth-standard-accounts is what you'd want
I think so but what does this disclaimer mean: "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."
Does this mean it was deprecated?
it means that if the account is already connected to another platform that controls it then it won't work and you'll get a new account. But if it's just a normal account on its own, it will work
Try all of this with a real account to see what happens
I see. So the deprecations is if you're trying to connect an account that is already connected to another account
yes
if this is the first time they're connecting Oath is still the way to go
yep
Is there an api to generate the call to: https://connect.stripe.com/oauth/authorize
Or are we meant to construct that link ourselves
which programming language are you using?
python