# Get all payment method kinds for a specific client **GET /payment-method-kinds/{clientId}** Returns all payment method kinds that are supported by this service. Use the Accept-Language header for localization. ## Servers - Production server (preview release 2025-2): https://api.pace.cloud/pay/2025-2 (Production server (preview release 2025-2)) ## Parameters #### Headers - **Accept-Language** (string) Language preference of localized response properties. The full standard of RFC 7231 (https://tools.ietf.org/html/rfc7231#section-5.3.5) is supported. #### Path parameters - **clientId** (string) ID of the client #### Query parameters - **additionalData** (boolean) Flag to allow more data to the payment method kinds. - **poiID** (string(uuid)) Filter allowed payment methods kinds by poi. ## Responses ### 200: All payment method kinds for the given clientID #### Headers - **Content-Language** (string) Language of the localized response properties. Is not necessarily one of the values provided by the Accept-Language request header. #### Body Parameters: application/vnd.api+json (object) - **data** (array[object]) ### 406: The specified accept header is invalid #### Body Parameters: application/vnd.api+json (object) - **errors** (array[object]) ### 500: Internal server error #### Body Parameters: application/vnd.api+json (object) - **errors** (array[object]) [Powered by Bump.sh](https://bump.sh)