A valid request URL is required to generate request examples{
"transaction": {
"id": "lctx_12d7831b16c4e9243f",
"card_id": "lcrd_128f962dbd8c4ba5df",
"program_id": "lprg_128f58429f4c4bf7b2",
"member_id": "lmbr_128f962dbc8c4ba5dc",
"card_definition_id": "lcdef_128f495f720c4bec8c",
"card_type": "INDIVIDUAL",
"type": "PENDING_POINTS_ACTIVATED",
"details": {
"reason": "Manual points activation",
"rejection": null,
"metadata": {},
"points": {
"total": 70,
"date": "2026-08-16",
"type": "PERIOD_BASED"
}
},
"status": "PENDING",
"created_at": "2026-08-06T12:46:59.675Z",
"updated_at": null,
"object": "card_transaction"
},
"status": "TRANSACTION_CREATED",
"message": "Points activation transaction created"
}Activate pending point bucket
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 now, 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.
A valid request URL is required to generate request examples{
"transaction": {
"id": "lctx_12d7831b16c4e9243f",
"card_id": "lcrd_128f962dbd8c4ba5df",
"program_id": "lprg_128f58429f4c4bf7b2",
"member_id": "lmbr_128f962dbc8c4ba5dc",
"card_definition_id": "lcdef_128f495f720c4bec8c",
"card_type": "INDIVIDUAL",
"type": "PENDING_POINTS_ACTIVATED",
"details": {
"reason": "Manual points activation",
"rejection": null,
"metadata": {},
"points": {
"total": 70,
"date": "2026-08-16",
"type": "PERIOD_BASED"
}
},
"status": "PENDING",
"created_at": "2026-08-06T12:46:59.675Z",
"updated_at": null,
"object": "card_transaction"
},
"status": "TRANSACTION_CREATED",
"message": "Points activation transaction created"
}Authorizations
Path Parameters
Unique loyalty program ID (format lprg_[a-f0-9]+).
^lprg_[a-f0-9]+$Program member ID (format lmbr_[a-f0-9]+), assigned by Voucherify.
^lmbr_[a-f0-9]+$Loyalty card ID (format lcrd_[a-f0-9]+), assigned by Voucherify.
^lcrd_[a-f0-9]+$Pending points bucket ID (format lcppb_[a-f0-9]+).
^lcppb_[a-f0-9]+$Response
Result of the pending points activation.
Result of a manual pending points activation. This endpoint always returns status TRANSACTION_CREATED on success.
The created PENDING_POINTS_ACTIVATED card transaction, or null.
Show child attributes
Show child attributes
Result status. The API endpoint returns TRANSACTION_CREATED.
TRANSACTION_CREATED, NO_ACTIVATION Human-readable result message - "Points activation transaction created".
Was this page helpful?

