ExecuteOrderRequest
amountnumber<double>required
PIN face value with two digits after the decimal separator.
Example:
10currencystringrequired
Three-letter ISO 4217 currency code.
Possible values: >= 3 characters and <= 3 characters
Example:
EURcountrystringrequired
ISO 3166-1 country code.
Possible values: >= 2 characters and <= 2 characters
Example:
ATproduct_idstringrequired
Requested product identifier.
Example:
00028delivery_typestringrequired
PIN delivery channel.
Possible values: [RETURN]
Example:
RETURNutc_offsetstringrequired
Difference between distributor time and UTC.
Example:
+00:00shop_idstringrequired
Shop from which the request is made.
Example:
shopidtestterminal_idstringrequired
Unique terminal identifier.
Example:
terminalidtestretailer_idstring
Retail channel or sub-distributor identifier.
Example:
retaileridtestcustomer objectrequired
id_typestringrequired
Customer identification type for a standard PIN sale.
Possible values: [NONE]
Example:
NONEcapturebooleanrequired
Must be true for the one-step execute order request.
Possible values: [true]
Example:
trueExecuteOrderRequest
{
"amount": 10,
"currency": "EUR",
"country": "AT",
"product_id": "00028",
"delivery_type": "RETURN",
"utc_offset": "+00:00",
"shop_id": "shopidtest",
"terminal_id": "terminalidtest",
"retailer_id": "retaileridtest",
"customer": {
"id_type": "NONE"
},
"capture": true
}