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.
Attributes of the
<PaymentProcessor>
Element
Attribute Name
Description
PaymentProcessorName
Name of a payment processor.
  • Data type: Alphanumeric
  • Data length: 30
This table describes the child elements of the
<PaymentProcessor>
element.
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>