Fetch masked Vpas
This API is used to fetch the list of masked UPI IDs against any mobile number.
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 onboarding | 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 |
mobileNumber | Mobile number of user | String | Yes | valid phone number |
Example
Content-Type : application/x-www-form-urlencoded
Method : GET
Response :
Last updated