E-Payment Integrator 2020 Python Edition

Questions / Feedback?

response_cvv Property

Result of the CVV check by PayPal.

Syntax

def get_response_cvv() -> str: ...

response_cvv = property(get_response_cvv, None)

Default Value

""

Remarks

Result of the card_cvv check by PayPal.

If a CVV value was present in the card_cvv property before authorizing the transaction, this one character field will contain the host returned Card Verification Value result code. This is used to help detect fraud. It is up to the merchant to inspect this value and determine whether or not to honor the transaction.

The following is a list of current result codes:

CVV2 CodeMeaningMatched Details
MMatchCVV2
NNo matchNone
PNot processedNot applicable
SService not SupportedNot applicable
UUnavailableNot applicable
XNo responseNot applicable
All othersErrorNot applicable

This property is read-only.

Copyright (c) 2021 /n software inc. - All rights reserved.
E-Payment Integrator 2020 Python Edition - Version 20.0 [Build 7941]