Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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?