Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,22 @@ Once the PSU consent is successful, Ozone Bank will redirect back to the redirec
![Image 11.png](./attachments/4-11-Accounts.png)




### 7.2 Retrieve Transaction Data

![Image 12.png](./attachments/4-12-Balances.png)

# 8. Model Bank - Known Issues List

- list of known reported issues with the Model Bank
- these issues are targeted to be addressed in the upcoming release of the v4.0.1 standards-conformant model bank

| Issue number | Description |
|------------- | ----------- |
| 8.1 | Some issues with handling of detailed vs basic permissions for statements and transactions.<br> Some fields that should only be available with detailed permission can be accessed using a basic permission <br> e.g. Data.Statement.StatementAmount for statements APIs|
| 8.2 | On Model Bank v4.0, certain negative scenarios for /domestic-vrp-consents can generate non-conformant<br>error response payloads i.e. 3.1.x version-style code is returned instead of the 4 digit v4 value.|
| 8.3 | Mutually exclusive fields in standing order consents can be provided together and the request will succeed.<br> In version 4.0 you can provide FinalPaymentDateTime and CountPerPeriod and the<br>payload will succeed.|
| 8.4 | Sending a POST request with an incorrect Content-Type header will currently return a 500 error<br>whereas a 415 Unsupported Media Type error should be returned.|
| 8.5 | In VRP consents, the Data.Refund object is not provided in the consent response even when ReadRefundAccount is set to 'Yes' in the consent request |
| 8.6 | In VRP consents, the Data.DebtorAccount object is not provided in the consent response even when this information is known within the platform |