#noroup_api

1 messages Ā· Page 1 of 1 (latest)

tender burrowBOT
#

šŸ‘‹ 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/1383158929076518913

šŸ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

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.

proper holly
#

Also, with my app, a user would be able to manage multiple businesses. Would the best practice be to utilize an individual Stripe ACCT_ID tied to each business? Or tied to each user?

lucid sky
#

Each account should be tied to its own legal entity

proper holly
lucid sky
#

If both have different legal entities

proper holly
#

Fair enough, also if I generate a new account_ID and accountLink URL for said account_ID. It will ask me to log into my existing Stripe account and link a bank tied to an existing account_id

#

Here, as you can see I successfully went through the onboarding process for teststripe@gmail.com, but it referenced another account and teststripe is still disabled

#

What am I doing wrong here?

lucid sky
#

Hard to tell what your app is doing

#

Can you share the request id's that it made there

#

The request id to create the account, the one to create the account link, etc

proper holly
#

req_Frl9jlt3tCmtYX -> Creates the account

#

req_kaarDyzYVvXMES -> Links the account

#

I created a new business within the app, it generated an account_id and account_url for said account_id

#

it passed the account_url back to my client, I underwent the onboarding process as shown

#

but it still shows the account wasnt linked

#

It looks like when I opened the URL, it referenced a previous session / ID

#

Am I doing something wrong with my workflow?

lucid sky
#

Looking

lucid sky
#

The correct account id is in the url?

#

Well at least the same one you passed to create the account link anyhow

proper holly
lucid sky
#

Actually the account you created is acct_1RZczbPuyCTf66El

#

But you passed acct_1RYBo6Q5ARC31KXu in the account link creation request

tender burrowBOT
proper holly
#

Oh my God

#

I just checked my AWS lambda function.

#

The account_id was hard coded in

lucid sky
#

Ah that'll do it

proper holly
#

Boy. I am retarded.

#

can I tip you some money? Thank you

#

This was giving me a headache for the past two days

lucid sky
proper holly
#

Can I send you a small tip?

lucid sky
#

No it's my job haha

proper holly
#

Haha thank you. You just saved me a ton of headache

#

šŸ¤¦ā€ā™‚ļø how could this happen