#mmwt_api

1 messages ¡ Page 1 of 1 (latest)

void knotBOT
#

👋 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/1289319414184804362

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

blazing pagoda
narrow kestrel
#

Hey, I did a search for S700 in saw a thread about the same thing for username "csk22" where they had the same issue and asking the same question pretty much.

Was there any progress on that that you know @blazing pagoda ?

blazing pagoda
#

Using apps on devices via connected accounts requires platform control

#

When using direct charges, a single platform must control your connected account.

narrow kestrel
blazing pagoda
#

I believe that only applies if your platform is set up as an extension, which does not appear ot be the case for you with read/write access

narrow kestrel
#

ohh okay

#

okay so I am lost then lol where to implement this platform control?

blazing pagoda
#

You should reach out to support for help with your platform and existing accounts: https://support.stripe.com/contact
Explaining that your use case (Apps on Devices via Connect) requires platform controls, but you have existing accounts to manage.

narrow kestrel
narrow kestrel
blazing pagoda
#

You can create & onboard a new test account using the /accounts API and you'll have platform control

#

then you can use that for your Apps on Devices testing

narrow kestrel
#

I would need this API for now for testing , to add new accounts to my existing account, right? but in live mode any newly connected accounts they this platform control will be available?

#

or does this mean that we have to change our onboarding/connecting methods to use API instead to have this platform control enabled?

blazing pagoda
#

It depends on how to create/connect to accounts. I recommend testing this flow and considering moving your integration to use this for new accounts in future as a way to guarantee controls.

#

Support can share guidance for managing your existing accounts.

narrow kestrel
#

I mean we do use the Stripe hosted method for onboarding/connecting

narrow kestrel
#

Hi, okay I tested with a newer test account that was created via our Stripe-hosted oAuth flow more recently and was able to get pass the API error . Thanks!