-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Describe the bug
Except add accounts flow, rest of the API's don't work. They all return 404 NOT FOUND error for any of the banking users jsmith, jwilson, ksmith, etc.
For e.g., after Token exchange accounts list api will return data and below API's fails.
To Reproduce
Steps to reproduce the behavior:
- Add accounts using jsmith/jwilson
- After successful token exchange with grant code
- Use accessToken to fetch data from any of the above api
- See error
Expected behaviour
Data should return for all the above api's and transaction api as well.
Additional context
Request to please add mock data for all banking API's for atleast 1 user. So, that we can make better use of sandbox on day to day basis.