${payment:getCvvResult()}

Gets the CVV2 (card security code) verification result.

The result value may or may not be available under various circumstances on a per-processor basis. However, if supported, it should generally be available within <payment:accepted>, <payment:rejected>, and <payment:held> tags (or when ${payment:isAccepted()}, ${payment:isRejected()}, or ${payment:isHeld()}).

Must be nested in a <payment:payment> tag.

Example

${payment:getCvvResult()}

Function Information

Function Class: com.newmediaworks.taglib.payment.Functions
Function Signature: java.lang.String getCvvResult()
Display Name: None