curl --location --request POST 'https://api.staging.indiconnect.in/openPayout/verify/vpa' \
--header 'Authorization: x-api-access indc_test_bc68634d3da46c65:ac_test_994e9e5fd8240467' \
--header 'service-key: sk_test_9af9f870584792e6' \
--header 'Content-Type: application/json' \
--data-raw '{
"vpa" : "9823676512@airtel"
}'{
"status": "SUCCESS",
"message": "VPA fetched successfully .",
"data": {
"verification_type": "vpa",
"account_number": null,
"ifsc_code": null,
"vpa": "vvdeshmukh28@okhdfcbank",
"account_holder_name": "Anil Reddy",
"is_verified": true
},
"code": 200
}