#achillesfirststand_api

1 messages ยท Page 1 of 1 (latest)

vagrant martenBOT
#

๐Ÿ‘‹ 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.

young tide
high ferry
#

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.

young tide
#

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

high ferry
#

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?

young tide
#

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

high ferry
#

Ok, thanks. I will try this and see if it has the same "one-click" experience.

young tide
#

Sounds good! ๐Ÿ‘