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