Payment-Customer
emailstring
The customer's email address.
Example:
john.doe@example.comnamestring
The customer's full name or business name.
Example:
John Doephonestring
The customer's phone number in E.164 format.
Example:
nullPayment-Customer
{
"email": "john.doe@example.com",
"name": "John Doe",
"phone": null
}