action avaza_payment_get_by_id { label: "Gets Payment by Payment Transaction ID" provider: avaza method: GET path: "/api/Payment/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }