Loyalty Service
Interface for managing loyalty accounts, transactions, and rewards. Enables partners to integrate loyalty features into their applications, allowing them to reward customers for purchases and engagement.
Functions
Enrolls a customer in the loyalty program. Enrollment requires the customer's consent, which must be included in the request.
Asynchronously enrolls a customer in the loyalty program. Enrollment requires the customer's consent, which must be included in the request.
Retrieves a customer's profile from the loyalty program. Only enrolled customers can retrieve their profile.
Asynchronously retrieves a customer's profile from the loyalty program. Only enrolled customers can retrieve their profile.
Issues an access token for wallet owners already enrolled in the loyalty program. Access token is used to authenticate the client with the loyalty application's SDK and access loyalty features.
Asynchronously issues an access token for wallet owners already enrolled in the loyalty program. Access token is used to authenticate the client with the loyalty application's SDK and access loyalty features.