PrepareCashoutRequest
amountnumberrequired
The request amount. This value is ignored for prepare order because the amount is taken directly from the barcode.
Example:
0currencystringrequired
Three-letter ISO 4217 currency code.
Possible values: >= 3 characters and <= 3 characters
Example:
EURcountrystringrequired
ISO 3166-1 country code identifying the country of the request.
Possible values: >= 2 characters and <= 2 characters
Example:
ATshop_idstringrequired
Business-partner-provided identifier of the shop making the request.
Example:
shopidtestterminal_idstringrequired
Business-partner-provided unique identifier of the terminal making the request. One shop can have multiple terminals.
Example:
terminalidtestretailer_idstring
Optional identifier used to distinguish a retail channel or identify a sub-distributor.
Example:
retaileridtestutc_offsetstringrequired
Difference between the distributor time zone and UTC.
Example:
+00:00barcodenumberrequired
Barcode number.
Example:
91200058124751270000PrepareCashoutRequest
{
"amount": 0,
"currency": "EUR",
"country": "AT",
"shop_id": "shopidtest",
"terminal_id": "terminalidtest",
"retailer_id": "retaileridtest",
"utc_offset": "+00:00",
"barcode": 91200058124751270000
}