curl --location 'https://api.staging.indiconnect.in/idverification/bank/verify' \
--header 'service-key: sk_test_8c81f12ed0172eb7' \
--header 'Authorization: x-api-access indc_test_88c0b7b3c0270ba2:ac_test_87a4614209db0ed6' \
--header 'Content-Type: application/json' \
--data '{
"bank_account_number": "457801500868",
"bank_ifsc_code": "ICIC0004578",
"document_type": "Bank Account Verification",
"verification_reference_id": "S2P1234567890944"
}'{
"status": "SUCCESS",
"message": "Data Fetched Successfully",
"data": {
"account_holder_name": "DESHMUKH VAISHNAVI VITTHALRAO",
"account_number": "457801500868",
"ifsc_code": "ICIC0004578",
"vpa": null,
"verification_type": "bank_account",
"is_verified": true,
"ifsc_details": {}
},
"code": 200
}