Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Unique loyalty card code assigned to a particular customer.
"MmFAzfDe"
Unique pending point identifier, assigned by Voucherify.
Body
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.
Response
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