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.
Path parameters
Loyalty program ID (format lprg_[a-f0-9]+).
Program member ID (format lmbr_[a-f0-9]+).
Loyalty card ID (format lcrd_[a-f0-9]+).
Pending points bucket ID (format lcppb_[a-f0-9]+).
Response
Result of the pending points cancellation.