Update rewards point total

This request updates the rewards point total on a line of credit account.

   Click here to learn more about this request

Agents can update the total number of reward points on a line of credit account, directly impacting the balance available for statement credits. Note the following about this request:

To learn more about rewards programs, review our Card rewards help article.

Database

For information regarding rewards database tables, see the following article:

Database – Product Reward Base (product_reward_base_entity)

{
  "direction": "rewards.adjustment.direction.increase",
  "amount": "5000",
  "applyDate": "2026-08-31",
  "description": "Points Adjustment 2"
}
{
  "direction": "rewards.adjustment.direction.decrease",
  "amount": "5000",
  "applyDate": "2026-08-31",
  "description": "Points Adjustment 3"
}
Path Params
int32
required

The ID of the line of credit account.

Body Params
string
enum
required

The type of adjustment you are making.

Allowed:
string
required

The total number of points you are adding or subtracting from an account's total.

string
required

The date when the points total adjustment will apply to the account.
> Required date format: YYYY-MM-DD.

string
required

A text field that can be used to title or describe the reason for the point adjustment.

metadata
object
Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json