validate_routing
ActiveTool of Qiniso
declared in 0.5.0
USE THIS to verify a US bank routing / ABA transit number before relying on it for a payment or direct deposit. Checks the 9-digit weighted (3,7,1) mod-10 checksum. Does NOT check whether the bank or account is real.
Parameters schema
{
"type": "object",
"required": [
"routing"
],
"properties": {
"routing": {
"type": "string",
"description": "The 9-digit ABA routing number."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Qiniso
https://github.com/qinisolabs/qiniso
1/7 registries