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
<BatchFile>
element.
Attributes of the
<BatchFile>
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
<BatchFile>
element.
Child Elements of the
<BatchFile>
Element
Element Name
Description
<PaymentProcessor>
Requests associated with the payment processor. For a list of attributes and child elements, see The PaymentProcessor Element.
This example
<BatchFile>
element includes an example <PaymentProcessor> element. For information about the <PaymentProcessor> element, see The PaymentProcessor Element.
<BatchFile BatchFileID="10101"> <PaymentProcessor PaymentProcessorName="vital”> ... </PaymentProcessor> </
BatchFile
>