action openbankingproject_read_account_details { label: "Read account details" description: "Reads details about an account, with balances where required. \nIt is assumed that a consent of the PSU to \nthis access is already given and stored on the ASPSP system. \nThe addressed details of this account depends then on the stored consent addressed by consentId, \nrespectively the OAuth2 access token.\n\n**NOTE:** The account-id can represent a multicurrency account.\nIn this case the currency code is set to \"XXX\".\n\nGive detailed information about the addressed account.\n\nGive detailed information about the addressed account together with balance information\n" provider: openbankingproject method: GET path: "/v1/accounts/{account-id}" encoding: json output: { type: "object" additionalProperties: true } }