AccountInfo

Identifying information about a specific loyalty account.

email
string

Email address of the account holder

firstName
string

First or given name of the account holder

identifier
string

A unique identifer for this account.

lastName
string

Last or family name of the account holder

phone
string

Phone number of the account holder

pointsBalance
string

If the loyalty program tracks points, use this field to report the current points available to the account owner. This field only displays on the POS in LOYALTY_INQUIRE workflows. If absent, no value is displayed. Optional.

{
  • "identifier": "string",
  • "firstName": "string",
  • "lastName": "string",
  • "phone": "string",
  • "email": "string",
  • "pointsBalance": "string"
}