#achillesfirststand_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/1419766917735911495
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- achillesfirststand_stripe-apps-extension, 2 hours ago, 25 messages
- achillesfirststand_api, 3 hours ago, 4 messages
Hello
I believe you're referring to OAuth onboarding flow -
https://docs.stripe.com/connect/oauth-standard-accounts
https://docs.stripe.com/connect/oauth-reference
We generally recommend using Stripe Apps for newer integrations as that's the better approach design wise but upto you ๐
But if I use Stripe Apps, that's not a one-click authentication? I've already successfully implement Stripe Connect, but it was read_write and it said contact support to ask about read only, I've done that, but it's still not clear on what I need to do to change it to read only. Is it possible to change my Stripe Connect setup to request read only?
Is there a variable that I need to set somewhere? I hope my question makes sense, because I have spent a while trying to understand this. Thanks.
I don't know how you can update the scope retroactivelly on existing Connected Accounts but you can update the scope= to read_only in your OAuth link so the new Connected Accounts would only connect in read only mode
For existing accounts, one option would be to disconnect and reconnect them with the right scope
Existing accounts are not an issue, I can re-auth them.
The docs say: read_only can only be specified for Extensions
But, is it possible to make Stripe Extensions still or have they been cancelled?
I don't believe we've fully deprecated them but let me double check
Alternatively with Stripe Apps, you can create install links which is similar experience (not the same as OAuth flow but somewhat similar)
https://docs.stripe.com/stripe-apps/install-links
Ah actually, you're right. We've deprecated extensions - https://docs.stripe.com/stripe-apps/migrate-extension and Stripe Apps are the only option moving forward.
Ok, thanks. I will try this and see if it has the same "one-click" experience.
Sounds good! ๐