1. Shopper IP Country API Contract for Direct API merchants
Parameter | Description | Example Value |
---|---|---|
payment.payerIp | Shopper IP | 192.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"
}
}