#Doğukan-express

1 messages · Page 1 of 1 (latest)

stable wolf
#

what's the problem?

winter thistle
#

I am trying create an express account in .net project. "new AccountCreateOptions" returns object reference not set an object but i fill everything required.

stable wolf
#

what's the exact error message and stack trace?

winter thistle
stable wolf
#

that doesn't really help, which actual line of your code throws that error?

winter thistle
#

in new AccountCreateOptions

stable wolf
#

which line?

#

like you have about 50 lines of AccountCreateOptions, I need you to work a bit harder to debug this and track down exactly what part is throwing an error.

winter thistle
#

I got 't

#

but i have a new problem

stable wolf
#

yep, you need to remove TosAcceptance from the parameters

#

it's required yes, the user will enter that in the hosted onboarding page, you don't pass it via the API

winter thistle
#

I got it thanks, how can i fix restricted account?

#

Can user add that informations on them dashboard?

stable wolf
#

no, you create an AccountLink and go through the onboarding in your browser.

#

did you do that?

winter thistle
#

I did it but throwing another exception, i will send it