Skip to main content

PrepareCashoutRequest

amountnumberrequired

The request amount. This value is ignored for prepare order because the amount is taken directly from the barcode.

Example: 0
currencystringrequired

Three-letter ISO 4217 currency code.

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

Example: EUR
countrystringrequired

ISO 3166-1 country code identifying the country of the request.

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

Example: AT
shop_idstringrequired

Business-partner-provided identifier of the shop making the request.

Example: shopidtest
terminal_idstringrequired

Business-partner-provided unique identifier of the terminal making the request. One shop can have multiple terminals.

Example: terminalidtest
retailer_idstring

Optional identifier used to distinguish a retail channel or identify a sub-distributor.

Example: retaileridtest
utc_offsetstringrequired

Difference between the distributor time zone and UTC.

Example: +00:00
barcodenumberrequired

Barcode number.

Example: 91200058124751270000
PrepareCashoutRequest
{
"amount": 0,
"currency": "EUR",
"country": "AT",
"shop_id": "shopidtest",
"terminal_id": "terminalidtest",
"retailer_id": "retaileridtest",
"utc_offset": "+00:00",
"barcode": 91200058124751270000
}