FILTER BY TAG

The BatchFile Element

The
<BatchFile>
element contains the payment processors for the transactions in the batch file.
<BatchFile BatchFileID=CDATA> (PaymentProcessor)* </BatchFile>
This table describes the attributes of the
&lt;BatchFile&gt;
element.
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
This table describes the child elements of the
&lt;BatchFile&gt;
element.
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.
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.
<BatchFile BatchFileID="10101"> <PaymentProcessor PaymentProcessorName="vital”> ... </PaymentProcessor> </
BatchFile
>