...
Each TPP must ensure they can correctly call the APIs defined in the Standards for each use case relevant to their Open Finance license application.
3.2.1 Process
TPPs will be required to must access the API Hub Sandbox and execute API calls for each API endpoint relevant to their use case as set out in the table below.
| API Endpoint | Bank Service Initiation | Bank Data Sharing | Insurance Data Sharing |
---|
1 | GET /payment-consents | | | |
2 | GET /payment-consents/{ConsentId} |
| | |
3 | GET /payment-consents/{ConsentId}/refund |
| | |
4 | POST /payment-consents/{ConsentId}/file |
| | |
5 | PATCH /payment-consents/{ConsentId} |
| | |
6 | GET /payments/{PaymentId} |
| | |
7 | POST /payments |
| | |
8 | HEAD /payments |
| | |
9 | GET /file-payments/{PaymentId} |
| | |
10 | POST /file-payments |
| | |
11 | HEAD /file-payments |
| | |
12 | GET /file-payments/{PaymentId}/report |
| | |
13 | POST /confirmation |
| | |
14 | POST /discovery |
| | |
15 | GET /account-access-consents | |
| |
16 | GET /account-access-consents/{ConsentId} | |
| |
17 | PATCH /account-access-consents/{ConsentId} | |
| |
18 | GET /accounts | |
| |
19 | GET /accounts/{AccountId} | |
| |
20 | GET /accounts/{AccountId}/balances | |
| |
21 | GET /accounts/{AccountId}/beneficiaries | |
| |
22 | GET /accounts/{AccountId}/consents | |
| |
23 | GET /accounts/{AccountId}/direct-debits | |
| |
24 | GET /accounts/{AccountId}/parties | |
| |
25 | GET /parties | |
| |
26 | GET /accounts/{AccountId}/product | |
| |
27 | GET /accounts/{AccountId}/scheduled-payments | |
| |
28 | GET /accounts/{AccountId}/standing-orders | |
| |
29 | GET /accounts/{AccountId}/transactions | |
| |
30 | GET /insurance-consents | | |
|
31 | GET /insurance-consents/{ConsentId} | | |
|
32 | PATCH /insurance-consents/{ConsentId} | | |
|
33 | GET /insurance-policies/{InsurancePolicyId}/customer-payment-details | | |
|
34 | GET /insurance-policies | | |
|
35 | GET /insurance-policies/{InsurancePolicyId} | | |
|
Nebras will validate that the TPP has made successful API calls for each relevant use case and require the TPP to retry if required.
...