curl --location --request POST 'https://api.staging.indiconnect.in/idverification/vpa/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 '{
"vpa" : "priya00099@okhdfcbank",
"document_type" : "VPA Verification"
}'{
"status": "SUCCESS",
"message": "Data Fetched Successfuly",
"code": 200,
"data": {
"verification_type": "vpa",
"account_number": null,
"ifsc_code": null,
"vpa": "priya00099@okhdfcbank",
"account_holder_name": null,
"is_verified": false
}
}