#krishna-awate_api

1 messages ยท Page 1 of 1 (latest)

silent pierBOT
#

๐Ÿ‘‹ 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.

autumn temple
#

๐Ÿ‘‹ happy to help

exotic ledge
#

Yes sir

autumn temple
#

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?

exotic ledge
#

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?

autumn temple
#

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

#

in that case you really need to create a new account

exotic ledge
#

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.

autumn temple
#

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

exotic ledge
#

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

autumn temple
#

there's no easy way to do that

exotic ledge
#

Okay sir.

autumn temple
#

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

exotic ledge
#

Then fetching all and finding will reduce performance of our application.

#

That will be a tidious solution.

autumn temple
#

yep, but you can cache the list in-memory and solicite that instead

exotic ledge
#

Yes sir we can do that.

#

We will use this logic.

#

Thank you so much.

autumn temple
#

sure let me know if you need any more help

exotic ledge
#

Okay sir