#kbb
1 messages · Page 1 of 1 (latest)
What type of connected account type are you using? Standard, Express or Custom?
custom
i wanted to use standard, but it keeps getting stuck as RESTRICTED in test mode......
I see! With data collected in the hosted onboarding page, they won't be passed to your server.
If you wish to avolid collecting the information twice, you can collect them in your server, then pre-fill the data by setting them the request when creating the account.
From https://stripe.com/docs/connect/standard-accounts#create-account:
If you’ve already collected information for your connected accounts, you can pre-fill that information on the account object for the user. Connect Onboarding won’t ask for the pre-filled information during account onboarding. The account holder confirms the pre-filled information before accepting the Connect service agreement. You can pre-fill any information on the account, including personal and business information, external account information, and more.
look, i have written lots of code based on your documentation
in TEST MODE, even though i prefilled it, sellers are forced to provide the saem info for verification again.........
Your stripe messages are even saying: please provide the same info you provided to "kbb" for verification... i mean... wth are we even doing this?????????
i'm using CUSTOM
are you saying i should use standard???
Oh sorry! I misread your message since you said you wanted to use Standard
when i use standard, the accounts are constantly STUCK in RESTRICTED
it is tediously painful to get this TEST MODE sandbox working...
Can you share the Standard connected account ID (acct_xxx) that still remained in restricted?
acct_1NCywhE2YmWrUwM4
Thanks for sharing. The account still has incomplete information, so the account remained in restricted
how to provide??
and what in the world is "Proof of liveness", there is ZERO (0) results from a google search............... 🤦 🤦 🤦 🤦 🤦 🤦 🤦 🤦 🤦 🤦 🤦 🤦 🤦 🤦
As part of Singapore regulations, it's required to authenticate that the customer is real such as taking the selfie during verification process
please... we are talking TEST MODE right?
Test mode simulates the same flow as live mode
sure... but your docs doesn't explain how to pass theses tests
so, please tell me how
Let me check how can proof of liveness be completed in test mode
ok, but please don't lose sight of my goal.. how to COMPLETE standard accounts?
You'd need to complete the information verification in the screenshot I shared to complete the standard account such as identity document and proof of liveness
Those are the requirements to complete the standard accounts
can u remote to my desktop?
are you API support right? why i can't do this entirely thru API????????
want so much info, YET i CANNOT EDIT..........................
If there is any missing requirement to fulfill, you can create the new account link to complete the onboarding: https://stripe.com/docs/connect/standard-accounts#handle-users
why like that?
Can you share the request ID (req_xxx) where you faced the error? Here’s how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
acct_1NDduhGd2iMjPDJm how to accept TOS?
acct_1NDduhGd2iMjPDJm is a Standard account. TOS can only be accepted in hosted onboarding page
how to go to hosted onboarding page?
what is hosted?
stripe right?
wait..............
u need to address my problem as a WHOLE
- i don't want seller to enter data 2 times
- should i use STANDARD or CUSTOM?
First of all, your business requirements should determine whether Standard or Custom connected account should be used such as liability, dashboard access, user support... etc: https://stripe.com/docs/connect/accounts Stripe can't make a decision for you.
With regards how to prevent seller entering the information twice, you can pass the information to Stripe when creating the connected account with /v1/accounts: https://stripe.com/docs/api/accounts/create
Stripe hosted onboarding page refers to the account link created via /v1/account_links: https://stripe.com/docs/api/account_links/create
ok i want a STANDARD account
i created 1 using API
.....
how to get pass this??
it obviously says TEST MODE at the TOP
As the guide mentioned https://stripe.com/docs/connect/standard-accounts, you can pre-fill the seller information, so that the seller doesn't have to fill up again when using hosted onboarding page.
There can be cases that more information will be required after completing the flow. You'd need to send seller back to the hosted onboarding page with /v1/account_links
In test mode, it requires real phone number to sign up an account
......................................................................................................................................................................................................
Can you share the request ID (req_xxx) which the information is prefilled?
acct_1NDe88GdmjdGve1t this is the account, i don't have the req_xxx
This is the creation request: https://dashboard.stripe.com/test/logs/req_3ErChogw7VvQ44
The phone number 0000000000 isn't real phone number, so the hosted onboarding page will prompt seller to provide one again
..............
your TEST MODE documentation tells me to use 00000000000000
now u say need real number.. FOR TESTING....
Where did you see that?
.........................
If you're referring to https://stripe.com/docs/connect/testing#using-oauth, this is for OAuth flow (legacy integration)
The one you use is recommended account integration
It requires real phone number to complete the onboarding
can i use the same phone for all accounts?
You should be able to
hmmmmmmmm
so if can't?
need to buy 10 sim cards just to do TESTING?
omg.... what does the word TEST mean to u guys really?
why dun we use REAL money for TESTING too
that would be fun
Have you given it a try? You should be able to use the same phone number in test mode
With your current integration, seller will always have a new Stripe account dedicated with you
so if seller signs up with 3 services, e.g. me, quickbooks and shopify, they will have 3 stripe accounts?
Yes!
🤦 🤦 🤦 🤦 🤦 🤦 🤦 🤦 🤦 🤦 🤦 🤦 🤦 🤦
ok
standard is too restrictive
let's talk CUSTOM accounts
This is the same as custom connected accounts that new account will be created
how do i let sellers provide stripe all the info ONCE, instead of TWICE?
If you use custom connected account, you can set those data in the API: https://stripe.com/docs/connect/identity-verification-api
Please note that custom connected account doesn't have any Dashboard access
You should build your own UI for any information to display to the sellers
hmm
what about express?
i want sellers to have stripe dashboard
Express has limited dashboard access like having activity feed and earning chart: https://stripe.com/docs/connect/express-dashboard
If you wish to have full Dashboard access, only Standard account is possible
ok thanks
No problem! Happy to help 😄
how do i change the details of a STANDARD account? dashboard don't allow..
Seller can change the website in https://dashboard.stripe.com/settings/public after logging in to their connected account dashboard
It can't be changed in platform dashboard