paypal
The paypal
element defines paypal account information. It replaces the card or token elements in transactions using PayPal as a payment method.
Parent Elements:
Attributes:
None
Child Elements:
Required: payerId, transactionId
Optional: token
Example: paypal Structure
<paypal>
<payerId>PayPal Customer Identifier</payerId>
<token>Token Value Returned</token>
<transactionId>PayPal Transaction ID</transactionId>
</paypal>