Get transactions for account
GET {{baseUrl}}/data/v2/consents/:consentId/accounts/:accountId/transactions
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
from | null | Filter from date (Recommended format: yyyy-MM-dd) | |
to | null | Filter to date (Recommended format: yyyy-MM-dd) | |
pageId | null | Page Id (Represents an encoded uuid for Next or Prev uris from the bank transaction responses) |
RESPONSES
status: OK
{"links":{"next":"string","prev":"string"},"data":[{"transactionId":"string","description":"string","amount":0,"creditDebitIndicator":"Credit","status":"Pending","transactionCode":{"code":"string","subCode":"string"},"proprietaryTransactionCode":{"code":"string","issuer":"string"},"bookingDate":"string","merchantDetails":{"merchantName":"string","merchantCategoryCode":"string"},"enrichedData":{"category":{"id":0,"name":"string","confidence":0},"class":{"id":0,"name":"string","confidence":0},"predictedMerchantName":"string"}}],"meta":{"totalPages":0}}