| total | Total number of transactions. | No | Number | 100 |
| limit | Number of transactions per page. | No | Number | 5 |
| offset | Offset of the current page. | No | Number | 0 |
| select | Fields to be selected for each transaction. | No | Object | |
| select.id | Transaction identifier. | No | String | "txn_12345" |
| select.amount | Amount of the transaction. | No | Number | 100 |
| select.typeOf | Type of the transaction. | No | String | "Deposit" |
| select.createdAt | Date and time when the transaction was created. | No | Date | "2024-07-01T12:00:00Z" |
| select.subsidiaryAccountId | ID of the subsidiary account associated with the transaction. | No | String | "subacc_123" |
| select.subsidiaryAccount | Details of the subsidiary account. | No | Object | |
| select.subsidiaryAccount.id | ID of the subsidiary account. | No | String | "subacc_123" |
| select.subsidiaryAccount.accountNumber | Account number of the subsidiary account. | No | String | "1234567890" |
| select.subsidiaryAccount.currency | Currency details of the subsidiary account. | No | Object | |
| select.subsidiaryAccount.currency.id | Currency ID of the subsidiary account. | No | String | "USD" |
| select.subsidiaryAccount.currency.code | Currency code of the subsidiary account. | No | String | "USD" |
| select.subsidiaryAccount.currency.name | Currency name of the subsidiary account. | No | String | "US Dollar" |
| select.subsidiaryAccount.currency.displaySymbol | Symbol representing the currency. | No | String | "$" |
| select.subsidiaryAccount.currency.displayLabel | Label for the currency symbol. | No | String | "USD" |
| select.subsidiaryAccount.nickName | Nickname of the subsidiary account. | No | String | "Account 1" |
| select.account | Details of the primary account associated with the transaction. | No | Object | |
| select.account.id | ID of the primary account. | No | String | "acc_123" |
| select.account.accountNumber | Account number of the primary account. | No | String | "9876543210" |
| select.account.nickName | Nickname of the primary account. | No | String | "Main Checking Account" |
| select.account.holder | Account holder's name. | No | String | "John Doe" |
| select.account.clientId | Client ID associated with the primary account. | No | String | "client_456" |
| select.account.currency | Currency details of the primary account. | No | Object | |
| select.account.currency.code | Currency code of the primary account. | No | String | "USD" |
| select.account.currency.displaySymbol | Symbol representing the currency of the primary account. | No | String | "$" |
| paymentDetail | Payment detail associated with the transaction. | No | Object | |
| paymentDetail.id | Payment detail identifier. | No | String | "pay_67890" |
| paymentDetail.reference | Reference for the payment detail. | No | String | "reference123" |
| paymentDetail.paymentType | Details of the payment type. | No | Object | |
| paymentDetail.paymentType.id | Payment type identifier. | No | String | "pt_123" |
| paymentDetail.paymentType.name | Name of the payment type. | No | String | "ACH" |
| paymentDetail.creditor | Details of the creditor. | No | Object | |
| paymentDetail.creditor.name | Name of the creditor. | No | String | "Jane Smith" |
| paymentDetail.creditor.identifier | Identifier of the creditor. | No | String | "cred_789" |
| paymentDetail.debtor | Details of the debtor. | No | Object | |
| paymentDetail.debtor.name | Name of the debtor. | No | String | "John Doe" |
| paymentDetail.debtor.identifier | Identifier of the debtor. | No | String | "deb_456" |
| paymentDetail.merchant | Merchant details related to the payment. | No | String | "Merchant Name" |
| paymentDetail.cardAuthorizationData | Card authorization details related to the payment. | No | Object | |
| paymentDetail.cardAuthorizationData.id | ID of the card authorization. | No | String | "auth_12345" |
| paymentDetail.cardAuthorizationData.card | Details of the card used in the transaction. | No | Object | |
| paymentDetail.cardAuthorizationData.card.account | Account details associated with the card. | No | Object | |
| paymentDetail.cardAuthorizationData.card.account.nickName | Nickname of the card's account. | No | String | "Card Account" |
| paymentDetail.cardAuthorizationData.card.account.holder | Holder's name for the card's account. | No | String | "Jane Doe" |
| paymentDetail.cardAuthorizationData.card.account.parentAccountId | Parent account ID associated with the card's account. | No | String | "parent_acc_123" |
| paymentDetail.cardAuthorizationData.card.account.clientId | Client ID associated with the card's account. | No | String | "client_789" |
| transactionSubType | Subtype of the transaction. | No | String | "Online Purchase" |
| transactionType | Type of the transaction. | No | String | "Purchase" |
| type | Type of transaction. | No | String | "Credit" |
| attachments | Attachments related to the transaction. | No | Array | [ "file1.pdf", "file2.jpg" ] |