curl --location --request POST 'https://api.staging.indiconnect.in/idverification/bank/verification' \
--header 'origin: https://api.dev.indiconnect.in' \
--header 'service-key: sk_test_a104394e867f5080' \
--header 'Authorization: x-api-access indc_test_9de5884fe214cd8a:ac_test_afcba9026f822a41' \
--header 'Content-Type: application/json' \
--data-raw '{
"bank_account_number" : "457801500868",
"bank_ifsc_code" : "ICIC0004578",
"document_type" : "Bank Account Verification",
"verification_reference_id" : "S2P12345678909"
}'{
"status": "SUCCESS",
"message": "Data Fetched Successfuly",
"code": 200,
"data": {
"verification_type": "bank_account",
"account_number": "457801500868",
"ifsc_code": "ICIC0004578",
"vpa": null,
"account_holder_name": "Anil Reddy",
"is_verified": true
}
}