Error messageCVV: missing or invalid format
DescriptionThe card verification code information provided for the card registration is either invalid or missing.
Categories
Card registration

Causes

This error may occur when the end user:

  • Doesn’t provide the card verification code
  • Provides an erroneous card verification code

What to do

In such cases, end users need to check their card information and retry.

Example

In the example below, the end-user tried to register a card with an invalid card validation code (4 numbers instead of 3 for this card product).

API Response
{
    "Id": "155863175",
    "Tag": null,
    "CreationDate": 1668096286,
    "UserId": "114347725",
    "AccessKey": "1X0m87dmM2LiwFgxPLBJ",
    "PreregistrationData": "XBDYiG8w9PrylPS01KmupXRliXJKdhv4qIxuLTILhYGx1ZSk-7UTfl_7827seZIJ2ddFLVXdicolcUIkv_kKEA",
    "RegistrationData": "errorCode=02627",
    "CardId": null,
    "CardType": "CB_VISA_MASTERCARD",
    "CardRegistrationURL": "https://pci.sandbox.mangopay.com/api/mangopay/vault/tokenize/eyJjbGllbnQiOiJjbGllbnRJZCIsInRva2VuIjoidW5xaXVlVG9rZW4ifQ==",
    "ResultCode": "105204",
    "ResultMessage": "CVV: missing or invalid format",
    "Currency": "EUR",
    "Status": "ERROR"
}