...
Title | Requirement | Calculation | Benchmark |
Availability of the API | The percentage uptime of the API, calculated as 100% minus the percentage downtime for each day | For every 24 hours (from 00:00:00 to 23:59:59 every day), we calculate 100% minus the total percentage downtime in that period. Downtime will be calculated as follows:
Downtime will be measured if:
However, this will exclude errors resulting from issues outside the LFI and OFP’s direct control, such as issues with TPP software, infrastructure, or connectivity. | Uptime of 99.5%. This allows for just under four hours per month of downtime to cover planned releases, updates, and unplanned downtime. |
...
Title | Requirement | Calculation | Benchmark |
API performance | Daily average time (in milliseconds) taken, per request, for the LFI to provide the TPP via the OFP with all the requested information for the following API endpoints: Bank Data GET /account-access-consents GET /accounts GET /accounts/{AccountID}/balances GET /accounts/{AccountID}/beneficiaries GET /accounts/{AccountID}/consents GET /accounts/{AccountID}/direct-debits GET /accounts/{AccountID}/parties GET /accounts/{AccountID}/product GET /accounts/{AccountID}/scheduled-payments GET /accounts/{AccountID}/standing-orders GET /accounts/{AccountID}/transactions Bank Service Initiation GET /payment-consents GET /payment-consents{ConsentId} GET /payment-consents{ConsentId}/refund POST /payment-consents/{ConsentId}/file PATCH /payment-consents{ConsentId} GET /payments/{PaymentId} POST /payments HEAD /payments GET /file-payments/{PaymentId} POST /file-payments HEAD /file-payments GET /file-payments/{PaymentId}/report Confirmation of Payee POST /confirmation POST /discovery Insurance GET /insurance-consents GET /insurance-consents{ConsentId} PATCH /insurance-consents{ConsentId} GET /insurance-policies GET /insurance-policies/{InsurancePolicyId} | For every 24 hours (from 00:00:00 to 23:59:59 every day), the average API response time MUST will be calculated in milliseconds (ms) for each API endpoint as follows: Avg = T / V Where: Avg = average API response time in ms T = total API response time in ms for all API calls for each API endpoint in a given day V = total volume of API calls for each API endpoint in a given day The benchmark will be apportioned in an equal split between the OFP and the LFI, subject to amendment in a future version of the Standard. API response time is measured as the Time to Last Byte (TTLB) for each API endpoint, defined as the period in ms from when the LFI receives the API endpoint request from the OFP until the requesting TPP gets all the data in the response message via the OFP. The response time MUST will not include the time it takes for any checks that the LFI may choose to make on the authorization/registration of TPPs. This MAY include validation of the access token, validation of the request payload, authentication/validation of the request, etc.The response time SHOULD NOT include the time the User takes to complete any authentication process. | Service Initiation An average TTLB of 500ms per response across all service initiation APIs, excluding batch/file payments. Bank Data An average TTLB of 500ms per response across all bank data APIs, or per page of up to 100 records for large datasets. |
...
Title | Requirement | Calculation | Benchmark |
Payment execution | As per Aani scheme rules | 3 seconds per payment |
...