Download a sample of the points_transactions.csv to preview the data.

Fields Description

POINTS_TRANSACTION_ID
string

The unique identifier of the points transaction in Thanx. This includes any action that results in a change of points balance, e.g. earning or redeeming points.

MERCHANT_ID
string

The unique identifier of the merchant in Thanx.

USER_ID
string

The unique identifier of the user in Thanx.

DEBIT_ACCOUNT_ID
string

The unique identifier of the account where the points balance increased after the transaction.

CREDIT_ACCOUNT_ID
string

The unique identifier of the account where the points balance is reduced after the transaction.

SOURCE_ID
string

The unique identifier of the source of the transaction. Use this ID to find the source of the transaction in the report mentioned in SOURCE_TYPE.

SOURCE_TYPE
string

The source of the transaction. If it is empty when the reason is set to Third-party provisions. It indicates which report has the corresponding entry (use the ID in SOURCE_ID to find the specific entry in the report mentioned as SOURCE_TYPE).

POINTS_TRANSACTION_TYPE
string

The type of points transaction.

REASON
string

The reason for the transaction to be created.

AMOUNT
number

The number of points in the points transaction.

CREATED_AT
timestamp

The date and time the points transaction was created. This is in UTC.

POINTS_TRANSACTION_UID
string

The unique identifier for the points transaction in Thanx APIs.