# Lists payment method shares for a payment method. **GET /2026-2/payment-methods/{paymentMethodId}/shares** Retrieves all payment method shares for the given payment method that the authenticated user has created. ## Servers - PACE Payment Service: https://api.pace.cloud/payment (PACE Payment Service) ## Authentication methods - Oauth2 - Oauth2 ## Parameters ### Path parameters - **paymentMethodId** (string(uuid)) The ID of the payment method to list shares for. ## Responses ### 200 The list of payment method shares for this payment method. #### Body: application/json (object) - **data** (array[object]) A list of payment method shares. ### 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)