Loyalty Customer
Represents a customer enrolled in the loyalty program, including customer details and enrollment data.
Unique client identifier for the loyalty application.
Possible values: >= 3 characters and <= 64 characters
6372l9tCxvqemEwOcFO6VRzqrKexiQBZGS97M6l2Unique identifier of the loyalty profile in the loyalty application.
Possible values: >= 3 characters and <= 64 characters
984176aa-ccf8-4036-a356-d2e5fd193eefUnique internal identifier of the customer in the Paysafe embedded wallet.
Possible values: >= 3 characters and <= 20 characters
5435323362A non-unique nickname of the loyalty profile in the loyalty application.
Possible values: >= 3 characters
john_doeattributes object[]
Optional array of key-value pair attributes for the customer’s embedded wallet in the loyalty application.
Attribute name.
testKeyAttribute value for the key.
testValueRepresents RFC 3339, section 5.6 date-time.
2021-07-15T17:54:12Z{
"clientId": "6372l9tCxvqemEwOcFO6VRzqrKexiQBZGS97M6l2",
"profileId": "984176aa-ccf8-4036-a356-d2e5fd193eef",
"customerId": "5435323362",
"nickname": "john_doe",
"attributes": [
{
"key": "testKey",
"value": "testValue"
}
],
"creationTime": "2021-07-15T17:54:12Z"
}