Validate Vpa
Validate that UPI address is valid or not. If it is a valid you will get the name against UPI address
Request Header Params
Key | Description | Data type | Mandatory | possible Values |
Authorization | Access token generated earlier. | String | Yes | Bearer {access_token} |
payoutMerchantId | This is the merchant id provided while on-boarding | String | Yes |
payountMerchantId is different from payumoney merchant id, please check payouts dashboard or call customer support if you don’t know your payoutsMerchantID
Request Params
Key | Description | Data type | Mandatory | possible Values |
vpa | UPI address to verify | String | Yes |
Example
Sample Request :
Response :
Last updated