#ogustine_api
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/1227248020396183573
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
We want that standard accounts created using our oauth link have access to stripe connect configuration on there side.
Can you explain more about what this means? What exactly are you/they trying to do that you cannot?
We still need as a platform account to trigger direct charges on the connected account.
This should be possible. Can you share any failed requests showing the issue blocking you?
Hello, thanks for your help.
According to the stripe documentation, oauth link with the scope=read_write are giving platform control permission to the platform account if the connected account is created using that form. That is explained here: https://docs.stripe.com/connect/oauth-changes-for-standard-platforms. We do not want those rights, as it prevents the newly connected account to access https://dashboard.stripe.com/connect/accounts/overview.
Right, so as that doc indicates read_only is an Extension-only behaviour, and not something you can control dynamically. If you are enabled as an extension, you can request that in the oauth url as shown here:
https://docs.stripe.com/building-extensions#create-oauth-link
If this is something being built new, you need to use Stripe Apps instead: https://docs.stripe.com/stripe-apps
We provide some context and migration guidance on this doc for legacy Extension patterns: https://docs.stripe.com/stripe-apps/migrate-extension
Thanks. May you confirm that the read_only scope will prevent direct charges being triggered by the platform account? If that is the case, it will not suit our need.
Stripe Apps permissions models work differently. There are options for Charge write access, for example: https://docs.stripe.com/stripe-apps/reference/permissions#object
I suggest writing in to support with a description of your model / use case to get help determining if this can be supported via Apps: https://support.stripe.com/contact
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.