#Doğukan-express
1 messages · Page 1 of 1 (latest)
I am trying create an express account in .net project. "new AccountCreateOptions" returns object reference not set an object but i fill everything required.
what's the exact error message and stack trace?
that doesn't really help, which actual line of your code throws that error?
in new AccountCreateOptions
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.
I got 't
but i have a new problem
but in https://stripe.com/docs/connect/required-verification-information#GB-full-individual--card_payments|transfers tos acceptance is required
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
I got it thanks, how can i fix restricted account?
Can user add that informations on them dashboard?
no, you create an AccountLink and go through the onboarding in your browser.
did you do that?
I did it but throwing another exception, i will send it