Know Your Shopper

1. Shopper IP Country API Contract for Direct API merchants

ParameterDescriptionExample Value
payment.payerIpShopper IP192.123.11.88

Sample Request Body:

{

    "order": {

        "action":"PURCHASE",

        "amount":{ "currencyCode":"AED", "value":100 }

    },

    "payment":{

        "pan":"4111111111111111",

        "expiry":"2025-04",

        "cvv":"123",

        "cardholderName":"John Brown",

        "payerIp": "192.123.11.88"

    }

}