# Get a payment method. **GET /2026-2/payment-methods/{paymentMethodId}** Get a specific payment method by ID. ## Servers - PACE Payment Service: https://api.pace.cloud/payment (PACE Payment Service) ## Authentication methods - Oauth2 - Oauth2 ## Parameters ### Path parameters - **paymentMethodId** (string(uuid)) The unique identifier of the payment method to retrieve. ### Query parameters - **userId** (string(uuid)) The unique identifier of the user to retrieve the payment method for. ## Responses ### 200 The payment method was successfully retrieved. #### Body: application/json (object) - **data** (object) The user payment method that was retrieved. ### 401 Client authentication failed. ### 403 Missing one or more required scopes. ### 404 The payment method was not found. ### 500 An internal server error occurred. [Powered by Bump.sh](https://bump.sh)