#hemal_api
1 messages ¡ Page 1 of 1 (latest)
đ 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.
Can you provide the request id (req_xxx) where you encountered the error?
from where can I get it? I don't have idea about it
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
or at least share the actual acct_xxx of the connected account where you got the TOS error
also worth reading https://support.stripe.com/questions/stripe-india-support-for-marketplaces about what is possible
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
maybe pass country:"IN" when creating the Account object instead then
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)
hmm not sure then. I'd suggest asking your Sales/Support contacts for help with this since operating in India is not something that is generally available and only open to larger/sold merchants https://support.stripe.com/questions/moving-to-invite-only-in-india; your contacts would be able to help you design/build this integration
Okay