v1
latestOpenAPI 3.1.02026-07-241910582.8 KBValidate Routing Number
get/validations/routing_numbers
Query parameters
routing_numberstring required
The routing number that is being validated.
routing_number_typestring required
The type of the routing number. Routing number types are listed at Routing Details
Response
200
Example response
{
"routing_number": "021000021",
"routing_number_type": "aba",
"supported_payment_types": [
"ach"
],
"bank_name": "Varo Bank, National Association",
"bank_address": {
"object": "address",
"line1": "6000 Universal Boulevard",
"locality": "Orlando",
"region": "FL",
"postal_code": "32819",
"country": "US"
}
}