#rab_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/1336603684691247124
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi, are your customer Standard Accounts? You can disconect them from the original Platform and reconnect to the new Platform using the OAuth flow
@ionic halo Yes, our customer is in a Standard Account.
However, we have many customers connected to our current facilitator account. Is there a way to migrate them to new facilitator account?
How can I disconnect them from the original platform and reconnect them to the new platform under a different facilitator using the OAuth flow? Could you provide more documentation on this?
Sure take a look at this guide: https://docs.stripe.com/connect/oauth-standard-accounts. You want to use the "Revoking access" step first on the current Platform, then send generate OAuth link for new Platform and send them
No, we need list of connected account IDs (acct_xxxx) that should be transferred into new platform !
Can we do the migration ourself via some API or stripe team has to handles the migration ?
You can do it yourself. You can list the connected account IDs using List Account API: https://docs.stripe.com/api/accounts/list
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
So can migrate into old customer acct_xxxx into new platform ?
what will happens to connected the auth token ?
You need to remove the connection first, then reconnect
You can try it in Test mode to see how it works
The reconnect we can do via API or it need customer interaction in UI ?