On This Page

{#jumplink-list}  
[Markdown](/docs/cybs/en-us/batch/user/all/so/batch-upload/batch-results-txns-rpt-request/batch-results-txns-rpt-request-xml/batch-results-txns-rpt-request-xml-batchfile.md)  
Filter  
FILTER BY TAG

The BatchFile Element {#batch-results-txns-rpt-request-batchfile}
=================================================================

The `&lt;BatchFile&gt;` element contains the payment processors for the transactions in the batch file.

```
&lt;BatchFile BatchFileID=CDATA&gt;
      (PaymentProcessor)*
&lt;/BatchFile&gt;
```

This table describes the attributes of the `&lt;BatchFile&gt;` element.

| Attribute Name | Description                                                                                          |
|:---------------|:-----------------------------------------------------------------------------------------------------|
| `BatchFileID`  | `Cybersource` batch file in which the transactions were sent. * Data type: Numeric * Data length: 39 |
[Attributes of the `&lt;BatchFile&gt;` Element]

This table describes the child elements of the `&lt;BatchFile&gt;` element.

| Element Name               | Description                                                                                                                                                                                                                                                                                                                                    |
|:---------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `&lt;PaymentProcessor&gt;` | Requests associated with the payment processor. For a list of attributes and child elements, see [The PaymentProcessor Element](/docs/cybs/en-us/batch/user/all/so/batch-upload/batch-results-txns-rpt-request/batch-results-txns-rpt-request-xml/batch-results-txns-rpt-request-xml-paymentprocesso.md ""). |
[Child Elements of the `&lt;BatchFile&gt;` Element]

This example `&lt;BatchFile&gt;` element includes an example \&lt;PaymentProcessor\&gt; element. For information about the \&lt;PaymentProcessor\&gt; element, see [The PaymentProcessor Element](/docs/cybs/en-us/batch/user/all/so/batch-upload/batch-results-txns-rpt-request/batch-results-txns-rpt-request-xml/batch-results-txns-rpt-request-xml-paymentprocesso.md "").

```ph codeph
&lt;BatchFile BatchFileID="10101"&gt;
      &lt;PaymentProcessor PaymentProcessorName="vital”&gt;
         ...
      &lt;/PaymentProcessor&gt;
&lt;/BatchFile&gt;
```

RELATED TO THIS PAGE

