Add or subtract card points
<Warning><Badge color="yellow">BETA endpoint</Badge>
This is a work-in-progress documentation of a BETA endpoint. The parameters, fields, request and response bodies, and other data may subject to change. If you want to share feedback or improvements, contact Voucherify support or your Technical Account Manager.
</Warning>Manually adjusts the points balance of the member's card. A positive points value creates an ADMIN_CREDIT card transaction (points addition - the added points get an expiration date calculated from the card definition's points expiration settings); a negative value creates an ADMIN_DEBIT card transaction (points subtraction). When points is 0, no transaction is created and the result status is NO_CHANGE.
The transaction is created with status PENDING and processed asynchronously. Both the program and the member must be in ACTIVE status (423 otherwise). Returns 404 when the program, member or card does not exist.
Path parameters
Loyalty program ID (format lprg_[a-f0-9]+).
Program member ID (format lmbr_[a-f0-9]+).
Loyalty card ID (format lcrd_[a-f0-9]+).
Request body
Response
Result of the points adjustment.