TransactionResponse

"TransactionResponse" refers to a Customer's transaction.

Property Type Description
transactionId int Unique identifier of the transaction
accountName string Account Name of the transaction
amount decimal Date string representing the date the offer starts
matchKey string Transaction match key
cleanName string Transaction cleaned name
transactionDate string Date string representing the date transaction made
fiMerchantId string FI merchant Id
fileDate string Transaction filed date
customerId int Customer ID to which offer is mapped
CardName string Card name
SourceTransactionType string Source transaction type

Example

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
    {
        "transactionId": 206225,
        "amount": 32.73,
        "cleanName": "Rite Aid",
        "matchKey": "checkcard~~ga~ashburn~rite aid store - 1915 | ashburn | ga | 00000 |  |  |  | debit card",
        "transactionDate": "2021-06-21T00:00:00",
        "fiMerchantId": 322,
        "fileDate": "2021-06-21T00:00:00",
        "customerId": 2349,
        "accountName": "Checking",
        "cardName": "",
        "sourceTransactionType": " debit card"
    }