v1

latestOpenAPI 3.0.1MIT2026-07-263151,3912.3 MB
Loyalties

Adjust Member Pending Points

Adjusts the pending points with a given ID. You can add or subtract the number of points.

👍 Configuring pending points

Pending points are configured as part of an earning rule with POST Create earning rule or PUT Update earning rule.

post/v1/loyalties/members/{memberId}/pending-points/{pendingPointsId}/balance

Request body

pointsinteger

Add or subtract pending points with a given ID. A negative value subtracts the points.

Response

Returns the details about the balance adjustment of the pending points with a given ID for a loyalty card.

pointsinteger required

The number of pending points added to or subtracted from the loyalty card.

totalinteger required

Total number of pending points currently on a loyalty card.

object'balance' required

The type of the object represented by JSON. Default is balance.

operation_type'MANUAL' required

The type of the operation being performed.

Example response

{
  "related_object": {
    "id": "v_abCdEfghI1JKLMNPqRS2Tu3vWXyza4bc"
  }
}