Get Transactions
Gets transactions based on the limit (default: 20) and offset (default: 0) values. This endpoint serves to populate the transaction listing page and as a search function based on the query parameters such as date range, transaction ID, etc.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Profile ID of the member. In an ecosystem, it acts as a primary ID to keep the various systems (apps, websites, etc.) in sync. profileId
is generated as part of the Enroll Member
endpoint - POST /members.
Start date of the selected date range (UTC format)
End date of the selected date range (UTC format)
External reference (name or ID) of the transaction like POS Order Id or Ecommerce Order Id.
Refers to the different type of transaction activities on a member account such as Earn Transaction
, Burn Transaction
, Earn Reverse Transaction
and so on
EARN
, BURN
, EXPIRY
, EARN_REVERSE
, BURN_REVERSE
, ADJUSTMENT
, DEDUCT
, TRANSFER
, MERGE
, FORFEITED
, CONVERT
, UNMERGE
Transaction Code
Indicates the starting record number (within the total number of records) in the response. When no value is provided, the default value is 0.
Indicates the final record number (from the offset number) in the response. When no value is provided, the default value is 20.
Response
Details of member transactions
Status code of the call
Message corresponding to the call
1
Dictionary of lists with different number of errors or exceptions
Was this page helpful?