Skip to main content
POST
/
v1
/
recipients
/
validate
/
routing
/
in
Validate India IFSC Code
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
}

Headers

x-client-id
string
Example:

""

x-client-secret
string
Example:

""

Body

application/json
routingNumber
string
Example:

"SBIN0000001"

Response

Success Response

bankName
string
Example:

"State Bank of India"

branchName
string
Example:

"Main Branch"

city
string
Example:

"Mumbai"

routingNumber
string
Example:

"SBIN0000001"

state
string
Example:

"Maharashtra"

valid
boolean
Example:

true