v1
latestOpenAPI 3.1.02026-07-24360204.4 KBVPA (UPI ID) Verification
Use this API to verify the ownership and validity of a VPA handle.
post/v1/kycs/verifications/vpa
Request body
Response
200
Example response
{
"id": "accver_mtBP3HwL4JE6Ywl2oL2wiun09",
"object": "vpa_verification",
"vpa": "anil.reddy@example",
"merchant_reference_id": "1409614085",
"name_as_per_bank": "Anil Reddy",
"status": "success",
"message": "VPA is available for transaction",
"bank_ifsc_code": "ICIC0000296",
"bank_account_type": "savings",
"created_at": 1644843861,
"is_sandbox": true,
"metadata": {
"key_1": "DD",
"key_2": "XOF"
}
}