#jeremyistalking
1 messages · Page 1 of 1 (latest)
tos_acceptance shouldn't be nested under individual. It's the same level as individual: https://stripe.com/docs/api/accounts/create#create_account-tos_acceptance
Similarly for business_profile. It shouldn't be nested under individual: https://stripe.com/docs/api/accounts/create#create_account-business_profile
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Ok now it works thank but I have another problem, the function doesnt return an account, it looks like it's infinite and never return something so my code is stuck here, and also the account are creating to the stripe connect thing but it was created with a delay
Can you share the request ID (req_xxx) of account creation? Here’s how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
sure, req_VofmJoujeFYHHq
its written that there was a response on your side, but on my side, nothing was got, maybe I'm not using the stripe.Account.create correctly?
In https://dashboard.stripe.com/test/logs/req_VofmJoujeFYHHq, I can see the account ID acct_1O5kbKIu297MFOtp was created and returned in the response
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
It should be found in the response