v1

latestOpenAPI 3.0.1MIT2026-07-263151,3912.3 MB
Programs

Activate 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>

Manually activates a pending points bucket before its scheduled activation date, creating a PENDING_POINTS_ACTIVATED 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}/activate

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 activation.

status'TRANSACTION_CREATED' | 'NO_ACTIVATION' required

Result status. The API endpoint returns TRANSACTION_CREATED.

messagestring required

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