#femina-agravat_express-onboarding
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/1234796491458220062
๐ 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.
- femina-agravat_code, 4 days ago, 88 messages
Are you onboarding the account via an Account Link after you create it? Simply creating the account isn't enough โ needs to be verified before it can accept payments: https://docs.stripe.com/connect/express-accounts#create-link
Sure, but accounts still need to be onboarded in test mode. You can use the data here from simulate the scenario you need: https://docs.stripe.com/connect/testing
femina-agravat_express-onboarding
Yes Account is onboarded in test mode.
What's the acct_xxx ID?
I am trying to pay invoice generated by Connected account but it is giving me an error
acct_1PB9eHQOMzTtXXU9
Looking
ok
What's the in_xxx for this invoice?
Looks like cards payments aren't enabled on the account anyway, the capability was unrequested at some point
how to enable it?
My recommendation would be to omit the capabilities parameter from your API payload when creating accounts โ it's redundant
Ok
But still it was giving the same error
you can check this account acct_1PB8sCQQcHHPyNaP
I have tried to enabled it from setttings of this account and it gave me error "restricted"
My guess is you're not using the correct verification data from our test page (that I linked), so it's triggering a manual verification review
Should I create a new account from website and then can you review it?
I will share a screenshot of every steps of account creation here
Which data are you using? Because I can see that we were missing verification ID from onboarding: https://docs.stripe.com/connect/testing#identity-verification
Ok , I am using stripe onboarding form
Let me again create an user and use this data
Yep, you still need to use the exact values on that page in order to correctly get the account in a verified state
Doesn't matter really, you can just use the 000000 to verify. We don't actually send a SMS
No I actually receive a code on my phone
and If i enter any number it says invalid code
OK, maybe I misremembered
And why website url is mandatory for Individual because every individual may not have website url (business url)
can we mention our platform website url for each account ?
What should be Last 4 digits of Social Security number ?
Yes, afraid so
I tried to add 0000 as that document link says
but it gave me information required
New account created . Let me give you account_id
acct_1PBDIL4K5tLPat2M
You probably used the wrong address:
Use these addresses for line1 to trigger certain verification conditions. You must pass in legitimate values for the city, state, and postal_code arguments.
https://docs.stripe.com/connect/testing#test-verification-addresses
Yeahhh Now i am able to pay the invoice
How much we as platform will get the fee ?
I don't understand the question
Stripe is getting $29.30 from $1000 of transaction.
Seller is getting $970.70
We are the platform SSRNJ Connect. We didn't got the money
We didn't got any fee
Did you stipulate a fee when you created the invoice?
No. What that means
There isn't any option to stipulate a fee
This says
https://docs.stripe.com/connect/direct-charges?platform=web&ui=stripe-hosted#flow-of-funds-with-fees
Yeah because you're creating the invoice on the Dashboard of the connected account. You need to be sing the API: https://docs.stripe.com/connect/invoices
DO I have to create Invoice using API ?
If owner(seller) create an invoice from Stripe Dashboard then ? How we will get the platform fee (application fee) ?
Yes if you want to collect an application fee as the platform
You can't โ it doesn't work like that
Then how to disable the option for them to create payment from stripe dashboard ?
Well they're Express accounts so they don't have full Dashboard access like you seem to think they do
Then What they can see in express account ?How can i share them a link so that they can see the payments they have ? And their dashaboard?
Ok
Thank you . It was nice talking to you.
You helped me. Thank you very much.
Now i can explore more about express dashboard and will try that.
Thank you once again .
No problem, glad I could help!
I wish , you will be there always to help me. Some others don't understand my question .
Thank you
Hey @random swallow You can close this thread. I am trying the solution shared by Ynnoj.