#ÎÔ • 0.95 Kd

1 messages · Page 1 of 1 (latest)

topaz summitBOT
unreal snow
#

Can you share more details about what you see exactly? A screenshot would be helpful if you can share

quasi pike
hexed lava
#

Hey there

#

Stepping in as roadrunner had to step away

#

Is that an India Connected Account?

quasi pike
#

yes

hexed lava
#

Gotcha

#

Can you provide the account ID of the Connected Account so I can take a closer look?

quasi pike
#

acct_1LicWOSJO1RZqHIP

hexed lava
#

Thanks, looking!

#

Still looking, not intimately familiar with this requirement and what you need to do to handle

quasi pike
#

I am testing custom onboarding of company account type in india.

#

Individual type was successfully verified.

#

company.cross_border_transaction_types = domestic is listed in there, but I can't find any documentation regarding it.

hexed lava
#

Ah yeah

#

I'm not seeing it in the API Ref.... which I'm surprised about. But that does look like what you want. Can you try setting that?

#

I'll follow up internally with some feedback about getting this better documented

#

You said: ```can I change payout schedule for individual custom accounts while creating it using settings option?

#

Yep you can

quasi pike
#

type checking is showing error and I can't compile the code with that option set.

hexed lava
#

Huh can you show me your code for how you are trying to set it?

quasi pike
#

const account = await this.client.accounts.create({
type: 'custom',
business_type: 'company',
capabilities: {
transfers: {
requested: true,
},
card_payments: {
requested: true,
},
},
company: {
name: 'Pehalwaan Dhaba',
cross_border_transaction_types: 'domestic',
address: {
line1: 'address_full_match',
city: 'Ghaziabad',
state: 'UP',
country: 'IN',
postal_code: '201019',
},
structure: 'private_company',
tax_id: '000000000',
registration_number: 'L27200UP1907PLC111260',
},
external_account: {
account_number: '000123456789',
routing_number: 'HDFC0000261',
country: 'IN',
currency: 'INR',
object: 'bank_account',
account_holder_name: 'Kshitif Dubey',
},
tos_acceptance: {
date: Math.round(new Date().getTime() / 1000),
ip: '32.89.112.99',
},
business_profile: {
mcc: '5814',
url: 'http://pehalwaandhaba.com',
product_description: 'Offline dining and food delivery',
},
});

hexed lava
#

Can you include your code for updating payout settings?

#

Oh

quasi pike
hexed lava
#

You were stating the above for the cross_border_transaction_types

#

Sounds good

#

Did the above error for cross_border_transaction_types?

#

Or was that successful?

quasi pike
#

yes I api showing no such option.

hexed lava
#

Weird

#

Can you give me the request ID associated with the error?

quasi pike
#

sorry my code is not compiling with that option set.

hexed lava
#

Ah I see

#

What happens if you try cross_border_transaction_classifications as opposed to cross_border_transaction_types?

quasi pike
#

same issue, I am checking now in typescript types file.

hexed lava
#

Yeah this may not be in our typescript library yet, so you may have to force a type here

quasi pike
#

okay. will let you know then.

hexed lava
#

Interesting, looks like it should be an array

#

cross_border_transaction_classifications: ['domestic'],

#

But yeah, doubt this is in our TS library. Believe this is a new param due to some recent India regulation requirements

quasi pike
#

Thanks a lot.

#

when can I expect this option would be added in typescript?

hexed lava
#

Hmm not sure exactly

#

I'll flag internally though that it isn't present currently

quasi pike
#

@hexed lava thanks a lot, I have used a hacky way of changing typescript file and it did work successfully.

hexed lava
#

Good to hear that it is working

quasi pike
#

I will let know you regarding the payout settings error.

hexed lava
#

Sounds good

quasi pike
#

say thanks to your sales and executives team from my side for bringing your business in India, and you and your dev's team is just wonderful.