Payment-PaymentMethodPaypal
Details from Paypal order used as payment method at the time of the transaction.
orderIdstring
The Paypal's order ID.
Example:
7XP21983KL5672104
payerIdstring
The Paypal's payer ID.
Example:
QWRTNBFHZXLPD
emailstring
The Paypal's payer email.
Example:
john.doe@example.com
namestring
The Paypal's payer name.
Example:
John Doe
Payment-PaymentMethodPaypal
{
"orderId": "7XP21983KL5672104",
"payerId": "QWRTNBFHZXLPD",
"email": "john.doe@example.com",
"name": "John Doe"
}