Get Customer's Loyalty Profile
GET/customers/:customerId/loyalty
The API allows the client to retrieve a customer's profile from the loyalty program.
- The API allows the client to retrieve a customer's profile from the loyalty program only if the partner is authorized.
- The API validates the customer’s enrollment and returns an error if the customer is not enrolled.
If the customer is enrolled, the API returns their details, including clientId
and profileId
for the loyalty application, along with the customerId
for the Paysafe embedded wallet.
Request
Responses
- 200
- 401
- 403
- 404
- 429
- 500
- 503
OK
Unauthorized
Forbidden
Not Found
Too Many Requests
Internal Server Error
Service Unavailable