Get Points Balance

Retrieves points balance of a customer from a single program or all programs of the org. Points are aggregated for each Point Category - Main, delayed accrual, and external trigger based.

This is a light API.

Important Note

WhenfetchDataForAllPrograms is truefetchDataForAllPrograms is false
programId is passedYou will still see points balance of the customer across all programs.You will still see points balance of the customer for that particular program.
programId is not passedYou will still see points balance of the customer across all programs.You will still see points balance of the customer for the default program.

Response Parameters

ParameterDatatypeDescription
entityIdlongUnique ID of the customer.
promisedPointsBreakupobjBreak up details of promised points.
mainPointsintThe current redeemable points
totalPointsintThe sum of both current redeemable points and promised points.
delayedAccrualPointsintPromised points
externalTriggerBasedPointsintPromised points converted to regular points upon receipt of an external trigger.
Query Params
string
required

Source in which the customer identifier is available.

string

Account in which the customer details are available (Required only for sources with multiple accounts).

string
required

Identifier type used for the customer.

string
required

Value of the respective identifier. For example if identifierName is email, then the identifierValue needs to be the email ID of the customer.

int32

Unique ID of the loyalty program from which points balance needs to retrieve. If not passed, it shows the points balance in the default program.

string

Pass CUSTOMER to fetch the individual customer’s points balance, FLEET to see group-level details. Default value is CUSTOMER.

boolean
Defaults to false

Pass true to fetch the sum of points balance from all the available programs of the org. Default value is false.

Headers
string
Responses

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