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" } }
Lexware Office
true
EUR
ACTIVE
ARCHIVED
GIRO
PAYMENT_PROVIDER
sevdesk
CSV
MT940
CURRENT_ASSET
API key
Account key
The response is of type object.
object
Was this page helpful?