Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

(tick)

2

GET /payment-consents/{ConsentId}

(tick)

3

GET /payment-consents/{ConsentId}/refund

(tick)

4

POST /payment-consents/{ConsentId}/file

(tick)

5

PATCH /payment-consents/{ConsentId}

(tick)

6

GET /payments/{PaymentId}

(tick)

7

POST /payments

(tick)

8

HEAD /payments

(tick)

9

GET /file-payments/{PaymentId}

(tick)

10

POST /file-payments

(tick)

11

HEAD /file-payments

(tick)

12

GET /file-payments/{PaymentId}/report

(tick)

13

POST /confirmation

(tick)

14

POST /discovery

(tick)

15

GET /account-access-consents

(tick)

16

GET /account-access-consents/{ConsentId}

(tick)

17

PATCH /account-access-consents/{ConsentId}

(tick)

18

GET /accounts

(tick)

19

GET /accounts/{AccountId}

(tick)

20

GET /accounts/{AccountId}/balances

(tick)

21

GET /accounts/{AccountId}/beneficiaries

(tick)

22

GET /accounts/{AccountId}/consents

(tick)

23

GET /accounts/{AccountId}/direct-debits

(tick)

24

GET /accounts/{AccountId}/parties

(tick)

25

GET /parties

(tick)

26

GET /accounts/{AccountId}/product

(tick)

27

GET /accounts/{AccountId}/scheduled-payments

(tick)

28

GET /accounts/{AccountId}/standing-orders

(tick)

29

GET /accounts/{AccountId}/transactions

(tick)

30

GET /insurance-consents

(tick)

31

GET /insurance-consents/{ConsentId}

(tick)

32

PATCH /insurance-consents/{ConsentId}

(tick)

33

GET /insurance-policies/{InsurancePolicyId}/customer-payment-details

(tick)

34

GET /insurance-policies

(tick)

35

GET /insurance-policies/{InsurancePolicyId}

(tick)

Nebras will validate that the TPP has made successful API calls for each relevant use case and require the TPP to retry if required.

...