• Example searches: “transaction”, “CreateOrder”, “/v2/locations”, “inventory”, “delete customer”
You are viewing an old version of the API

Customer custom attribute owned updated

EVENT customer.custom_attribute.owned.updated

Published when a customer custom attribute owned by the subscribing application is created or updated. Custom attributes are owned by the application that created the corresponding custom attribute definition. Custom attributes whose visibility is VISIBILITY_READ_WRITE_VALUES can be created or updated by any application.


Permissions
CUSTOMERS_READ
Name Description
merchant_id
string

The ID of the seller associated with the event that triggered the event notification.

type
string

The type of this event. The value is "customer.custom_attribute.owned.updated".

event_id
string

A unique ID for the event notification.

created_at
string

Read only The timestamp that indicates when the event notification was created, in RFC 3339 format.

Examples for January 25th, 2020 6:25:34pm Pacific Standard Time:

UTC: 2020-01-26T02:25:34Z

Pacific Standard Time with UTC offset: 2020-01-25T18:25:34-08:00

data
CustomAttributeSquareEventData

The data associated with the event that triggered the event notification.

Examples

You are viewing an old version of the API
Example payload
{
  "merchant_id": "DM7VKY8Q63GNP",
  "type": "customer.custom_attribute.owned.updated",
  "event_id": "e26ca6f2-97f8-426a-b4bf-873044617e94",
  "created_at": "2022-04-21T21:40:54Z",
  "data": {
    "type": "custom_attribute",
    "id": "sq0idp-LJ1Kr4Iim0hGDvAwrv8HIB:favorite-drink:CUSTOMER:TNQC0TYTWMRSFFQ157KK4V7MVR",
    "object": {
      "created_at": "2022-04-21T21:40:54Z",
      "key": "sq0idp-LJ1Kr4Iim0hGDvAwrv8HIB:favorite-drink",
      "updated_at": "2022-04-21T21:40:54Z",
      "value": "Double-shot breve",
      "version": 1,
      "visibility": "VISIBILITY_READ_ONLY"
    }
  }
}