GET
/
api
/
external
/
v2
/
bank_accounts
/
{id}
{
  "created_at": "2023-08-30T10:08:08.146343Z",
  "currency": "EUR",
  "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"
  },
  "name": "Main account",
  "updated_at": "2023-08-30T10:08:08.146343Z"
}

Path Parameters

id
string
required

(Required)

Example:

"42"

Response

200
application/json

A bank account

The response is of type object.