action taxamo_capture_payment { label: "Capture payment" provider: taxamo method: POST path: "/api/v1/transactions/{key}/payments/capture" encoding: json input: { type: "object" properties: { key: { type: "string" } } required: ["key"] additionalProperties: false } output: { type: "object" additionalProperties: true } }