Depending on applicable regulations or business limitations, specific API requests may not be available for your use.
Get ACH Bank Link Route
This request allows retrieving the ACH Bank Link number from an existing routing number.
Request URL
Syntax | GET /restapi/utils/achbanklinkroute/{routingNumber} |
---|---|
Example URL | https://api.uat.foliofn.com/restapi/utils/achbanklinkroute/263182558 |
Request Data Fields
Field | Type | Description | Required | Value |
---|---|---|---|---|
routingNumber | String | The routing number of the requested Bank Link. | Yes |
Response Data Fields
If null, check if the specified routing number exists.
Field | Type | Description | Required | Value |
---|---|---|---|---|
bankCity | String | The city of the associated Bank Link. | Yes | |
bankName | String | The name of the associated Bank Link. | Yes | |
bankState | String | The state of the associated Bank Link. | Yes | |
Number | String | The number of the associated Bank Link. | Yes |
Response Example
HTTP/1.1 200 OK
Date: XXX
Content-Type: application/json
Content-Language: en
{
"bankCity" : "TALLAHASSEE",
"bankName" : "ENVISION CREDIT UNION",
"bankState" : "FL",
"number" : "263182558"
}
Change Log
03/12/2020
- Remove extra spaces, especially at the bottom
07/08/2016
- Removed Request Example
11/27/2015
- New documentation