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.
The access token received from the authorization server in the OAuth 2.0 flow.
Unique loyalty card code assigned to a particular customer.
"MmFAzfDe"
Unique pending point identifier, assigned by Voucherify.
Define the number of pending points to be added or subtracted.
Request body schema for POST v1/loyalties/members/{memberId}/pending-points/{pendingPointsId}/balance.
Add or subtract pending points with a given ID. A negative value subtracts the points.
Returns the details about the balance adjustment of the pending points with a given ID for a loyalty card.
Response body schema for POST /loyalties/members/{memberId}/pending-points/{pendingPointsId}/balance.
The number of pending points added to or subtracted from the loyalty card.
Total number of pending points currently on a loyalty card.
The type of the object represented by JSON. Default is balance.
balance Defines the resource that is being modified.
The type of the operation being performed.
MANUAL