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