On This Page
The PaymentProcessor Element
The
<PaymentProcessor>
element contains the requests associated with a
payment processor.<PaymentProcessor PaymentProcessorName=CDATA> (Request)* </PaymentProcessor>
This table describes the attributes of the
<PaymentProcessor>
element.Attribute Name | Description |
|---|---|
PaymentProcessorName | Name of a payment processor.
|
This table describes the child elements of the
<PaymentProcessor>
element.Element Name | Description |
|---|---|
<Request> | Information about a payment transaction.
For a list of attributes, see The Request Element. |
This example
<PaymentProcessor>
element<PaymentProcessor PaymentProcessorName="vital"> <Request> ... </Request> </PaymentProcessor>