Skip to main content

Reusable Barcode Response

barcode

The reusable barcode number representation.

Example: 10000637168100004000
createdinteger<int64>

Unix timestamp specifying when the reusable barcode was created.

Example: 1648375903000
updated

Unix timestamp specifying when the reusable barcode was last updated.

Example: 1648375903000
expires

The reusable barcode expiration time.

Example: 1648375903000
visualizationstring

Visualization the reusable barcode should be displayed as.

Example: CODE128
countrystring

ISO 3166-1 country code.

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

Example: US
statusReusable Barcode Status (string)

Current reusable barcode status.

Possible values: [ACTIVE, USED, PAID, EXPIRED, CANCELED, FAILED, INVALIDATED]

Example: ACTIVE
barcode_identifierstring

The reusable barcode unique identifier.

Example: reusable_barcode_1
Reusable Barcode Response
{
"barcode": 10000637168100004000,
"created": 1648375903000,
"updated": "1648375903000",
"expires": "1648375903000",
"visualization": "CODE128",
"country": "US",
"status": "ACTIVE",
"barcode_identifier": "reusable_barcode_1"
}