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