Get Whitelisted Partner Merchant IPs API

This API is used to get a list of whitelisted partner merchant IPs.

Environment

Sample request
curl --location
'https://uatoneapi.payu.in/payout/partner/getWhiteListedIp?payoutMerchantId=2225336' \
--header 'partnerId: 1' \
--header 'Authorization: Bearer 0268711b05d99eee3a068033e3df41f97a532d9a84fcd25d17e0644a835dda2c'
Sample response
{
    "status": 0,
    "msg": "success",
    "code": null,
    "data": "192.168.0.1,192.168.0.2,192.168.0.5"
}
Language
Authorization
Bearer
URL
Click Try It! to start a request and see the response here!