Sample REST Call
URL:
https://connect.icepay.com/webservice/api/v1/payment/checkout
Headers:
Name | Value |
---|---|
MerchantID | 12345 |
Checksum | 4a04f52b11b07423431fb69d87ca952f35d1115a |
Data:
{
"PaymentMethod": "IDEAL",
"Amount": 23363,
"Language": "NL",
"Currency": "EUR",
"Country": "NL",
"Issuer": "ING",
"Timestamp": "2018-03-22GMT12:19:310",
"OrderID": "123456",
"Description": "Bill #12222",
"EndUserIP": "84.241.211.47",
"URLCompleted": "https:\/\/www.webshop.com\/payment\/success",
"URLError": "https:\/\/www.webshop.com\/payment\/failed",
"Reference": "",
"subID": 0
}