Cashout Barcode
barcodestringrequired
Barcode number representation.
Example:
12392947visualizationstringrequired
Visualization the barcode should be displayed as.
Example:
CODE128expiration_timestampinteger<int64>required
Unix timestamp in milliseconds when the barcode expires.
Example:
1555316081432countrystringrequired
ISO 3166-1 country code.
Possible values: >= 2 characters and <= 2 characters
Example:
DECashout Barcode
{
"barcode": "12392947",
"visualization": "CODE128",
"expiration_timestamp": 1555316081432,
"country": "DE"
}