# Get all payment method kinds. **GET /2026-2/payment-method-kinds** Get all payment method kinds that are enabled for the given authentication context. This endpoint is useful to check which payment method kinds a client is allowed to use. ## Servers - PACE Payment Service: https://api.pace.cloud/payment (PACE Payment Service) ## Authentication methods - Oauth2 - Oauth2 ## Parameters ### Query parameters - **filter** (object | string) ## Responses ### 200 Retrieved a list of payment method kinds successfully. #### Body: application/json (object) - **data** (array[object]) The list of payment method kinds. ### 401 Client authentication failed. ### 403 Missing one or more required scopes. ### 500 An internal server error occurred. [Powered by Bump.sh](https://bump.sh)