Activate manually the pending points and add them to the loyalty card. The pending points are determined by the pending point ID.
Once activated, the pending point entry with that ID is not listed by the endpoints: List member (with campaign ID, without campaign ID), List campaign pending points.
This POST method does not require a request body.
๐ 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.
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