Skip to main content

ExecuteOrderRequest

amountnumber<double>required

PIN face value with two digits after the decimal separator.

Example: 10
currencystringrequired

Three-letter ISO 4217 currency code.

Possible values: >= 3 characters and <= 3 characters

Example: EUR
countrystringrequired

ISO 3166-1 country code.

Possible values: >= 2 characters and <= 2 characters

Example: AT
product_idstringrequired

Requested product identifier.

Example: 00028
delivery_typestringrequired

PIN delivery channel.

Possible values: [RETURN]

Example: RETURN
utc_offsetstringrequired

Difference between distributor time and UTC.

Example: +00:00
shop_idstringrequired

Shop from which the request is made.

Example: shopidtest
terminal_idstringrequired

Unique terminal identifier.

Example: terminalidtest
retailer_idstring

Retail channel or sub-distributor identifier.

Example: retaileridtest
customer objectrequired
id_typestringrequired

Customer identification type for a standard PIN sale.

Possible values: [NONE]

Example: NONE
capturebooleanrequired

Must be true for the one-step execute order request.

Possible values: [true]

Example: true
ExecuteOrderRequest
{
"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
}