#hemal_api

1 messages ¡ Page 1 of 1 (latest)

fiery yarrowBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1293481861686890508

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

rotund eagle
#

Can you provide the request id (req_xxx) where you encountered the error?

digital notch
#

from where can I get it? I don't have idea about it

rotund eagle
junior widget
#

or at least share the actual acct_xxx of the connected account where you got the TOS error

digital notch
#

request ID: req_IldKbHKD0ayiPR

#

Account ID: acct_1Q7WZBSCrELMBW4G

junior widget
#

yeah that 's a Standard account, you do not accept the TOS for them

#

you send them to the Stripe onboarding and the user accepts it in our hosted pages/their Dashboard

digital notch
#

Okay let me try

#

I am not able to see India in the drop down of country

junior widget
#

maybe pass country:"IN" when creating the Account object instead then

digital notch
#

how do I accept the TOS, can't complete the first step

#

tried that too.

#

const account = await stripe.accounts.create({
country: 'IN',
email: 'email',
controller: {
losses: {
payments: 'stripe',
},
},
});

this is the latest code using which I am able to create an account (standard)

junior widget
digital notch
#

Okay