A valid request URL is required to generate request examples{
"data": [
{
"id": "lcppb_12db4ebb0483a140a9",
"card_id": "lcrd_128f962dbd8c4ba5df",
"card_definition_id": "lcdef_128f495f720c4bec8c",
"program_id": "lprg_128f58429f4c4bf7b2",
"card_type": "INDIVIDUAL",
"member_id": "lmbr_128f962dbc8c4ba5dc",
"points": {
"total": 10
},
"date": "2026-08-09",
"type": "PERIOD_BASED",
"status": "PENDING",
"created_at": "2026-07-30T11:32:06.254Z",
"updated_at": null,
"object": "card_pending_points_bucket"
}
],
"cursor": {
"next": "lcrscppb_12d74837ba44e95894",
"expires_at": "2026-08-06T08:39:42.505Z"
},
"object": "list"
}List card pending point buckets
Returns a cursor-paginated list of pending point buckets (status is PENDING) of the member’s card. Pending points are earned points waiting for activation (period-based, fixed-dates or event-based activation, per the card definition’s pending points settings).
Results can be ordered by activation date.
Returns 404 when the program, member, or card does not exist.
Use this endpoint to get the list of IDs of pending point bucket to use the POST Activate pending point bucket or POST Cancel pending point bucket.
A valid request URL is required to generate request examples{
"data": [
{
"id": "lcppb_12db4ebb0483a140a9",
"card_id": "lcrd_128f962dbd8c4ba5df",
"card_definition_id": "lcdef_128f495f720c4bec8c",
"program_id": "lprg_128f58429f4c4bf7b2",
"card_type": "INDIVIDUAL",
"member_id": "lmbr_128f962dbc8c4ba5dc",
"points": {
"total": 10
},
"date": "2026-08-09",
"type": "PERIOD_BASED",
"status": "PENDING",
"created_at": "2026-07-30T11:32:06.254Z",
"updated_at": null,
"object": "card_pending_points_bucket"
}
],
"cursor": {
"next": "lcrscppb_12d74837ba44e95894",
"expires_at": "2026-08-06T08:39:42.505Z"
},
"object": "list"
}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]+$Query Parameters
Maximum number of buckets to return. Must be between 1 and 100. Defaults to 10 when not provided.
1 <= x <= 100Field(s) to order results by. Valid orders are date and -date; defaults to date (soonest activation first). Ordering by the same field in both directions simultaneously is rejected.
date, -date Pagination cursor returned in the cursor.next field of a previous response.
Must match the pattern ^lcrscppb_[a-f0-9]+$.
^lcrscppb_[a-f0-9]+$Response
Cursor-paginated list of pending point buckets.
Was this page helpful?

