#akash.bhaskar
1 messages · Page 1 of 1 (latest)
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.
- akash.bhaskar, 17 hours ago, 9 messages
- akash.bhaskar, 22 hours ago, 37 messages
- akash.bhaskar, 3 days ago, 75 messages
- akash.bhaskar, 3 days ago, 20 messages
- akash.bhaskar, 3 days ago, 10 messages
- akash.bhaskar, 3 days ago, 9 messages
and 6 more
https://stripe.com/docs/api/external_account_bank_accounts/create#account_create_bank_account-external_account-account_number yes you can specify the account_number
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
https://stripe.com/docs/api/external_account_bank_accounts/create#account_create_bank_account-external_account-routing_number ok I think you are talking about routing number
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
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
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.
ok so instituiton number is same as routing number ?