Vincent is here! Just say the word, and Vincent will build the campaigns for you! Get early access.
curl --request POST \
--url https://{cluster}.voucherify.io/v1/loyalties/members/{memberId}/pending-points/{pendingPointsId}/cancel \
--header 'X-App-Id: <api-key>' \
--header 'X-App-Token: <api-key>'Cancel manually the pending points for the loyalty card. The pending points are determined by the pending point ID.
Once canceled, the pending point entry with that ID is not listed by the endpoints: List member (with campaign ID, without campaign ID), List campaign pending points.
This POST method does not require a request body and it returns an empty, 204, response.
๐ Configuring pending points
Pending points are configured as part of an earning rule with POST Create earning rule or PUT Update earning rule.
curl --request POST \
--url https://{cluster}.voucherify.io/v1/loyalties/members/{memberId}/pending-points/{pendingPointsId}/cancel \
--header 'X-App-Id: <api-key>' \
--header 'X-App-Token: <api-key>'Documentation Index
Fetch the complete documentation index at: https://docs.voucherify.io/llms.txt
Use this file to discover all available pages before exploring further.
Unique loyalty card code assigned to a particular customer.
"MmFAzfDe"
Unique pending point identifier, assigned by Voucherify.
Returns no content if the pending points are canceled successfully.
Was this page helpful?