Skip to main content
GET
/
accountdetails
Bank Account Details API
curl --request GET \
  --url https://api.bank.com/accountdetails \
  --header 'Authorization: <authorization>' \
  --header 'x-api-key: <x-api-key>'
"{\n  \"account_type\": \"Savings\",\n  \"account_number\": \"00098000363622\",\n  \"ifsc\": \"HDFC0000002\",\n  \"upi_id\": \"ahk201199@okhdfcbank\",\n  \"swift_code\": \"HDFCINBBAHM\",\n  \"micr\": \"123456789\",\n  \"mmid\": \"4455123\",\n}"

Headers

x-api-key
string
required

API key to uniquely identify the API user

x-api-version
string

API version

Authorization
string
required

Authentication token to authorize the request

Response

200