CustomerResponse

Response to create a customer record.

description
string

A brief description of the customer, such as an email address, name, or phone number.

externalReferenceId
string

The unique identifier for the customer in your integration.

id
string <uuid>

The unique identifier for the customer record that can be used to create a payment intent. This identifies the customer in the Toast platform and allows them to choose from saved payment methods associated with their record.

{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "externalReferenceId": "string",
  • "description": "string"
}