# Payment-Customer

**email**string

The customer's email address.

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

**name**string

The customer's full name or business name.

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

**phone**string

The customer's phone number in E.164 format.

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

Payment-Customer

```
{

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

  "name": "John Doe",

  "phone": null

}
```
