batchTransaction

Contains information required to process a batch of transactions

Request

Property NameTypeRequiredDescription
altTransactioncontainerOptionalContainer of altTransaction properties.
batchIdstringRequiredUnique ID provided by the merchant.
Maximum 50 characters.
callbackUrlstringRequiredURL where BlueSnap sends the full batch result once all transactions are processed.
Maximum 1000 characters.
cardTransactioncontainerOptionalContainer of cardTransaction properties. This property may appear more than once within the given object.

Response

Property NameTypeDescription
altTransactioncontainerContainer of altTransaction properties.
batchIdstringUnique ID provided by the merchant.
callbackUrlstringURL where BlueSnap sends the full batch result once all transactions are processed.
cardTransactioncontainerContainer of cardTransaction properties.
processingInfocontainerContainer of processingInfo properties.
transactionCountintegerNumber of transactions in the batch.