Docs

Create or Update Customer

Creates or updates a customer in Loyverse.

PUT

Query

Field selectionChoose which fields should be included in the response. Learn more
string

Comma-separated response fields to include.

Body

Arguments
string

The customer id. If included in the POST request it will cause an update instead of a creating a new object.

stringrequired

The customer's name

string

The customer's email

string

The customer's phone number

string

The customer's address

string

The customer's city, town, or village.

string

The customer’s region name. Typically a province, a state, or a prefecture.

string

The customer’s postal code, also known as zip, postcode, Eircode, etc.

string

The two-letter country code corresponding to the customer's country in ISO 3166-1-alpha-2 format.

string
string

The note about the customer

date

The date of the first customer visit

date

The date of the most recent customer visit

number

The total number of visits

number

The total money amount that customer had spent

number

Actual customer points balance

date

The time when this resource was created (ISO 8601 format, e.g. 2020-03-25T19:55:23.077Z)

date

The time when this resource was updated (ISO 8601 format, e.g. 2020-03-30T08:05:10.020Z)

date

The time when this resource was deleted (ISO 8601 format, e.g. 2020-04-02T23:45:20.050Z)

date

The time when the customer data will be permanently deleted (usually 24 hours after soft deletion)

Every app you connect,one REST pattern

Call any app with one REST pattern. MindCloud handles each provider's auth, request shape, and responses for you.

Learn what the Universal API is
One REST patternUse the same request structure across apps like Slack, HubSpot, Salesforce, and thousands more.
Managed connectionsSend a MindCloud connection ID instead of handling provider tokens, refresh logic, and credential storage yourself.
Action-level docsEach action page shows the exact endpoint, required arguments, optional controls, and response behavior for that app version.