#-m4yhem-_api
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1257347468874612790
đ Have more to share? Add details, code, screenshots, videos, etc. below.
Hello
hi!
You want to follow https://docs.stripe.com/connect/oauth-standard-accounts
We don't recommend that folks use this flow anymore when creating new accounts so the docs are now a bit hidden. But if you are connecting already-existing accounts then this is the correct way to accomplish that.
i did and when i go to connect w stripe (the purple button) it shows u either the onboarding option if u have no acct or logged out or thea bility to connect if u are logged in
but the scopes seem to be two (read or write)
instead of fine grained w the ability to define them
like when u are publishing an app
Yeah Connect OAuth doesn't support scope beyond those two options. It doesn't work the same as with Stripe Apps. You want read_write here if you are going to be making requests on these accounts.
i see. so i can with this, for example, create a portal session given the customer id of a user of a connected business?
Yes
great!
and one more question. to test this, how can i do it? should i create an acct w connect like previously mentioned or is there a more straightforward way?
Yes you would create a test account and connect that to your platform
okay. thanks a lot