# Paginate through all payment transactions **GET /2026-4/payment-transactions** Paginate through all payment transactions that are available based in the current authentication context. Transactions of every origin are returned unless filtered; each entry is either a platform or an imported transaction, discriminated by `origin`. ## 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 payment transactions. - **page** (object | string) The pagination information for the request. ## Responses ### 200 Retrieved a page of payment transactions successfully. #### Body: application/json (object) - **data** (object) The page of payment transactions. The shape of each entry depends on its `origin`. ### 401 Client authentication failed. ### 403 Missing one or more required scopes. ### 500 An internal server error occurred. [Powered by Bump.sh](https://bump.sh)