To search the bank details based on bank routing number.
Successfully processed request
Bad request — routing number format invalid or not found in the system.
You are not authorized to access the resource
Forbidden - User is not authorized to perform this operation
The resource you were trying to reach is not found
bad input parameter environment
Internal Server Error - Unexpected error occurred while processing the request
Service unavailable
{- "routingNumber": [
- {
- "institutionName": "ABC Bank",
- "nationalIdName": "ABA",
- "nationalId": "123656698",
- "recordTypeCode": "SEND",
- "routingAddress": {
- "addressLine1": "111 My Street",
- "addressLine2": "Suite 210",
- "city": "Charlotte",
- "stateCode": "North Carolina",
- "zipCode": "28269",
- "countryCode": "US",
- "country": "USA"
}, - "deliveryMethods": [
- "ACH",
- "FedNow"
], - "fedwireRoutingInfo": {
- "fundsTransferStatus": false,
- "fundsSettlementOnly": false,
- "securityTransferStatus": false
}, - "rtpRoutingInfo": {
- "participantId": "string",
- "services": [
- "CRDT",
- "RFI",
- "ACK"
], - "receivingConnection": "string",
- "signOnStatus": "string",
- "participantActivationDate": "string",
- "status": "string",
- "connectionStatus": "string"
}, - "fedNowRoutingInfo": {
- "services": [
- "CRDT",
- "RFI",
- "ACK"
], - "status": "string",
- "connectionStatus": "string"
}
}
]
}