CvnResult
Stay organized with collections
Save and categorize content based on your preferences.
The result of verifying the CVN provided in the request.
Enums |
CVN_RESULT_UNSPECIFIED |
Do not ever set this default value! |
NOT_SENT_UNSUPPORTED_BY_INTEGRATOR |
Google did not provide the CVN, so it could not be verified. If it had been sent the integrator would not have been able to support it. |
NOT_SENT_UNSUPPORTED_BY_NETWORK |
Google did not provide the CVN, so it could not be verified. If it had been sent the network would not have been able to support it. |
NOT_SENT_UNSUPPORTED_BY_ISSUER |
Google did not provide the CVN, so it could not be verified. If it had been sent the issuer would not have been able to support it. |
NOT_SENT_SUPPORTED |
Google did not provide the CVN, so it could not be verified. If it had been sent the integrator would have been able to support it. |
NOT_VERIFIED |
Google sent the CVN, but it was not verified. This corresponds to a network result code of "F" |
MATCH |
Google sent the CVN, it was verified, and it matched. This corresponds to a network result code of "M". |
MISMATCH |
Google sent the CVN, it was verified, but it did not match. This corresponds to a network result code of "N". |
NOT_SPECIFIED |
Google sent the CVN, it was verified but the integrator didn't receive more details about the validation result. |
UNSUPPORTED_BY_INTEGRATOR |
Google sent the CVN, but the integrator does not support CVN verification. |
UNSUPPORTED_BY_NETWORK |
Google sent the CVN to the integrator but the Network does not support CVN verification. |
UNSUPPORTED_BY_ISSUER |
Google sent the CVN to the integrator but the issuer does not support CVN verification. |
SKIPPED_BY_NETWORK |
Google sent the CVN to the integrator but the Network did not return a CVN verification result (due to timeout etc.). |
SKIPPED_BY_ISSUER |
Google sent the CVN to the integrator but the issuer did not perform a CVN verification (due to timeout etc.). |
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-06-09 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-09 UTC."],[[["\u003cp\u003eThis page lists the possible results of Card Verification Number (CVN) verification performed by Google.\u003c/p\u003e\n"],["\u003cp\u003eGoogle might not provide the CVN, leading to a variety of "NOT_SENT" results depending on support from the integrator, network, or issuer.\u003c/p\u003e\n"],["\u003cp\u003eIf Google sends the CVN, the result can be \u003ccode\u003eNOT_VERIFIED\u003c/code\u003e, \u003ccode\u003eMATCH\u003c/code\u003e, \u003ccode\u003eMISMATCH\u003c/code\u003e, or indicate lack of support from the integrator, network, or issuer.\u003c/p\u003e\n"],["\u003cp\u003eSpecific network result codes ("F", "M", "N") correspond to certain CVN verification results.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eSKIPPED_BY_NETWORK\u003c/code\u003e and \u003ccode\u003eSKIPPED_BY_ISSUER\u003c/code\u003e indicate that the network or issuer, respectively, did not return a CVN verification result.\u003c/p\u003e\n"]]],["The provided data outlines possible results of CVN verification. These include scenarios where the CVN was not sent due to lack of support by the integrator, network, or issuer. Other cases cover when a CVN was sent but was not verified, or if it was verified and either matched or mismatched. Lastly, it addresses situations where CVN was unsupported by the integrator, network, or issuer. Some scenarios are also skipped due to a timeout.\n"],null,["# CvnResult\n\nThe result of verifying the CVN provided in the request.\n\n| Enums ||\n|--------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------|\n| `CVN_RESULT_UNSPECIFIED` | Do not ever set this default value! |\n| `NOT_SENT_UNSUPPORTED_BY_INTEGRATOR` | Google did not provide the CVN, so it could not be verified. If it had been sent the integrator would not have been able to support it. |\n| `NOT_SENT_UNSUPPORTED_BY_NETWORK` | Google did not provide the CVN, so it could not be verified. If it had been sent the network would not have been able to support it. |\n| `NOT_SENT_UNSUPPORTED_BY_ISSUER` | Google did not provide the CVN, so it could not be verified. If it had been sent the issuer would not have been able to support it. |\n| `NOT_SENT_SUPPORTED` | Google did not provide the CVN, so it could not be verified. If it had been sent the integrator would have been able to support it. |\n| `NOT_VERIFIED` | Google sent the CVN, but it was not verified. This corresponds to a network result code of \"F\" |\n| `MATCH` | Google sent the CVN, it was verified, and it matched. This corresponds to a network result code of \"M\". |\n| `MISMATCH` | Google sent the CVN, it was verified, but it did not match. This corresponds to a network result code of \"N\". |\n| `NOT_SPECIFIED` | Google sent the CVN, it was verified but the integrator didn't receive more details about the validation result. |\n| `UNSUPPORTED_BY_INTEGRATOR` | Google sent the CVN, but the integrator does not support CVN verification. |\n| `UNSUPPORTED_BY_NETWORK` | Google sent the CVN to the integrator but the Network does not support CVN verification. |\n| `UNSUPPORTED_BY_ISSUER` | Google sent the CVN to the integrator but the issuer does not support CVN verification. |\n| `SKIPPED_BY_NETWORK` | Google sent the CVN to the integrator but the Network did not return a CVN verification result (due to timeout etc.). |\n| `SKIPPED_BY_ISSUER` | Google sent the CVN to the integrator but the issuer did not perform a CVN verification (due to timeout etc.). |"]]