action taxamo_create_refund { label: "Create a refund" provider: taxamo method: POST path: "/api/v1/transactions/{key}/refunds" encoding: json input: { type: "object" properties: { key: { type: "string" } } required: ["key"] additionalProperties: false } output: { type: "object" additionalProperties: true } }