Validate Compensation Cards Run in API Explorer
Ask AI
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).
POST
/loyalty/{channelLinkId}/compensationCards/validate
curl \
--request POST 'https://api.staging.deliverect.com/loyalty/{channelLinkId}/compensationCards/validate' \
--header "Authorization: Bearer $ACCESS_TOKEN"