POST /loyalty/{channelLinkId}/compensationCards/validate

This endpoint allows partners to validate one or more compensation cards against a specific order/basket. It determines if a card is applicable, calculates the associated discounts, or identifies specific validation errors (e.g., expired, invalid).

Path parameters

  • channelLinkId string Required

Responses

  • 200
POST /loyalty/{channelLinkId}/compensationCards/validate
curl \
 --request POST 'https://api.staging.deliverect.com/loyalty/{channelLinkId}/compensationCards/validate' \
 --header "Authorization: Bearer $ACCESS_TOKEN"