Contains billing contact information
Request
| Property Name | Type | Required | Description |
|---|---|---|---|
batchId | string | Required | First name for billing. Maximum 100 characters. |
callbackUrl | string | Required | Last name for billing. Maximum 100 characters. |
cardTransaction | container | Optional | Address line 1 for billing. Maximum 100 characters. |
altTransaction | container | Optional | Address line 2 for billing. Between 2-42 characters. |
Response
| Property Name | Type | Description |
|---|---|---|
batchId | string | Unique ID provided by the merchant. |
callbackUrl | string | URL where BlueSnap sends the full batch result once all transactions are processed. |
transactionCount | integer | Number of transactions in the batch. |
cardTransaction | container | Container of cardTransaction properties. |
altTransaction | container | Container of altTransaction properties. |
processingInfo | container | Container of processingInfo properties. |
