cURL
curl --request POST \ --url https://api.chessa.ai/v1/recipients/validate/routing/in \ --header 'Content-Type: application/json' \ --data ' { "routingNumber": "SBIN0000001" } '
{ "bankName": "State Bank of India", "branchName": "Main Branch", "city": "Mumbai", "routingNumber": "SBIN0000001", "state": "Maharashtra", "valid": true }
Validate an Indian IFSC code.
""
"SBIN0000001"
Success Response
"State Bank of India"
"Main Branch"
"Mumbai"
"Maharashtra"
true
Was this page helpful?