-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Is your feature request related to a problem? Please describe.
Currently we can't implement against the sandbox on our platform to provide it as a test banking provider because it is lacking key APIs. Additionally many of our customers need to test specific scenarios with mock data and it is not possible to configure this.
Describe the solution you'd like
The sandbox would be significantly more useful for testing data recipients if the mock data holder had two enhancements available through the ACCC sandbox:
- Support the following APIs:
- Get Account Detail
- Get Transaction Detail
- Get Customer Detail
- Get Balances For Specific Accounts
- Get Bulk Balances
- Provide a way to configure the test data for these APIs (a way to edit seed-data.json would be fine).
Describe alternatives you've considered
There are probably multiple ways to solve for customization of test data. Even an occasional manual process would be better than the current status quo. Transaction data is the most important category to allow customisation.
Additional context
Our customers often want to test solutions in a test environment with mock data. It's hard to do this with most APIs unimplemented and no ability to modify mock test data to suit particular scenarios.