post https://ninjafetch.com/api/v1/ibv/connection_info
Recipes
🦉
EDGE
Open Recipe
Request
Clients may request connectivity information using a POST to: https://{URL}/ibv/connection_info
Header
x-api-key
(string)
Body
routing_number
(string)
account_number
(string)
Response
{
"routing_number": "074000013",
"account_number": "2302389238923",
"connection_exists": true,
"institutions": [
{
"name": "Chase",
"login_url": "https://secure07b.chase.com/web/auth/dashboard",
"status": "normal"
}
]
}
/The API will validate the input routing number and return an error message if it is not a valid routing number./
{
"routing_number": "011000130",
"account_number": "12345678",
"connection_exists": false
}