CreateOrUpdateContactRequest

  • email
    Type: string
    min length:  
    1
    Format: email

    The primary email for the customer. Notifications related to the payment intent (if enabled) will be sent to this email. One of uid or name with email must be provided.

  • name
    Type: string
    min length:  
    1

    Unique name identifying the customer. If uid was not provided and a customer already exists with this name, the existing customer will be used and updated. One of uid or name with email must be provided.

  • phone
    Type: string | null
    max length:  
    11

    An SMS-enabled phone number for the customer. Must be a US or Canadian-based number.

  • secondary_email
    Type: string | nullFormat: email

    A secondary for the customer. Must be different from email. Notifications related to the payment intent (if enabled) will be sent to this email.

  • uid
    Type: stringFormat: uuid

    A unique identifier corresponding to an existing customer. If provided, the existing customer will be used and updated. One of uid or name with email must be provided.