action openbankingproject_get_transaction_details { label: "Read transaction details" description: "Reads transaction details from a given transaction addressed by \"transactionId\" on a given account addressed by \"account-id\".\nThis call is only available on transactions as reported in a JSON format.\n\n**Remark:** Please note that the PATH might be already given in detail by the corresponding entry of the response of the\n\"Read Transaction List\" call within the _links subfield.\n" provider: openbankingproject method: GET path: "/v1/accounts/{account-id}/transactions/{transactionId}" encoding: json output: { type: "object" additionalProperties: true } }