SepaMessageFilter
Offset from which the results should be provided. Defaults to 0.
Possible values: >= 0
Limit of the number of objects returned by the server. Defaults to 20.
Possible values: >= 1 and <= 100
Network for which the instructions should be received. SEPA is the only value allowed
Message Direction. Supported values are I (incoming) or O (outgoing)
Start date from which the messages should be filtered. Accepted format: yyyy-MM-dd
End date up until which the messages should be filtered. Accepted format: yyyy-MM-dd
Message type. Accepted values are pacs.008.001.02, pacs.004.001.02, pacs.003.001.02, camt.056.001.01, camt.029.001.03, pacs.004.001.09, pacs.009.001.08, pacs.008.001.10, pacs.004.001.11, camt.029.001.11, camt.056.001.10
Message ID, representing the GrpHdr>>MsgId field of the message
Original Message ID, representing the underlying transaction info OrgnlMsgId
Offset from which the transactions should be provided. Defaults to 0. If the transactionsLimit or transactionsOffset is bigger than 0 then the messageId parameter has to be used as transactions pagination in only available for one message.
Possible values: >= 0
Limit of the number of transactions returned by the server. Defaults to 10. If the transactionsLimit is 0 only message headers will be returned. If the transactionsLimit or transactionsOffset is bigger than 0 then the messageId parameter has to be used as transactions pagination in only available for one message.
Possible values: >= 0
Payment ID, id provided when creating a new payment
Transaction Id, id of the transaction, When provided in conjunction with direction, messageId, and messageType, it enables the retrieval of details for a single specific transaction. Note: If this combination of parameters is used, all other search filters will be bypassed.
{
"offset": 0,
"limit": 0,
"network": "string",
"direction": "string",
"dateFrom": "string",
"dateTo": "string",
"messageType": "string",
"messageId": "string",
"originalMessageId": "string",
"transactionsOffset": 0,
"transactionsLimit": 0,
"paymentId": "string",
"txId": "string"
}