# Returns all transactions for a given statement. Endpoint: GET /api/v3/statements/{companyId}/entries/{entryId}/transactions Version: v3 Security: client_credentials, implicit, client_credentials_dev, implicit_dev ## Path parameters: - `companyId` (string, required) Id of company that owns the statement - `entryId` (string, required) Unique statement entry id ## Response 200 fields (text/plain): - `statementId` (string,null) - `transactions` (array,null) - `transactions.name` (string,null) Owner of the account - `transactions.accountNumber` (string, required) Account - `transactions.accountCurrency` (string, required) Account currency code - `transactions.archiveReference` (string, required) Bank reference - `transactions.bankInformation` (string,null) Bank information - `transactions.structuredReference` (string,null) KID, FIC, OCR (SCOR reference) - `transactions.amount` (number, required) Payment amount or fee amount - `transactions.amountCurrency` (string,null) Currency of amount - `transactions.description` (string,null) Unstructured reference (payment message) - `transactions.bookingDate` (string, required) Processed date - `transactions.valueDate` (string, required) Exchange date - `transactions.bankTransactionCodes` (string,null) Bank Transaction Codes Domain, Family and Sub-Familiy, dash separated. - `transactions.type` (string,null) Type of transaction (debit or credit) - `transactions.transactionId` (string, required) Unique reference for transaction - `transactions.invoiceNumber` (string,null) Invoice number - `transactions.receiverName` (string,null) Name of receiver. Used if the transaction is a payment. - `transactions.receiverAccount` (string,null) Account of receiver. Used if the transaction is a payment. - `transactions.senderName` (string,null) Name of sender. Used if transaction is a ingoing payment. - `transactions.senderAccount` (string,null) Account of sender. Used if the transaction is a ingoing payment. - `transactions.errorMessage` (string,null) Error message, only exist on error state - `transactions.unstructuredText` (object) - `transactions.unstructuredText.ustrd` (array,null) - `transactions.unstructuredText.addtlTxInf` (array,null) - `transactions.unstructuredText.instrId` (array,null) - `transactions.unstructuredText.prtryCd` (array,null) - `transactions.unstructuredText.refsPrtry` (object) - `transactions.unstructuredText.refsPrtry.tp` (string,null) - `transactions.unstructuredText.refsPrtry.ref` (string,null) - `transactions.unstructuredText.addtlNtryInf` (array,null) - `transactions.exchangeRate` (number,null) Exchangerate