Create Customer
| Parameter | Type | Required | Description |
|---|---|---|---|
email | string | Yes | Customer email address |
name | string | No | Customer full name |
phone | string | No | Customer phone number |
metadata | object | No | Key-value pairs for your use |
address.line1 | string | No | Street address |
address.city | string | No | City |
address.state | string | No | State or province |
address.postal_code | string | No | ZIP or postal code |
address.country | string | No | Two-letter country code |