GET
/
accounting
/
bankAccounts
/
{bankAccountId}
cURL
curl --request GET \
  --url https://api.maesn.dev/accounting/bankAccounts/{bankAccountId} \
  --header 'X-ACCOUNT-KEY: <x-account-key>' \
  --header 'X-API-KEY: <x-api-key>'
{
  "meta": {
    "warnings": [
      "Field not used by target system"
    ],
    "pagination": {
      "total": 123,
      "perPage": 123,
      "currentPage": 123,
      "totalPages": 123
    }
  },
  "data": {
    "id": "5570042",
    "balance": 100,
    "bankName": "F. van Lanschot Bankiers",
    "bic": "SNSBNL2A",
    "createdDate": "2025-01-01T00:00:00Z",
    "currency": "EUR",
    "description": "Business Savings Account",
    "fileType": "CSV",
    "iban": "NL46INGB3591831883",
    "name": "Business Bank",
    "number": "0150",
    "system": "Internal",
    "status": "ACTIVE",
    "type": "GIRO",
    "updatedDate": "2025-02-01T00:00:00Z"
  }
}

Headers

X-API-KEY
string
required

API key

X-ACCOUNT-KEY
string
required

Account key

Path Parameters

bankAccountId
string
required

Query Parameters

companyId
string
environmentName
string
rawData
boolean

Response

200 - application/json

The response is of type object.