Last updated 1 year ago
AccountId
Balances Read
Links relevant to the payload
Meta Data relevant to the payload
const response = await fetch('https://secure.tell.systems/algbra/open-banking/v3.1/aisp/accounts/{AccountId}/balances', { method: 'GET', headers: { "x-fapi-financial-id": "ea01566d-f21d-49af-9d0c-b74fbe36911f" }, }); const data = await response.json();
{ "Data": { "Balance": [ { "AccountId": "text", "CreditDebitIndicator": "Credit", "Type": "ClosingAvailable", "DateTime": "2024-12-22T10:57:50.472Z", "Amount": { "Amount": "text", "Currency": "text" }, "CreditLine": [ { "Included": false, "Type": "Available", "Amount": { "Amount": "text", "Currency": "text" } } ] } ] }, "Links": { "Self": "https://example.com", "First": "https://example.com", "Prev": "https://example.com", "Next": "https://example.com", "Last": "https://example.com" }, "Meta": { "TotalPages": 0, "FirstAvailableDateTime": "2024-12-22T10:57:50.472Z", "LastAvailableDateTime": "2024-12-22T10:57:50.472Z" } }