Get transactions for account

GET {{baseUrl}}/data/v2/consents/:consentId/accounts/:accountId/transactions

Request Params

KeyDatatypeRequiredDescription
fromnullFilter from date (Recommended format: yyyy-MM-dd)
tonullFilter to date (Recommended format: yyyy-MM-dd)
pageIdnullPage 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}}