On This Page
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.Attribute Name | Description |
|---|---|
BatchFileID | Cybersource batch file
in which the transactions were sent.
|
This table describes the 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>