#TLShadow-onboarding-connect
1 messages ยท Page 1 of 1 (latest)
hey there ๐
Hrmm can you provide the request ID for that error?
i just have a stripe error object which does nto contain a request id
req_c0w1450LDXkgtb
nvm .. found it
Perfect
Taking a look
Ah okay so doesn't look like you are specifying country here when you create the account: https://stripe.com/docs/api/accounts/create#create_account-country
If you don't specify the country then we will use your default (your platform's country)
Try specifying the country param as well in the account creation request
ahh i don#t only need to send countryi n address but on the company object aswell
Not company object, top-level at the account object
It is commonly missed. We should probably call this out more clearly in our docs
or maybe promote it to reuquired instead of optional
i kinda skimmed over it because of the tag
or add a recommendet tag instead of optional
Yeah good feedback. I'll follow up internally about getting this clarified
thanks and thanks for the quick feedback helped me alto ๐