Get Account Transactions

GET {{host}}/za/bb/v1/accounts/:accountId/transactions?fromDate=2021-01-01

Obtain a specified account's transactions.

Filtering is done using the postingDate

postingDate is the date at which the transaction affects your balance.

transactionDate is the date at which the transaction took place. The day the card was physically swiped.

Request Params

KeyDatatypeRequiredDescription
fromDatestringRefers to the date range filter's start date. Will default to today's date, minus 180 days, if not specified. postingDate is used.
toDatestringRefers to the date range filter's end date. Will default to today's date if not specified. postingDate is used for filtering.
pagenumber

HEADERS

KeyDatatypeRequiredDescription
Acceptstring