Search TransactionsCopy Pagepost http://localhost:8080/v0/transactions/searchQuery Paramslimitint32requiredList fetch limit, value between 1 and 1000offsetint32requiredOffset used for paging resultssortBystringenumSortBy used for sorting transactions. Possible values: CLEARING_TIME (default if not provided): Transactions sorted by clearing time TRANSACTION_TIME: Transactions sorted by transaction time CLEARING_TIMETRANSACTION_TIMEAllowed:CLEARING_TIMETRANSACTION_TIMEBody ParamsBody of a request to search transactionsaccountIduuidUnique identifier (UUID) of the AccountfromDateTimeUtcdate-timerequiredDateTime in UTC format for the start date range of the Transaction searchoriginChannelstringenumOrigin source of the Transaction (only applicable if specifically used by Client). Possible values: ATM_CASH POS_DEBIT VENUE ATM_CASHPOS_DEBITVENUEAllowed:ATM_CASHPOS_DEBITVENUEoriginIduuidAdditional identifier applied to Transaction related to origin of the requestoriginTypestringenumInitiator origin of the Transaction. Possible values: CUSTOMER: Transaction initiated by a customer SCHEDULED_PAYMENT: Transaction initiated by a schedule HAAS_OPERATIONS: Transaction initiated by Client Operations team OPERATIONS: Transaction initiated by Shaype Operations team DIRECT_DEBIT: Transaction initiated by Direct Debit CUSTOMERSCHEDULED_PAYMENTHAAS_OPERATIONSOPERATIONSDIRECT_DEBITAllowed:CUSTOMERSCHEDULED_PAYMENTHAAS_OPERATIONSOPERATIONSDIRECT_DEBITtoDateTimeUtcdate-timerequiredDateTime in UTC format for the end date range of the Transaction searchResponses 200Success 400Bad Request 403Forbidden 422Unprocessable Entity 500Internal Server Error 501Not ImplementedUpdated 11 days ago