action qualpay_verify { label: "Verify Card" description: "A verify request will return success if the cardholder information was verified by the issuer. If AVS or CVV data is included in the message, then the AVS or CVV result code will be returned in the response message. This is useful if you want to determine if you have been presented with a valid card, but are not ready to authorize the card." provider: qualpay method: POST path: "/verify" encoding: json output: { type: "object" additionalProperties: true } }