#ÎÔ • 0.95 Kd
1 messages · Page 1 of 1 (latest)
Can you share more details about what you see exactly? A screenshot would be helpful if you can share
Hey there
Stepping in as roadrunner had to step away
Is that an India Connected Account?
yes
Gotcha
Can you provide the account ID of the Connected Account so I can take a closer look?
acct_1LicWOSJO1RZqHIP
Thanks, looking!
Still looking, not intimately familiar with this requirement and what you need to do to handle
I am testing custom onboarding of company account type in india.
Individual type was successfully verified.
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.
company.cross_border_transaction_types = domestic is listed in there, but I can't find any documentation regarding it.
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
type checking is showing error and I can't compile the code with that option set.
Huh can you show me your code for how you are trying to set it?
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',
},
});
I was getting error on this, will reproduce and let you know about it.
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?
yes I api showing no such option.
sorry my code is not compiling with that option set.
Ah I see
What happens if you try cross_border_transaction_classifications as opposed to cross_border_transaction_types?
same issue, I am checking now in typescript types file.
Yeah this may not be in our typescript library yet, so you may have to force a type here
okay. will let you know then.
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
@hexed lava thanks a lot, I have used a hacky way of changing typescript file and it did work successfully.
Good to hear that it is working
I will let know you regarding the payout settings error.
Sounds good
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.