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.
Response
Returns details about the activated pending points, the current point balance, and loyalty card in general.
Response body schema for POST /loyalties/members/{memberId}/pending-points/{pendingPointsId}/activate
.
The number of pending points added to the loyalty card.
Total number of points incurred over the lifespan of the loyalty card, minus the expired points.
The current number of loyalty points after the pending points have been added.
The type of the voucher being modified. For pending points, it is always loyalty_card
.
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