#krishna-awate_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/1374718822409572422
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
๐ happy to help
Yes sir
unfortunately that's not possible
you can't migrate connected accounts from one account to another
what is the issue with the first account, if I may ask? Like why are you moving to another account?
We have changed some branding in current platform
So account also changed by buisiness team for some reason.
Is there any way, we can use both account keys on on web application?
yes you can
but the branding configuration of the old one would be used if you're using the old account's keys
in all cases I think you should reach out to https://support.stripe.com/?contact=true and ask for help on how to achieve what you need on the actual account rather than creating a new one, unless the country has changed
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.
in that case you really need to create a new account
For onboarding we will use new keys and for using old connected account we will use old keys for those account. Because we can not fetch old connceted acount without old keys.
We need old keys for old connected accounts
New keys for new onbaording and creation of new account.
as I mentioned it's not a good idea to work with 2 different accounts unless there's a valid reason
please work with Stripe Support https://support.stripe.com/?contact=true to help you configure your current platform as needed
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.
Okay sir I will reach out to support.
I have one logic.
Is there any way to find out connected account is linked with which account?
so I can apply logic depens on codition.
suppose below is the account id. I want to know where it is linked or is there any unique identity for parent connected account
acct_1NWGciRd1p7o0FMc
there's no easy way to do that
Okay sir.
you can list all the connected accounts of a platform https://docs.stripe.com/api/accounts/list and see whether that account ID is within that 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.
or you can simply try to do any action on that connected account with either platform and if it fails than it's not its connecting platform
Then fetching all and finding will reduce performance of our application.
That will be a tidious solution.
yep, but you can cache the list in-memory and solicite that instead
sure let me know if you need any more help
Okay sir