Skip to content

Missing metadata property when creating customers #176

@mbpictures

Description

@mbpictures

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions