Bulk Create CSV Row
Expected CSV columns for bulk creation requests.
Header row:
amount, max_amount, currency, country, webhook_url,
customer_id, expire_time, correlation_id
Amount the transaction is issued for.
100Max total amount that can be paid for a given barcode.
150ISO 4217 (3 letter ISO currency code).
Possible values: >= 3 characters and <= 3 characters
USDCountry in which the barcode is created for.
USURL to post transaction updates to the business partner.
https://webhook.com/87e4134d-90b4-4084-8209-0280b2d11b6eUniquely identifies the customer and is provided by business partner. If any personal data (e.g. customer's user name, email address, etc.) is used here, it has to be encrypted or hashed for security reasons.
customerIdExpiration time of the reusable barcode. Unix timestamp in milliseconds (ms).
1756090825518Correlation ID supplied by the merchant.
test_correlation_id_12345{
"amount": 100,
"max_amount": 150,
"currency": "USD",
"country": "US",
"webhook_url": "https://webhook.com/87e4134d-90b4-4084-8209-0280b2d11b6e",
"customer_id": "customerId",
"expire_time": 1756090825518,
"correlation_id": "test_correlation_id_12345"
}