v1
latestOpenAPI 3.0.12026-07-141671231.8 MBBank accounts
Retrieve a bank account
Retrieve a bank account
ℹ️ This endpoint requires one of the following scopes: bank_accounts:all, bank_accounts:readonly
get/api/external/v2/bank_accounts/{id}
Path parameters
idinteger required
Response
A bank account
Example response
{
"id": 42,
"name": "Main account",
"balance": "100.15",
"created_at": "2023-08-30T10:08:08.146343Z",
"updated_at": "2023-08-30T10:08:08.146343Z",
"bank_establishment": {
"id": 42
},
"journal": {
"id": 42,
"url": "https://app.pennylane.com/api/external/v2/journals/7"
},
"ledger_account": {
"id": 42,
"url": "https://app.pennylane.com/api/external/v2/ledger_accounts/8"
}
}