#Dhiraj

1 messages · Page 1 of 1 (latest)

wise edgeBOT
wispy shuttle
#

hi

worthy moth
#

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
wispy shuttle
#

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.',

#

error message

#

hi @worthy moth can you help me out with this please

worthy moth
#

By default you can only use standard accounts