action codat_get_payment_method { label: "Get payment method" description: "Gets the specified payment method for a given company." provider: codat method: GET path: "/companies/{companyId}/data/paymentMethods/{paymentMethodId}" encoding: json output: { type: "object" description: "> View the coverage for payment methods in the Data coverage explorer.\n\n## Overview\n\nA Payment Method represents the payment method(s) used to pay a Bill. Payment Methods are referenced on [Bill Payments](https://docs.codat.io/accounting-api#/schemas/BillPayment) and [Payments](https://docs.codat.io/accounting-api#/schemas/Payment)." } }