Skip to main content

Cashout Barcode

barcodestringrequired

Barcode number representation.

Example: 12392947
visualizationstringrequired

Visualization the barcode should be displayed as.

Example: CODE128
expiration_timestampinteger<int64>required

Unix timestamp in milliseconds when the barcode expires.

Example: 1555316081432
countrystringrequired

ISO 3166-1 country code.

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

Example: DE
Cashout Barcode
{
"barcode": "12392947",
"visualization": "CODE128",
"expiration_timestamp": 1555316081432,
"country": "DE"
}