#krishna008
1 messages · Page 1 of 1 (latest)
Hello krishna008, we'll be with you shortly! 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.
• krishna008, 2 days ago, 42 messages
You mean roll your API key?
Yes I want to change API keys.
Ok, it won't impact your connected accounts
Can you share with me your account ID, as well as the connected account's ID?
This account is not connected to acct_1DsJUOFHc1IyFKzb
It's connected to a different account
in general though, if you're rolling your API key, there should be no impact to the connected accounts.
You can always create another test platform, and test connected account to test things out
We already have users who are using connceted account for Current API keys. If we change API key then it is showing this error.
What about existing connceted account?
How did you change the API key? did you roll the key https://stripe.com/docs/keys#rolling-keys ?
Ah i see
Your existing connected account won't be connected to the account that you newly created.
What will I have to do to work connected account on new Main account?
what's the old platform account id?
you can try using OAuth to connect the existing connected account to the new Platform : https://stripe.com/docs/connect/oauth-reference
Just a moment I am checking old account id.
Can we use OAuth from dashboard.
It will be difficult to change connected account's parent account from code.
Old platform account id : ca_DrZU7kSQZcifIPa7c8uaQaNhoYK1KTsq
it's probably not possible via the Dashboard
So, will I have to implement code?
yes
https://dashboard.stripe.com/settings/connect - it should be in this page
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
i assume you're referring to the client_id i.e. ca_ id
This I want in code sir.
i don't understand the question - you mentioned you wanted the connected account's parent account id?
Suppose I have old connected account acct_1N8FtsDBfYojrB0W. How can I get it's parent accounts id i.e. ca_DrZU7kSQZcifIPa7c8uaQaNhoYK1KTsq from API only.
that's not something you can retrieve via the API
you only need to get that id once, from the Dashboard for the new main account
Then how can I know it is old connected account or new connected account?
depends on that I will use OAuth
what do you mean by how can you know it's old connected account or new connected account? What's the difference between old and new?
old conneted account will have parent account ca_DrZU7kSQZcifIPa7c8uaQaNhoYK1KTsq and new conneted acount will have parent account acct_1DsJUOFHc1IyFKzb
So if I wnat ot use OAuth to old one only.
to change it's parent account.
do you mean you want to identify which platform the connected accounts are currently connected to?
yes sir.
https://stripe.com/docs/api/accounts/list - you can use this API
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I want to use this connected account id acct_1N8FtsDBfYojrB0W and want to know where it is connected (or which platfrom i.e. parent)
This will return all connceted accounts.
okay, looking at this recent connected account : acct_1N8FtsDBfYojrB0W that you provided, it's not possible to connect it to your new account
via OAuth?
acct_1N8FtsDBfYojrB0W -> this connected account is controlled by one particular platform i.e. platform A. It cannot be connected to another platform i.e. platform B with read and write scope
If Platform A gives permission?
for such accounts, the best option you have is to create a new connected account on the new platform for the connected account. There's no other way about it
But users are using current connected account. We can't ask everyone to create new connceted account.
I don't really have any workaround solution unfortunately, I'd recommend writing in to https://support.stripe.com/contact/email to see if there's any other alternative solution available
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
It's not possible to disconnect a connected account that is controlled by a single platform
Then what Revoke account API do?
To be able to deauthorize a connected account, the connected account cannot be controlled by a single platform (a.k.a CBSP). Unfortunately, because acct_1N8FtsDBfYojrB0W is CBSP, you cannot deauthorize it
hmm.
Is there any other way to shift all connected accounts from platfrom A to platform B?
you can try reaching out to Support, they may have alternative solutions which I'm not aware of
I alreday written an email.
Meanwhile can you help me how to get platform account id from connected account?
I will try with diffent logic i.e. if connected account is from Platform A then use keys of platform A or use keys of platform B
Meanwhile can you help me how to get platform account id from connected account?
This isn't possible via the Stripe API. Only the connected account will know which platforms they're connected to in their Stripe Dashboard. The alternative is to go through all your platforms and list the corresponding connected connected accounts
you can probably take a look here https://dashboard.stripe.com/settings/apps
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Thank you sir. One more thing, in future if I want to create connected account which can be revoked later, hwo can I do that I mean I don't want to create CBSP account.
I think the question here is why do you want to migrate your connected accounts from platform A to platform B?
in most cases, this is very rare
If I get any problem with current platfrom. Like now I have got issues with my current platform.
For some reasons I want to change it.
i think you should discuss this with Stripe Support on the specific issues for the current platform. It could be that you may not need to migrate the accounts at all
Okay sir.
But is there any way?
not sure, maybe https://support.stripe.com/?contact=true would be able to give a better answer!
Okay sir. Thank you so much for your help.