Investec-Developer-Community / .github

The Investec Developer Github landing page
https://investec.gitbook.io/programmable-banking-community-wiki
MIT License
0 stars 1 forks source link

[GENERAL BUG] For PB AccountsTransactions, fromDate default appears to be 90 days, not 180 days as per documentation #4

Open programmable-banking-community opened 12 months ago

programmable-banking-community commented 12 months ago

Level: Medium

Describe the bug: Documentation is not accurate

Steps To Reproduce:

According to https://developer.investec.com/za/api-products/documentation/SA_PB_Account_Information#operation/AccountsTransactions

fromDate Refers to the date range filter's start date. Will default to today's date, minus 180 days, if not specified.

Expected behaviour: Today is 2023-07-15. If fromDate is not provided, I expect the transactions to start from about 2023-01-15 (180 days ago)

Actual behaviour: Transactions actually start from 2023-04-17 (approx 90 days ago)

Reported by: Peter Smythe