action qualpay_force { label: "Force Transaction Approval" description: "Forces an approval, used when an online authorization request received a 'declined' reason code and you have received an authorization from a voice or automated response (ARU) system. The required fields are the same as a sale or authorization request, except that the expiration date (exp_date) is not required, and the 6-character authorization code (auth_code) is required." provider: qualpay method: POST path: "/force" encoding: json output: { type: "object" additionalProperties: true } }