Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
{{paymentApiUrl}}/sale
POST
request {
    "amount": 12.00,
    "cardHolderName": "Yogesh Dahe",
    "cardSecurityCode": "999",
    "clientOrderId": "YD_{{clientOrderId}}",
    "currency": "USD",
    "customerAddress": "India",
    "customerCity": "Pune",
    "customerCountryCode": "IN",
    "customerEmail": "yogesh@dahe.com",
    "customerIp": "123.123.123.123",
    "customerName": "Yogesh",
    "customerLastName": "Dahe",
    "customerPhone": "+3123123112312",
    "customerState": "PUN",
    "customerZipCode": "1000",
    "midId": {{midId}}, // Use either midId or siteId
    "siteId": {{siteId}},
    "paymentToken": "e9d74bfb-12d6-422c-a230-fdcc351afc52"
}

...