#anuragIcodelabs

1 messages · Page 1 of 1 (latest)

native heraldBOT
dapper falcon
#

hi! do you have more context like the exact API call you're making or the acct_xxx ID of the account you created?

lapis dove
#

yes right

#

after that making the stripe accountLinks create

#

to redirect over the stripe page

dapper falcon
lapis dove
#

stripe.accounts.create({
type: 'express',
// country: STRIPE_ACCOUNT_COUNTRY,
email: user.data.data.attributes.email,
capabilities: {
card_payments: { requested: true },
transfers: { requested: true },
},
});
}

dapper falcon
#

I assume your own platform account is in Canada?

lapis dove
#

yes i want to enable all the countries

dapper falcon
#

cool, then you need to do it on that page

lapis dove
#

thanks, I'll let you know