#Rahul Maru

1 messages ยท Page 1 of 1 (latest)

versed pagodaBOT
narrow dew
acoustic geode
#

company type or business type

narrow dew
#

No Stripe Connect Account type (express, standard or custom)?

acoustic geode
#

express

narrow dew
acoustic geode
#

no actually i am asking about the field which is invidual and company

#

i am confuse in it

#

{
type: 'custom',
country: req.body.country,
email: req.body.email,
business_type: req.body.business_type,
requested_capabilities: [
'card_payments',
'transfers'
],
business_profile: {
url: req.body.url,
mcc: '5734'
},
individual: {
address: {
line1: req.body.line1,
line2: req.body.line1,
city: req.body.city,
state: req.body.state,
country: req.body.country,
postal_code: req.body.postal_code
},
dob: {
day: req.body.day,
month: req.body.month,
year: req.body.year
},
verification: {
document: {
front: data.id
}
},
email: req.body.email,
first_name: req.body.first_name,
last_name: req.body.last_name,
gender: req.body.gender,
id_number: req.body.id_number,
phone: req.body.phone
}
}

#

currently i am using these fields for individual based account

graceful dock
#

๐Ÿ‘‹ taking over for my colleague. Let me catch up.

acoustic geode
#

so you mean first i have to create an account as individual and then update it for company

graceful dock
#

sorry my bad I linked to account update

#

but it's the same in account create API

acoustic geode
#

can you send the proper request payload which i have to send in the api for create a connect account

graceful dock
acoustic geode
#

In company.verification.document what i have to send there are two keys mentioned here front and back in that key what i have to send in the api

graceful dock
#

I don't understand the question

acoustic geode
#

what i have to send in this fields

#

for connect account api

graceful dock
#

you need to first upload a file like the description mentioned and then use the ID of that file here

acoustic geode
#

ok i'll try this thing Thank you @graceful dock @narrow dew

#

for test mode can i upload any document for verification

acoustic geode
#

ok Thank you so much @graceful dock

graceful dock
#

let me know if you need any more help