Skip to main content

Loyalty Customer Attributes

Optional array of key-value pair attributes for the customer’s embedded wallet in the loyalty application.

  • Array [
  • keystring

    Attribute name.

    Example: testKey
    valuestring

    Attribute value for the key.

    Example: testValue
  • ]
  • Loyalty Customer Attributes
    [
    {
    "key": "testKey",
    "value": "testValue"
    }
    ]