#_kevinx
1 messages ยท Page 1 of 1 (latest)
I can see the test account in my dashboard
Hello! Do you an account ID I can double check on my end to see what's going on?
acct_1NiPaiFNKhoNiDh6
What specifically are you passing in to stripeAccount ? Can you log it and make sure it looks correct?
From the error message you can see it says does not have access to account '[object Object]' which means you're likely passing in an object instead of the Account ID string that we expect
Got you, let me double check
Yeah, you are right, passed an obj, it works now, thank you very much!
Have a good one there!
Hold on, one more question please
๐ go ahead
I'm trying to prefill as much info as possible when the user set up the Standard account, after looked through the doc, I didn't find these below options where I can prefill though, do you have any idea?
I think "Your website" and "Product description" are business_profile.url and business_profile.product_description
ok, how about industry, statement desrip and short descrip
Have you looked through our API reference for account creation? A lot of this is there if you dig through all the params -
- https://stripe.com/docs/api/accounts/create#create_account-settings-payments-statement_descriptor
- https://stripe.com/docs/api/accounts/create#create_account-business_profile-mcc -> I think this will work for industry, but definitely test it to make sure
I'm not fully sure what shortened descriptor is referring to - it may be https://stripe.com/docs/api/accounts/create#create_account-settings-card_payments-statement_descriptor_prefix
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.