Request
Body Params application/json
Vpa handle which needed to be verified
Unique Id for each record
{
"vpaHandle": "string",
"customerRequestId": "string"
}
Request samples
curl --location --request POST 'https://ekpayout-uat.enkash.in/api/v0/vpa-verification/vpa' \
--header 'Content-Type: application/json' \
--data-raw '{
"vpaHandle": "string",
"customerRequestId": "string"
}'
Responses
application/json {
"response_code": 0,
"response_message": "string",
"payload": {
"vpaVerificationId": "string",
"customerRequestId": "string",
"companyId": "string",
"vpaHandle": "string",
"beneficiaryName": "string",
"beneficiaryIfsc": "string",
"accountType": "string",
"responseMessage": "string"
}
}
Modified at 2025-07-07 18:47:25