📌Use this API to verify the validity of a UPI Virtual Payment Address (VPA). It checks whether the entered VPA exists and is active, helping prevent payment failures and ensuring a smooth UPI transaction experience.
Request
Header Params
Authorization
stringÂ
required
Body Params application/json
merchantOrderId
stringÂ
required
merchantIdentifierKey
stringÂ
required
vpa
stringÂ
required
Example
{"merchantOrderId":"<merchant order id>","merchantIdentifierKey":"<merchant access key>","vpa":"<vpa>"}