action openfintech_get_payment_methods_id { label: "Payment method by ID" description: "Returns payment method with specific ID.\n" provider: openfintech method: GET path: "/payment-methods/{id}" encoding: json output: { type: "object" additionalProperties: true } }