Skip to main content

Bulk Reusable Barcode Result

barcodestring

Barcode number.

Example: 799366433670006371683106190078
createdinteger<int64>

Creation time of the reusable barcode. Unix timestamp in milliseconds (ms).

Example: 1694435820845
updatedinteger<int64>

Update time of the reusable barcode. Unix timestamp in milliseconds (ms).

Example: 1694435820845
expiresinteger<int64>

Expiration time of the reusable barcode. Unix timestamp in milliseconds (ms).

Example: 1756090825518
visualizationstring

Barcode visualization format.

Example: CODE128
countrystring

Country the barcode is generated for or can be paid in.

Example: US
statusstring

Barcode status.

Example: ACTIVE
barcode_identifierstring

Identification value of the barcode.

Example: fdde7bc9-6f68-43dc-95e1-bfc9aebae955_1694435820
correlation_idstring

Correlation ID sent in the initial request from merchant.

Example: test_correlation_id_34567
Bulk Reusable Barcode Result
{
"barcode": "799366433670006371683106190078",
"created": 1694435820845,
"updated": 1694435820845,
"expires": 1756090825518,
"visualization": "CODE128",
"country": "US",
"status": "ACTIVE",
"barcode_identifier": "fdde7bc9-6f68-43dc-95e1-bfc9aebae955_1694435820",
"correlation_id": "test_correlation_id_34567"
}