#linq2 - accounts
1 messages ยท Page 1 of 1 (latest)
Hello! Just starting a thread for you -- I'll review and respond as soon as I can ๐
Can you explain more about this?
You might also want to peek into the thread above yours with DanCawford. Is that what you're seeing?
yes give me a second, I can't. copy the code in to the message as it's too much
here you go..
OK and what am i looking at here? What's the issue?
This appears to call the account create endpoint, which i'd expect to create an account
Then prefills some data
then creates an account link to go to onboarding, correct?
yes
but it is creating 2 connect accounts in stripe
one restricted and one complete
(test mode)
What is your platform account id?
And can you run a test to show this happening that i can look at in your logs?
where do i find that?
is that the one starting with acct_XXXXXXXX
and I've ran a test this afternoon
Sure, but i need to see examples
you can get your account in the top right corner here: https://dashboard.stripe.com/settings/account
acct_1EmhuQBSmYxaSWkP
the two accounts created together was
acct_1L04hoPmfXpXNck1 (complete)
acct_1L04hvB72yCGLGLV (restricted)
what do you need off of me to run a test?
You're making two calls to create the same account back to back: https://dashboard.stripe.com/test/logs/req_hwtBhr2BBE7k0T
https://dashboard.stripe.com/test/logs/req_lMGy36UEy8TtMh
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
You need to debug your code to see why it is making two calls
But the APi is creating an account for each, then presumably you are doing the account link/onboarding redirect for only one of them, leaving the other not onboarded