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
Key | Datatype | Required | Description |
---|---|---|---|
fromDate | string | Refers to the date range filter's start date. Will default to today's date, minus 180 days, if not specified. postingDate is used. | |
toDate | string | Refers to the date range filter's end date. Will default to today's date if not specified. postingDate is used for filtering. | |
page | number |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |