Documentation
Aba Validation
QueryParams:
RoutingNumber :
RoutingNumber is required
ApiKey : ApiKey is required
ApiKey : ApiKey is required
Curl:
curl -X 'GET' \
'{{baseUrl}}/api/v1/validate/aba?RoutingNumber={{value}}&ApiKey={{value}}' \
-H 'accept: application/json'
Response:
{
"isSuccess": true,
"error": "string",
"message": "string",
"responseCode": "string",
"value": {
"ifsc": "string",
"bankName": "string",
"bankBranch": "string",
"address": "string",
"city": "string",
"state": "string",
"country": "string",
"countryCode": "string",
"zipCode": "string"
}
}
BicSwift Validation
QueryParams:
SwiftCode :
SwiftCode is required
ApiKey : ApiKey is required
ApiKey : ApiKey is required
Curl:
curl -X 'GET' \
'{{baseUrl}}/api/v1/validate/bicswift?SwiftCode={{value}}&ApiKey={{value}}' \
-H 'accept: application/json'
Response:
{
"isSuccess": true,
"error": "string",
"message": "string",
"responseCode": "string",
"value": {
"swiftCodes": "string",
"bankName": "string",
"bankBranch": "string",
"address": "string",
"city": "string",
"state": "string",
"country": "string",
"countryCode": "string",
"zipCode": "string",
"supportPaymentMethod": "string"
}
}
CRN Validation
QueryParams:
ApiKey :
ApiKey is required
RoutingNumber : SwiftCode is not required
InstitutionCode : SwiftCode is not required
TransitNumber : SwiftCode is not required
RoutingNumber : SwiftCode is not required
InstitutionCode : SwiftCode is not required
TransitNumber : SwiftCode is not required
Curl:
curl -X 'GET' \
'{{baseUrl}}/api/v1/validate/crn?ApiKey={{value}}&RoutingNumber={{value}}&InstitutionCode={{value}}&TransitNumber={{value}}' \
-H 'accept: application/json'
Response:
{
"isSuccess": true,
"error": "string",
"message": "string",
"responseCode": "string",
"value": {
"routingNumber": "string",
"bankName": "string",
"bankBranch": "string",
"address": "string",
"city": "string",
"state": "string",
"country": "string",
"countryCode": "string",
"zipCode": "string",
"transitNumber": "string",
"fullTransitNumber": "string",
"institutionCode": "string"
}
}
Iban Validation
QueryParams:
Iban :
Iban is required
ApiKey : ApiKey is required
ApiKey : ApiKey is required
Curl:
curl -X 'GET' \
'{{baseUrl}}/api/v1/validate/iban?Iban={{value}}&ApiKey={{value}}' \
-H 'accept: application/json'
Response:
{
"isSuccess": true,
"error": "string",
"message": "string",
"responseCode": "string",
"value": {
"countryCode": "string",
"isoAlpha3": "string",
"countryName": "string",
"currencyCode": "string",
"sepaMember": "string",
"sepa": {
"sepaCreditTransfer": "string",
"sepaDirectDebit": "string",
"sepaSddCore": "string",
"sepaB2b": "string",
"sepaCardClearing": "string"
},
"bban": "string",
"bankAccount": "string",
"bank": {
"bankName": "string",
"phone": "string",
"address": "string",
"bic": "string",
"city": "string",
"state": "string",
"zip": "string"
}
}
}
Ifsc Validation
QueryParams:
IfscNumber :
IfscNumber is required
ApiKey : ApiKey is required
ApiKey : ApiKey is required
Curl:
curl -X 'GET' \
'{{baseUrl}}/api/v1/validate/ifsc?IfscNumber={{value}}&ApiKey={{value}}' \
-H 'accept: application/json'
Response:
{
"isSuccess": true,
"error": "string",
"message": "string",
"responseCode": "string",
"value": {
"ifsc": "string",
"bankName": "string",
"bankBranch": "string",
"address": "string",
"city": "string",
"state": "string",
"country": "string",
"countryCode": "string",
"zipCode": "string"
}
}
SortCode Validation
QueryParams:
SortCode :
SortCode is required
ApiKey : ApiKey is required
ApiKey : ApiKey is required
Curl:
curl -X 'GET' \
'{{baseUrl}}/api/v1/validate/sortcode?SortCode ={{value}}&ApiKey={{value}}' \
-H 'accept: application/json'
Response:
{
"isSuccess": true,
"error": "string",
"message": "string",
"responseCode": "string",
"value": {
"sortCode": "string",
"countryCode": "string",
"bank": "string",
"bankBic": "string",
"branch": "string",
"branchBic": "string",
"contactAddressLine1": "string",
"contactAddressLine2": "string",
"contactPostTown": "string",
"contactPostcode": "string",
"contactPhone": "string",
"contactFax": "string",
"fasterPaymentsSupported": true,
"chapsSupported": true
}
}

