action taxamo_list_payments { label: "List payments" provider: taxamo method: GET path: "/api/v1/transactions/{key}/payments" encoding: json input: { type: "object" properties: { key: { type: "string" } limit: { type: "string" } offset: { type: "string" } } required: ["key"] additionalProperties: false } output: { type: "object" additionalProperties: true } }