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