Retrieve Transactions Details
POST {{baseUrl}}/transactions/searches?offset=0&limit=25
Fetches the transaction details for given search criteria.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
offset | number | Indicates the number of items you asked the start of the list to be offset from. | |
limit | number | Indicates the number of items you asked the list to be limited to. Must be greater than 0 and less than or equal to 25. |
Request Body
{"userId"=>"268810378058708149455458707247", "userIdType"=>"RANAC", "fromDate"=>"2022-01-30", "toDate"=>"2022-06-30", "language"=>"en_US"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"offset":0,"limit":25,"total":30,"count":25,"accountId":"268810378058708149455458707247","customerId":"345610378058708149455458702790","last4BankAccountNumber":6789,"transactions":[{"sequenceNumber":16487624.34081474,"date":"2021-08-03T03:08:54-0500","description":"SAMSUNGMOBILES","merchantCategoryCode":"5399","type":"Retail Sales / Purchase","productCode":"MCC","pointsEarned":-13571333.126625836,"pointType":"Base","transactionAmount":27914319.93903397,"transactionCurrencyCode":"840","settlementAmount":35465891.87640214,"settlementCurrencyCode":"840","billingCurrencyCode":"840","billingAmount":-5921017.937054485,"postingDate":"2021-08-03T03:08:54-0500","processedDate":"2021-08-03T03:08:54-0500","redemptionId":"1234567","banknetReference":"1234567","banknetDate":"0501","merchant":{"id":"1234567","shortName":"SHORTDBANAME","locationId":"ID","address":"123 example st","city":"STL","state":"MO","countryCode":"USA","postalCode":"12345","region":"NAM"},"promotionId":"1"},{"sequenceNumber":30694241.671651185,"date":"2021-08-03T03:08:54-0500","description":"SAMSUNGMOBILES","merchantCategoryCode":"5399","type":"Retail Sales / Purchase","productCode":"MCC","pointsEarned":-28170403.94242625,"pointType":"Base","transactionAmount":-3746450.70582971,"transactionCurrencyCode":"840","settlementAmount":45169165.07703671,"settlementCurrencyCode":"840","billingCurrencyCode":"840","billingAmount":6213166.4346586615,"postingDate":"2021-08-03T03:08:54-0500","processedDate":"2021-08-03T03:08:54-0500","redemptionId":"1234567","banknetReference":"1234567","banknetDate":"0501","merchant":{"id":"1234567","shortName":"SHORTDBANAME","locationId":"ID","address":"123 example st","city":"STL","state":"MO","countryCode":"USA","postalCode":"12345","region":"NAM"},"promotionId":"1"}]}