# Payment-PaymentMethodPaypal

Details from Paypal order used as payment method at the time of the transaction.

**orderId**string

The Paypal's order ID.

**Example:<!-- -->&#x20;**`7XP21983KL5672104`

**payerId**string

The Paypal's payer ID.

**Example:<!-- -->&#x20;**`QWRTNBFHZXLPD`

**email**string

The Paypal's payer email.

**Example:<!-- -->&#x20;**`john.doe@example.com`

**name**string

The Paypal's payer name.

**Example:<!-- -->&#x20;**`John Doe`

Payment-PaymentMethodPaypal

```
{

  "orderId": "7XP21983KL5672104",

  "payerId": "QWRTNBFHZXLPD",

  "email": "john.doe@example.com",

  "name": "John Doe"

}
```
