#SuperFly - Account Activation
1 messages · Page 1 of 1 (latest)
Hello! I wish I could help, but this chat is focused on developers and technical questions. Our support team will be able to assist you better than I can with account verification questions: https://support.stripe.com/contact
Well the problem is we are worried that this is a development issue
But if you do not think so I guess that is positive news?
Why do you think it's a development issue?
So currently we're building out a stripe account through express, using a custom type:
And then here we are grabbing that account link redirect to the connected account stripe UI with
And we were curious if type: "account_onboarding" was conflicting with custom accounts here
This was the only thing about stripe's interactions that we weren't sure on when building this out, that's why we're looking here
Can you clarify what "we're building out a stripe account through express, using a custom type" means? Express and Custom accounts are completely separate things.
OH my bad. I meant Express.js, I was just letting you know the context of our development, we're not using express accounts at all
Ah, gotcha!
The goal is to sign a customer up through a Custom Connect account, so that we can transfer money into their account. We activated card payments and transfers, and we ~believed~ that account_onboarding was the type we should use
Okay, so this all sounds correct and normal to me. Creating a Custom account and then sending them an account_onboarding Account Link to complete the onboarding process is the correct approach.