action taxamo_get_refunds { label: "Fetch refunds" provider: taxamo method: GET path: "/api/v1/settlement/refunds" encoding: json input: { type: "object" properties: { date_from: { type: "string" } format: { type: "string" } moss_country_code: { type: "string" } tax_region: { type: "string" } } required: ["date_from"] additionalProperties: false } output: { type: "object" additionalProperties: true } }