v1
latestOpenAPI 3.0.02026-07-24126202516.7 KBBank Accounts
Validate Routing Number
Validate a US bank routing number before creating an account. This can be used to provide on-demand verification, and further information of the bank information a User is providing.
get/tools/routing_number
Query parameters
routing_numberstring required
Bank account routing number
Response
OK
Example response
{
"routing_number": {
"customer_name": "US BANK NA",
"address": "EP-MN-WN1A",
"city": "ST. PAUL",
"state_code": "MN"
}
}