Create a new customer record for the authenticated store.
API key for authentication. You can find your API key in the Creem dashboard under Settings > API Keys.
Customer creation payload
Successfully created the customer
Unique identifier for the object.
String representing the environment.
test, prod, sandbox String representing the object’s type. Objects of the same type share the same value.
Customer email address.
"user@example.com"
The ISO alpha-2 country code for the customer.
^[A-Z]{2}$"US"
Creation date of the customer
"2023-01-01T00:00:00Z"
Last updated date of the customer
"2023-01-01T00:00:00Z"
Customer name.
"John Doe"
Additional metadata associated with the customer.
{ "key": "value" }