#barrelmaker_code
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1334964227663728793
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi, I do not think what you're looking if possible with oAuth. If you're attempting to mock Connect Account scenarios, please use https://docs.stripe.com/api/accounts/create
bummer, would be super helpful if that was just added to config ๐ฆ
oAuth is a bit of a legacy approach so I suggest you use lease use the Accounts API
interesting, so how would one deauthorize a connected Stripe account via the API?
With the Single Platform accounts, https://support.stripe.com/questions/security-permissions-and-access-levels-when-connecting-your-stripe-account-to-a-third-party-platform#:~:text=Starting in July 2021%2C Platforms,account at any one time you will no longer be able to connect to different accounts. Depending on your use case, you can reject: https://docs.stripe.com/api/account/reject or delete the account: https://docs.stripe.com/api/accounts/delete
will deleting an account that we manage delete the users Stripe account? Or just unlink access from us managing their connected account?
Is it a Single Platform Controlled account?
Not exactly sure what that means, its a users Stripe account that they have connected to our platform, so that same account could be used for other purposes beyond us as a third party