v1

latestOpenAPI 3.1.02026-07-24360204.4 KB

VPA (UPI ID) Verification

Use this API to verify the ownership and validity of a VPA handle.

post/v1/kycs/verifications/vpa

Request body

vpastring required

The VPA handle you want to verify.<br><br>Example: anil.reddy@example

merchant_reference_idstring required

Unique identifier entered when creating the verification request.<br><ul><li>Only alphabets and numbers are allowed.</li><li>Minimum: 7 characters.</li><li>Maximum: 40 characters.</li></ul>Example: 1409614085

Response

200

OR

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"
  }
}