action qualpay_sale { label: "Sale (Auth + Capture)" description: "Requests authorization, and, if approved, will immediately capture the transaction to be included in the next batch close. This transaction type is used in card-present environments, and also card-not-present environments where no physical goods are being shipped." provider: qualpay method: POST path: "/sale" encoding: json output: { type: "object" additionalProperties: true } }