action qualpay_void { label: "Void a Previously Authorized Transaction" description: "Authorizations can be voided at any time until Qualpay automatically voids them at 28 days. Captured transactions can be voided until the batch is closed. If your batch closes and you did not void the transaction in time, you may make a refund request." provider: qualpay method: POST path: "/void/{pgIdOrig}" encoding: json input: { type: "object" properties: { pgIdOrig: { type: "string" } } required: ["pgIdOrig"] additionalProperties: false } output: { type: "object" additionalProperties: true } }