Skip to main content
POST
Get Statement Summary
Returns a member’s aggregated loyalty account summary — total points earned, redeemed, expired, and the current redeemable balance. This is the primary endpoint for a loyalty wallet or dashboard screen where you want to show a member their overall standing at a glance. ReturnObject.PointBalance is the live redeemable balance to use in redemption eligibility checks. For a line-by-line transaction history, use Get Transaction Summary.

Responses


Error Codes

Authorizations

Authorization
string
header
required

JWT obtained from Generate Auth Token. Pass as Authorization: bearer {token}.

Body

application/json
RelationReference
string
required
Example:

"jane.doe@example.com"

TransactionCurrency
string
required
Example:

"DEFAULT"

RelationType
integer
required
Example:

4

ProgramId
integer
required
Example:

19

Response

200 - application/json

Statement summary

results
object