---
title: "List Member's Transaction API"
method: GET
path: "/transactions"
---

# List Member's Transaction API

`GET /transactions`

## Query parameters

- `start_cursor` integer
- `count` integer
- `approved_date` string
- `created_date` string
- `last_modified_date` string
- `points_expiration_date` string
- `points_status` string
- `status` string
- `language` string

## Response `200`

200

- ListMemberTransactionsResponseObject
  - `total` integer — The total number of member's transactions.
  - `next_cursor` integer — This is a cursor for use in pagination. start_index is the index that defines your place in the list. For instance, if you make a list request and receive 1000 objects, your subsequent call can include start_index=1001 in order to fetch the next page of the list.
  - `transactions` ListMemberTransactionsTransactionObject[]
    - `status` string — The transaction status- approved/ rejected/ pending.
    - `auto_approval_date` string — The date and time on which the transaction will be auto-approved. It can be configured through the Admin Console > Activities > Settings > Approval Type. This is a system-defined field for award transactions.
    - `last_modified_date` string — The most recent date on which a transaction was updated.
    - `award_info` ListMemberTransactionsAwardInfo — These data are system-defined for award transactions.
      - `activity_id` string — The unique ID of the activity assigned by Zinrelo.
      - `points` integer — The number of points awarded for performing the activity.
      - `points_status` string — The status of the points- 'pending', 'approved', 'rejected', 'auto_approved', 'auto_rejected', 'expired' or 'exhausted.'
      - `activity_name` string — The activity name stored with Zinrelo.
    - `member_id` string — The unique identifier of the member defined by an Admin.
    - `points_expiration_date` string — The date and time when points expire.
    - `approved_date` string — The date and time on which the transaction will be approved.
    - `created_date` string — The date and time on which the transaction was created.
    - `transaction_type` string — The type of transaction- award, redeem or deduct.
    - `transaction_attributes` ListMemberTransactionsTransactionAttributes
      - `reason` string — The reason for making transaction.
      - `order_id` string — The unique ID associated with the placed order. This is system defined transaction attribute for "made_a_purchase" activity.
      - `coupon_code` string — The coupon code used for the purchase of the product. This is system defined transaction attribute for "made_a_purchase" activity.
      - `receipt_file_url` string[] — The url of the uploaded receipt. This is system defined field for "submit_a_receipt" activity.
    - `id` string — The unique internal ID generated by Zinrelo.
    - `deduct_info` ListMemberTransactionsDeductInfo — These data are system-defined for deduct transactions.
      - `points` integer — The number of points deducted from the available points.
      - `points_status` string — The status of the points- 'deducted' or 'pending_deduction.'
    - `reward_info` ListMemberTransactionsRewardInfo — These data are system-defined for reward transactions.
      - `reward_name` string — The name of the reward stored in Zinrelo.
      - `points_status` string — The status of the points- 'redemption_pending' or 'redemption_cancelled.'
      - `coupon_code` string — The coupon code used for redemption.
      - `reward_link` string — The link to flexi reward. Instead of asking members to choose from a fixed set of rewards, loyalty points can be used as a currency and members can redeem any number of points they have from their account for a corresponding discount on their transactions.
      - `reward_id` string — The unique reward ID assigned by Zinrelo.
      - `points` integer — The number of points redeemed by the member.
  - `more` boolean

## Other responses

- `400` — 400

---

[API](https://skmtc.net/trueloyal/apis/admin-apis.md) · [All operations](https://skmtc.net/trueloyal/apis/admin-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trueloyal/admin-apis/versions/c12d3d379897/schema)
