# Verify a payment method. **POST /2026-2/payment-methods/{paymentMethodId}/verify** Verify a specific payment method to ensure that it can be used for payments. ## 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 verify. ## Responses ### 204 The payment method was verified successfully. ### 401 Client authentication failed. ### 403 Missing one or more required scopes. ### 500 An internal server error occurred. [Powered by Bump.sh](https://bump.sh)