Hi!
I just wanted to create a new customer as stated in the docs, but it appears that there is no metakey property when creating new customers.
The options to create a customer are defined as:
export interface CustomerCreateParams {
email: string;
name: string;
phone_number?: string | null;
}
Also, is it possible to create a customer without an email/name, only with metadata, so the user can fill out the information during checkout?