v1

latestOpenAPI 3.0.1MIT2026-07-263151,3912.3 MB
Programs

Cancel a pending points bucket

<Warning>

<Badge color="yellow">BETA endpoint</Badge>

This is a work-in-progress documentation of a BETA endpoint. The parameters, fields, request and response bodies, and other data may subject to change. If you want to share feedback or improvements, contact Voucherify support or your Technical Account Manager.

</Warning>

Cancels a pending points bucket so its points are never activated, creating a PENDING_POINTS_CANCELED card transaction (status PENDING, processed asynchronously). No request body.

The program and member must be in ACTIVE status, the card definition must have pending points enabled, the bucket must be in PENDING status, and the bucket's activation date must be in the future (423 otherwise). Returns 404 when the program, member, card or bucket does not exist.

post/v2/loyalties/programs/{programId}/members/{memberId}/cards/{cardId}/pending-points/{bucketId}/cancel

Path parameters

programIdstring required

Loyalty program ID (format lprg_[a-f0-9]+).

memberIdstring required

Program member ID (format lmbr_[a-f0-9]+).

cardIdstring required

Loyalty card ID (format lcrd_[a-f0-9]+).

bucketIdstring required

Pending points bucket ID (format lcppb_[a-f0-9]+).

Response

Result of the pending points cancellation.

status'TRANSACTION_CREATED' | 'NO_CANCELLATION' required

Result status. The API endpoint returns TRANSACTION_CREATED.

messagestring required

Human-readable result message - "Points cancellation transaction created".