# Paginate through all payment transaction imports **GET /2026-4/payment-transaction-imports** Paginate through the imports, newest first. Each entry carries the header and counts; request `include=items` for the per-record results of every import on the page. With the :authenticated scope the result is restricted to the imports of the authenticated user. ## Servers - PACE Payment Service: https://api.pace.cloud/payment (PACE Payment Service) ## Authentication methods - Oauth2 - Oauth2 ## Parameters ### Query parameters - **filter** (object | string) The filter(s) to apply to the imports. - **page** (object | string) The pagination information for the request. - **include** (array[string]) Related resources to include in the response. ## Responses ### 200 Retrieved a page of imports successfully. #### Body: application/json (object) - **data** (array[object]) The page of imports. ### 401 Client authentication failed. ### 403 The caller may only read its own imports and filtered for another user. Missing one or more required scopes. ### 500 An internal server error occurred. [Powered by Bump.sh](https://bump.sh)