action xtrf_get_payments_1 { label: "Returns all payments for the vendor invoice." description: "Returns all payments for the vendor invoice." provider: xtrf method: GET path: "/accounting/providers/invoices/{invoiceId}/payments" encoding: json input: { type: "object" properties: { invoiceId: { type: "integer" format: "int64" } } required: ["invoiceId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }