#Kapuma-routing-number
1 messages · Page 1 of 1 (latest)
The example is about Colombia
I should send the routing number on Bank account API
But if I create bank account through stripe dashboard, this field not is required
Perfect, thank you
Yes I am, consulting my colleagues on this
Ok, thank you
In some countries, separate pieces of information—for example, the bank code and branch codes—must be combined to create a routing number.
https://stripe.com/docs/connect/payouts-bank-accounts
So for Columbian accounts, the API is expecting the bank code as the routing number
And... what about dashboard? Why routing number not is required?
Unsure, still looking in to it
Got it
cuz i'd like know the way to create bank account via api without routing number, like the dashboard way
@dark nova https://stripe.com/docs/connect/payouts-bank-accounts are our official docs and they say you need the bank code in routing_number
The Dashboard can do things differently because we ask you for the bank name in the UI. But it won't work in the API for connected accounts so you have to pass the bank code
it's not a routing number though, it's the bank code
that's what it says in my screenshot
Maybe you can build a list on your end that maps a bank name to a bank code and show a drop down like ours
And send it through routing_number?
yes that's wht we need, the bank code inside the routing_number parameter
Ok, got it