# Get payment method for company Gets a company payment method. Endpoint: GET /GetCompanyPaymentMethod Version: 1.1 ## Query parameters: - `paymentMethodId` (integer, required) The internal id of the payment method for which to get the company payment method - `companyId` (integer, required) The internal id of the company for which to get the company payment method - `cultureCode` (string) Specifies in which language to display culture specific information. If none is supplied, value is resolved from Application. ## Response 200 fields (application/json): - `CompanyCode` (string) The external code of the company. MaxLength: 50. - `PaymentMethodCode` (string) The external code of the payment method. MaxLength: 50. - `InvoiceCaptureSettingsCode` (string) The invoice capture settings code (if any is set). MaxLength: 50. - `IsActive` (boolean) Whether or not the company payment method is active.