cURL
curl --request POST \ --url https://api.chessa.ai/v1/recipients/validate/routing/us \ --header 'Content-Type: application/json' \ --data ' { "routingNumber": "021000021" } '
{ "bankName": "JPMorgan Chase Bank", "city": "New York", "routingNumber": "021000021", "state": "NY", "valid": true }
Validate a US bank routing number.
""
"021000021"
Success Response
"JPMorgan Chase Bank"
"New York"
"NY"
true
Was this page helpful?