Beneficiaries

Get Beneficiaries

GEThttps://secure.tell.systems/algbra/open-banking/v3.1/aisp/accounts/{AccountId}/beneficiaries
Authorization
Path parameters
AccountId*string

AccountId

Header parameters
Response

Beneficiaries Read

Headers
Body
Data*object
Links*Links (object)

Links relevant to the payload

Meta*MetaData

Meta Data relevant to the payload

Request
const response = await fetch('https://secure.tell.systems/algbra/open-banking/v3.1/aisp/accounts/{AccountId}/beneficiaries', {
    method: 'GET',
    headers: {
      "x-fapi-financial-id": "ea01566d-f21d-49af-9d0c-b74fbe36911f"
    },
});
const data = await response.json();
Response
{
  "Data": {
    "Beneficiary": [
      {
        "AccountId": "text",
        "BeneficiaryId": "text",
        "Reference": "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"
        }
      }
    ]
  },
  "Links": {
    "Self": "https://example.com",
    "First": "https://example.com",
    "Prev": "https://example.com",
    "Next": "https://example.com",
    "Last": "https://example.com"
  },
  "Meta": {
    "FirstAvailableDateTime": "2024-11-21T10:14:08.049Z",
    "LastAvailableDateTime": "2024-11-21T10:14:08.049Z"
  }
}

Last updated