Transactions
Last updated
Last updated
AccountId
Transactions 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}/transactions', {
method: 'GET',
headers: {
"x-fapi-financial-id": "ea01566d-f21d-49af-9d0c-b74fbe36911f"
},
});
const data = await response.json();
{
"Data": {
"Transaction": [
{
"AccountId": "text",
"TransactionId": "text",
"TransactionReference": "text",
"StatementReference": [
"text"
],
"CreditDebitIndicator": "Credit",
"Status": "Booked",
"BookingDateTime": "2024-12-03T16:50:47.841Z",
"ValueDateTime": "2024-12-03T16:50:47.841Z",
"AddressLine": "text",
"Amount": {
"Amount": "text",
"Currency": "text"
},
"ChargeAmount": {
"Amount": "text",
"Currency": "text"
},
"CurrencyExchange": {
"SourceCurrency": "text",
"TargetCurrency": "text",
"UnitCurrency": "text",
"ExchangeRate": 0,
"ContractIdentification": "text",
"QuotationDate": "2024-12-03T16:50:47.841Z",
"InstructedAmount": {
"Amount": "text",
"Currency": "text"
}
},
"BankTransactionCode": {
"Code": "text",
"SubCode": "text"
},
"ProprietaryBankTransactionCode": {
"Code": "text",
"Issuer": "text"
},
"CardInstrument": {
"CardSchemeName": "AmericanExpress",
"AuthorisationType": "ConsumerDevice",
"Name": "text",
"Identification": "text"
},
"SupplementaryData": {},
"TransactionInformation": "text",
"Balance": {
"CreditDebitIndicator": "Credit",
"Type": "ClosingAvailable",
"Amount": {
"Amount": "text",
"Currency": "text"
}
},
"MerchantDetails": {
"MerchantName": "text",
"MerchantCategoryCode": "text"
},
"CreditorAgent": {
"SchemeName": [
"UK.OBIE.BICFI"
],
"Identification": "text",
"Name": "text",
"PostalAddress": {
"AddressType": "Business",
"Department": "text",
"SubDepartment": "text",
"StreetName": "text",
"BuildingNumber": "text",
"PostCode": "text",
"TownName": "text",
"CountrySubDivision": "text",
"Country": "text",
"AddressLine": [
"text"
]
}
},
"CreditorAccount": {
"SchemeName": [
"UK.OBIE.BBAN",
"UK.OBIE.IBAN",
"UK.OBIE.PAN",
"UK.OBIE.Paym",
"UK.OBIE.SortCodeAccountNumber"
],
"Identification": "text",
"Name": "text",
"SecondaryIdentification": "text"
},
"DebtorAgent": {
"SchemeName": [
"UK.OBIE.BICFI"
],
"Identification": "text",
"Name": "text",
"PostalAddress": {
"AddressType": "Business",
"Department": "text",
"SubDepartment": "text",
"StreetName": "text",
"BuildingNumber": "text",
"PostCode": "text",
"TownName": "text",
"CountrySubDivision": "text",
"Country": "text",
"AddressLine": [
"text"
]
}
},
"DebtorAccount": {
"SchemeName": [
"UK.OBIE.BBAN",
"UK.OBIE.IBAN",
"UK.OBIE.PAN",
"UK.OBIE.Paym",
"UK.OBIE.SortCodeAccountNumber"
],
"Identification": "text",
"Name": "text",
"SecondaryIdentification": "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-03T16:50:47.841Z",
"LastAvailableDateTime": "2024-12-03T16:50:47.841Z"
}
}