On This Page 
    Authorizations with a Card Verification Number
    This section shows you how to process an authorization with a Card Verification Number
            (CVN).
CVN Results
            The response includes a raw response code and a mapped response code:
                
- The raw response code is the value returned by the processor. This value is returned in theccAuthReply_cvCodeRawfield. Use this value only for debugging purposes; do not use it to determine the card verification response.
- The mapped response code is the pre-defined value that corresponds to the raw response code. This value is returned in theccAuthReply_cvCodefield.
Even when the CVN does not match the expected value, the issuing bank might still authorize the transaction. You will receive a CVN decline, but you can still capture the transaction because it has been authorized by the bank. However, you must review the order to ensure that it is legitimate.
Settling authorizations that fail the CVN check might have an impact on the fees charged by your bank. Contact your bank for details about how card verification management might affect your discount rate.
When a CVN decline is received for the authorization in a sale request, the capture request is not processed unless you set the 
businessRules_ignoreCVResult
 field to true
.- CVN Results for American Express
- A value of1in theccAuthReply_cvCodefield indicates that your account is not configured to use card verification. Contact customer support to have your account enabled for this feature.
- CVN Results for Discover
- When the CVN does not match, Discover refuses the card and the request is declined. The reply message does not include theccAuthReply_cvCodefield, which indicates that the CVN failed.
- CVN Results for Visa and Mastercard
- A CVN code ofDorNcauses the request to be declined with a reason code value of230. You can still capture the transaction, but you must review the order to ensure that it is legitimate.Cybersource, not the issuer, assigns the CVN decline to the authorization. You can capture any authorization that has a valid authorization code from the issuer, even when the request receives a CVN decline.When the issuer does not authorize the transaction and the CVN does not match, the request is declined because the card is refused. You cannot capture the transaction.
Fields Specific to this Use Case
            Include this field with a standard authorization request when processing an
                authorization with a CVN:
- card_cvNumber
Endpoint
			Set the 
ccAuthService_run
 field to
						true
.Send the request to
						
https://ics2ws.ic3.com/commerce/1.x/transactionProcessor
.