Contains information required to process a batch of transactions
Request
Property Name | Type | Required | Description |
|---|---|---|---|
| container | Optional | Container of altTransaction properties. |
| string | Required | Unique ID provided by the merchant. |
| string | Required | URL where BlueSnap sends the full batch result once all transactions are processed. |
| container | Optional | Container of cardTransaction properties. This property may appear more than once within the given object. |
Response
| Property Name | Type | Description |
|---|---|---|
altTransaction | container | Container of altTransaction properties. |
batchId | string | Unique ID provided by the merchant. |
callbackUrl | string | URL where BlueSnap sends the full batch result once all transactions are processed. |
cardTransaction | container | Container of cardTransaction properties. |
processingInfo | container | Container of processingInfo properties. |
transactionCount | integer | Number of transactions in the batch. |