Skip to main content

Export transactions by filters

GET 

/export

Retrieves transactions for the authenticated merchant using query-string filters. Dates must use yyyy-MM-dd HH:mm:ss format, for example fromDateTime=2026-06-01 00:00:00&toDateTime=2026-06-26 23:59:59. If transactionId is supplied, the service searches by that transaction first. Otherwise, an explicit fromDateTime/toDateTime range is used; when dates are omitted, the configured default lookback window is applied. The service enforces the configured maximum export date range and caps pageSize to the configured maximum unless maxLimit is provided.

Request

Responses

OK