#Dr b
1 messages · Page 1 of 1 (latest)
Hi
How can we help you ?
@worthy canyon could you continue chatting here please ?
can someone please help me out we have stripe in India Region and integrated it on our website for different customers to pay through bank account but its giving us error
Platforms in IN cannot create custom accounts due to risk control measures
This Error presists can anyone resolve this issey
okay
thanks
hi we have stripe account in india
could you clean your messages from the main channel please?
sure sorry i wasnt aware
can you please help me in this issye
Platforms in IN cannot create custom accounts due to risk control measures
we want customers to pay by bank card
butits giving the error
Can you share the ID (req_xxx) of the failing API request?
https://support.stripe.com/questions/finding-the-id-for-an-api-request
Platforms in IN cannot create custom accounts due to risk control measures
this is error
but according to the error message, you need to contact support at https://stripe.com/in/contact/sales
In order to be able to onboard custom accounts
https://stripe.com/docs/connect/custom-accounts#:~:text=Countries that don’t support self-serve%3A Due to restrictions that apply when using Connect for Stripe India%2C India-based merchants can’t self-serve Custom Connect accounts. To begin onboarding for Custom Connect Accounts in India%2C contact us.
const newAccount = await stripe.accounts.create({
type: "custom",
country: "US",
email: "johndoe@example.com",
external_account: {
object: "bank_account",
country: "US",
currency: "usd",
routing_number: "110000000",
account_number: "000123456789",
account_holder_name: "John Doe",
account_holder_type: "individual",
},
});
we are creatin like this
yes you need to contact Stripe Indian Sales in order to have access to that feature
You need to reach out to them at:
https://stripe.com/in/contact/sales
is it even possible for us to to take user bank account details and do transaction with stripe
Yes here is a guide on how to accept international payments using Stripe in india:
https://stripe.com/docs/india-accept-international-payments
tis like C2C for example if one customer is paying from usa so another customer will recieve in his bank account which will be different for all users
is it possible via stripe?
like one customer paying to other customer
and commssion will be added in our stripe account
Yes it's possible using Stripe Connect, but in order to use it in India you need to reach out to Stripe India Support