# Get the payment methods. **GET /2026-2/payment-methods** Get the payment methods for a specific user or onboarding. ## Servers - PACE Payment Service: https://api.pace.cloud/payment (PACE Payment Service) ## Authentication methods - Oauth2 - Oauth2 ## Parameters ### Query parameters - **filter** (object | string) ## Responses ### 200 The payment methods were successfully retrieved. #### Body: application/json (object) - **data** (array[object]) A list of payment methods for a specific user. ### 400 The request was malformed or missing required parameters. ### 401 Client authentication failed. ### 403 Missing one or more required scopes. ### 404 The onboarding to be filtered by does not exist. ### 500 An internal server error occurred. [Powered by Bump.sh](https://bump.sh)