action staging_ecotaco_payment_methods { label: "Payment Methods" description: "" provider: staging_ecotaco method: GET path: "/accounts/payment_methods" encoding: json input: { type: "object" properties: { Accept: { type: "string" } "Accept-Language": { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }