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-paymentprocesso.md)  
Filter  
FILTER BY TAG

The PaymentProcessor Element {#batch-results-txns-rpt-request-paymentprocessor}
===============================================================================

The `&lt;PaymentProcessor&gt;` element contains the requests associated with a payment processor.

```
&lt;PaymentProcessor PaymentProcessorName=CDATA&gt;
      (Request)*
&lt;/PaymentProcessor&gt;
```

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

| Attribute Name         | Description                                                              |
|:-----------------------|:-------------------------------------------------------------------------|
| `PaymentProcessorName` | Name of a payment processor. * Data type: Alphanumeric * Data length: 30 |
[Attributes of the `&lt;PaymentProcessor&gt;` Element]

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

| Element Name      | Description                                                                                                                                                                                                                                                                                         |
|:------------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `&lt;Request&gt;` | Information about a payment transaction. For a list of attributes, see [The Request 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-request.md ""). |
[Child Elements of the `&lt;PaymentProcessor&gt;` Element]

This example `&lt;PaymentProcessor&gt;` element

```
&lt;PaymentProcessor PaymentProcessorName="vital"&gt;
      &lt;Request&gt;
         ...
      &lt;/Request&gt;
&lt;/PaymentProcessor&gt;
```

RELATED TO THIS PAGE

