Bulk Reusable Barcode Result
barcodestring
Barcode number.
Example:
799366433670006371683106190078createdinteger<int64>
Creation time of the reusable barcode. Unix timestamp in milliseconds (ms).
Example:
1694435820845updatedinteger<int64>
Update time of the reusable barcode. Unix timestamp in milliseconds (ms).
Example:
1694435820845expiresinteger<int64>
Expiration time of the reusable barcode. Unix timestamp in milliseconds (ms).
Example:
1756090825518visualizationstring
Barcode visualization format.
Example:
CODE128countrystring
Country the barcode is generated for or can be paid in.
Example:
USstatusstring
Barcode status.
Example:
ACTIVEbarcode_identifierstring
Identification value of the barcode.
Example:
fdde7bc9-6f68-43dc-95e1-bfc9aebae955_1694435820correlation_idstring
Correlation ID sent in the initial request from merchant.
Example:
test_correlation_id_34567Bulk 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"
}