#akash.bhaskar

1 messages · Page 1 of 1 (latest)

chilly tuskBOT
#

Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

waxen moss
tough cloak
#

how do i specify all these fields while adding bank account via api?

waxen moss
tough cloak
#

no no

#

there are institution number and transit number

#

how do i specify these fields in api

#

let bankData = {
object: 'bank_account',
country: 'US',
currency: 'usd',
account_holder_name: data.account_holder_name,
account_number: data.account_number,
routing_number: data.routing_number,
};

#

i am adding a canadian bank, so i need to add instititon number and transit number

waxen moss
#

The routing number, sort code, or other country-appropriate institution number for the bank account. For US bank accounts, this is required and should be the ACH routing number, not the wire routing number. If you are providing an IBAN for account_number, this field is not required.

tough cloak
#

ok so instituiton number is same as routing number ?