#hananafzal88-account-creation

1 messages Β· Page 1 of 1 (latest)

inner hare
glad shadow
#

and what about SSN

inner hare
glad shadow
#

and what about bank details if i want to add

#

?

inner hare
glad shadow
#

what is mcc value for Software Industry?

inner hare
glad shadow
#

Invalid string: Software...; must be at most 4 characters

#

gettings this exception

#

@inner hare Thanks

#

(Y)

#

@inner hare SSn is not id number

#

please tell me any other thing that i can check

#

for ssn

inner hare
#

Hmm, should be. What's the error?

glad shadow
#

you were right i was giving wrong format but once i added ssn now this is saying that document is required and before ssn it was saying documents optiona

warped roost
#

that usually means you didn't use our testing numbers

glad shadow
#

can you give me some testing no

warped roost
#

it's 0000 for the last 4

#

if you enter something else then the account can't be verified so we ask for a document upload instead, as you see

#

make sure you use all the testing data from there(like using 1901-01-01 as the date of birth and something like address_full_match, San Francisco, 94103, CA as the address) so the account can be verified

glad shadow
#

yes u r right now only bank details are left can you help me in this regard

warped roost
#

well my advice would be to use Express

#

but if you use Custom then now you have to build your own HTML webpage to collect bank account details and add them to the account via the API.

glad shadow
#

I am getting error

#

how to gave this value

warped roost
#

ExternalAccount = "btok_xxx"

#

or you do ExternalAccount = new AccountBankAccountOptions {....}

#

you never use AnyOf the way you tried to in that C#....

glad shadow
#

Thanks buddy its working

#

u guys are amazing

#

πŸ‘

#

@warped roost @inner hare DONEπŸ˜ƒ

warped roost
#

great! note that if you're using Custom Connect, you are far from done.

#

you need to handle the case of new information being required by listening to webhooks. You also need to build a user dashboard to help the user see their funds and any outstanding payouts, and build authentication for that dashboard, and so on.

glad shadow
#

yeah i know that