---
title: "Retrieve pending purchase points and cashback for a given customer."
method: GET
path: "/v1/pvt/Customer/{id}/pendingpoints"
tags: ["Customer"]
---

# Retrieve pending purchase points and cashback for a given customer.

`GET /v1/pvt/Customer/{id}/pendingpoints`

This endpoint returns orders that still do not have granted purchase points and are either still waiting for the scoring status or already eligible but not processed yet.
The summary includes the total pending points and, when cashback is active, the total pending cashback.

## Path parameters

- `id` string, required

## Response `200`

- CustomerPendingPointsResponse — Summary of purchase points and cashback that are still pending for a customer.
  - `TotalPendingPoints` integer — Total amount of pending points considering all eligible pending orders.
  - `TotalPendingCashback` number, nullable — Total cashback equivalent for the pending points when cashback is active. Otherwise null.
  - `PendingOrders` object[] — Orders that still have points pending to be processed or are still waiting for the scoring status.
    - `OrderDate` string, date-time — Order date informed by the integration.
    - `OrderValue` number — Order amount considered for point calculation.
    - `PendingPoints` integer — Estimated points to be granted for this order.
    - `PendingCashback` number, nullable — Estimated cashback equivalent for this order when cashback is active. Otherwise null.

---

[API](https://skmtc.net/bonifiq/apis/bonifiq-private-apis.md) · [All operations](https://skmtc.net/bonifiq/apis/bonifiq-private-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bonifiq/bonifiq-private-apis/revisions/070a57eeffdc/schema)
