v1

latestOpenAPI 3.1.02026-07-136388308.2 KB
Accounts

List accounts (V2)

This endpoint returns all the accounts on your Fire profile. Ordered by Alias ascending. Can be paginated. You will need to enable PERM_BUSINESS_GET_ACCOUNTS to use this endpoint.

get/v2/accounts

Response

An array of account objects.

Example response

{
  "activities": [
    {
      "ican": 42,
      "name": "Main Account",
      "currency": "EUR",
      "balance": 23950,
      "accountDetails": {
        "localDetails": {
          "nsc": "the Sort Code of the account",
          "accountNumber": "86449007",
          "bic": "CPAYIE2D",
          "iban": "IE93CPAY99119986449007"
        },
        "internationalDetails": {
          "swiftCode": "TCCLGB2BXXX",
          "iban": "GB12TCCL1234567887654321"
        }
      },
      "defaultAccount": true
    }
  ]
}