#Dhiraj
1 messages · Page 1 of 1 (latest)
hi
I can't see anyhting in that first file, is there an error code you can share?
Nor the second, can you paste some relevant snippets inline here?
like
this
yes
sure
const createConnectAccount = async (req, res) => {
try {
const account = await stripe.accounts.create({
country: "US",
type: "custom",
capabilities: {
card_payments: {
requested: true,
},
transfers: {
requested: true,
},
},
});
res.send(account);
} catch (error) {
console.log(error);
}
};
code i use
message: 'Platforms in IN cannot create accounts where the platform is loss-liable, due to risk control measures. Please refer to our guide (https://support.stripe.com/questions/stripe-india-support-for-marketplaces) for more details.',
Find help and support for Stripe. Our support center 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.
error message
hi @worthy moth can you help me out with this please
Find help and support for Stripe. Our support center 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.
By default you can only use standard accounts