#kbb

1 messages · Page 1 of 1 (latest)

spring basaltBOT
scarlet stone
#

What type of connected account type are you using? Standard, Express or Custom?

lethal prism
#

custom

#

i wanted to use standard, but it keeps getting stuck as RESTRICTED in test mode......

scarlet stone
#

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.

Integrate with Standard accounts to get started using Connect right away, and let Stripe handle the majority of the user experience and user communication.

lethal prism
#

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?????????

lethal prism
lethal prism
scarlet stone
#

Oh sorry! I misread your message since you said you wanted to use Standard

lethal prism
#

when i use standard, the accounts are constantly STUCK in RESTRICTED

#

it is tediously painful to get this TEST MODE sandbox working...

scarlet stone
#

Can you share the Standard connected account ID (acct_xxx) that still remained in restricted?

lethal prism
#

acct_1NCywhE2YmWrUwM4

scarlet stone
#

Thanks for sharing. The account still has incomplete information, so the account remained in restricted

lethal prism
#

how to provide??

#

and what in the world is "Proof of liveness", there is ZERO (0) results from a google search............... 🤦 🤦 🤦 🤦 🤦 🤦 🤦 🤦 🤦 🤦 🤦 🤦 🤦 🤦

scarlet stone
#

As part of Singapore regulations, it's required to authenticate that the customer is real such as taking the selfie during verification process

lethal prism
#

please... we are talking TEST MODE right?

scarlet stone
#

Test mode simulates the same flow as live mode

lethal prism
#

sure... but your docs doesn't explain how to pass theses tests

#

so, please tell me how

scarlet stone
#

Let me check how can proof of liveness be completed in test mode

lethal prism
#

ok, but please don't lose sight of my goal.. how to COMPLETE standard accounts?

scarlet stone
#

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

lethal prism
#

goodness

#

can u tell me step by step?

#

i tried many many times many many ways

scarlet stone
#

Those are the requirements to complete the standard accounts

lethal prism
#

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..........................

scarlet stone
lethal prism
#

why like that?

scarlet stone
lethal prism
#

acct_1NDduhGd2iMjPDJm how to accept TOS?

scarlet stone
#

acct_1NDduhGd2iMjPDJm is a Standard account. TOS can only be accepted in hosted onboarding page

lethal prism
#

how to go to hosted onboarding page?

#

what is hosted?

#

stripe right?

#

wait..............

#

u need to address my problem as a WHOLE

#
  1. i don't want seller to enter data 2 times
  2. should i use STANDARD or CUSTOM?
scarlet stone
#

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

lethal prism
#

ok i want a STANDARD account

#

i created 1 using API

#

.....

#

how to get pass this??

#

it obviously says TEST MODE at the TOP

scarlet stone
#

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

lethal prism
#

!&(@#$%)(!&@#$%()&@#$%&*(@#45

#

I ALREADY PREFILLED ALL THAT SHIT!@#$!@#$

scarlet stone
#

In test mode, it requires real phone number to sign up an account

lethal prism
scarlet stone
#

Can you share the request ID (req_xxx) which the information is prefilled?

lethal prism
#

acct_1NDe88GdmjdGve1t this is the account, i don't have the req_xxx

scarlet stone
lethal prism
#

..............

#

your TEST MODE documentation tells me to use 00000000000000

#

now u say need real number.. FOR TESTING....

scarlet stone
#

Where did you see that?

lethal prism
#

.........................

scarlet stone
#

The one you use is recommended account integration

lethal prism
#

........

#

the docs are in a big mess

scarlet stone
#

It requires real phone number to complete the onboarding

lethal prism
#

can i use the same phone for all accounts?

scarlet stone
#

You should be able to

lethal prism
#

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

scarlet stone
#

Have you given it a try? You should be able to use the same phone number in test mode

lethal prism
#

wait

#

what if sellers already have a stripe account? how do they provide it to me?

scarlet stone
#

With your current integration, seller will always have a new Stripe account dedicated with you

lethal prism
#

so if seller signs up with 3 services, e.g. me, quickbooks and shopify, they will have 3 stripe accounts?

scarlet stone
#

Yes!

lethal prism
#

🤦 🤦 🤦 🤦 🤦 🤦 🤦 🤦 🤦 🤦 🤦 🤦 🤦 🤦

#

ok

#

standard is too restrictive

#

let's talk CUSTOM accounts

scarlet stone
#

This is the same as custom connected accounts that new account will be created

lethal prism
scarlet stone
#

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

lethal prism
#

what about express?

#

i want sellers to have stripe dashboard

scarlet stone
lethal prism
#

ok thanks

scarlet stone
#

No problem! Happy to help 😄

lethal prism
#

how do i change the details of a STANDARD account? dashboard don't allow..

scarlet stone
#

It can't be changed in platform dashboard