# Paginate through all payment transactions **GET /2026-2/payment-transactions** Paginate through all payment transactions that are available based in the current authentication context. ## 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** (array[object]) The page of payment transactions ### 401 Client authentication failed. ### 403 Missing one or more required scopes. ### 500 An internal server error occurred. [Powered by Bump.sh](https://bump.sh)