Simulating CVV Responses
In order to simulate a specific card security code response, provide a CVV value from the table below with your transaction.
CVV Value | CVV Response Code | Description |
---|---|---|
111 | MATCH | Match |
222 | NOT_PROCESSED | Not processed |
555 | UKNOWN | Unknown response |
666 | NO_MATCH | No match |
{
"merchantRefNum": "5dc36216-51d8-4f07-8c92-aa8876a8d9c6",
"transactionType": "PAYMENT",
"amount": 567,
"threeDs": {
"merchantUrl": "https://example.com",
"deviceChannel": "BROWSER",
"messageCategory": "PAYMENT",
"transactionIntent": "GOODS_OR_SERVICE_PURCHASE",
"authenticationPurpose": "PAYMENT_TRANSACTION"
},
"accountId": "1002409460",
"card": {
"cardNum": "4000000000002503",
"cardExpiry": {
"month": "02",
"year": "2026"
},
"cvv": 666,
"holderName": "John Doe"
},
"profile": {
"firstName": "John",
"lastName": "Doe",
"email": "john.doe@paysafe.com"
},
"paymentType": "CARD",
"currencyCode": "USD",
"customerIp": "172.0.0.1",
"billingDetails": {
"nickName": "Home",
"street": "5335 Gate Pkwy",
"city": "Jacksonville",
"zip": "32256",
"country": "US",
"state": "FL"
},
"returnLinks": [
{
"rel": "on_completed",
"href": "https://www.example.com/completed/",
"method": "GET"
},
{
"rel": "on_failed",
"href": "https://www.example.com/failed/",
"method": "GET"
},
{
"rel": "default",
"href": "https://www.example.com/failed/",
"method": "GET"
}
]
}
{
"id": "468a0d39-2b94-4157-b5c5-c56e40cf4cb0",
"accountId": "1002409460",
"paymentType": "CARD",
"paymentHandleToken": "SCgxLSGY2jdahCxn",
"merchantRefNum": "5dc36216-51d8-4f07-8c92-aa8876a8d9c6",
"currencyCode": "USD",
"txnTime": "2024-10-18T09:46:00Z",
"billingDetails": {
"nickName": "Home",
"street": "5335 Gate Pkwy",
"city": "Jacksonville",
"zip": "32256",
"state": "FL",
"country": "US"
},
"customerIp": "172.0.0.1",
"status": "INITIATED",
"links": [
{
"method": "GET",
"rel": "redirect_payment",
"href": "https://hosted.test.paysafe.com/cardadapter/v1/authentication/app/index.html?id=468a0d39-2b94-4157-b5c5-c56e40cf4cb0"
}
],
"amount": 567,
"action": "REDIRECT",
"usage": "SINGLE_USE",
"timeToLiveSeconds": 299,
"transactionType": "PAYMENT",
"executionMode": "SYNCHRONOUS",
"profile": {
"locale": "en",
"firstName": "John",
"lastName": "Doe",
"email": "john.doe@paysafe.com"
},
"card": {
"cardExpiry": {
"month": "2",
"year": "2026"
},
"holderName": "John Doe",
"cardType": "VI",
"cardBin": "400000",
"lastDigits": "2503",
"cardCategory": "DEBIT",
"issuingCountry": "US"
},
"returnLinks": [
{
"method": "GET",
"rel": "on_completed",
"href": "https://www.example.com/completed/"
},
{
"method": "GET",
"rel": "on_failed",
"href": "https://www.example.com/failed/"
},
{
"method": "GET",
"rel": "default",
"href": "https://www.example.com/failed/"
}
],
"skip3ds": false,
"threeDs": {
"merchantUrl": "https://example.com",
"deviceChannel": "BROWSER",
"messageCategory": "PAYMENT",
"transactionIntent": "GOODS_OR_SERVICE_PURCHASE",
"authenticationPurpose": "PAYMENT_TRANSACTION"
}
}
{
"merchantRefNum": "a2d6f699-2e84-47fe-a892-8f431ae8b06f",
"amount": 567,
"currencyCode": "USD",
"dupCheck": true,
"settleWithAuth": true,
"paymentHandleToken": "SCgxLSGY2jdahCxn",
"customerIp": "127.0.0.1",
"description": "Paysafe Casino"
}
{
"error": {
"code": "3019",
"message": "Your request has failed the CVV check. Please note that the amount may still have been reserved on the customer's card, in which case it will be released in 3-5 business days.",
"additionalDetails": [
{
"type": "ADVICE",
"code": "ADVICE-06",
"message": "Undefined response."
},
{
"type": "ISO_RESPONSE",
"code": "00",
"message": "APPROVED"
}
]
},
"id": "03f252f9-1c6c-446b-92af-9e09b914cedc",
"merchantRefNum": "a2d6f699-2e84-47fe-a892-8f431ae8b06f",
"settleWithAuth": true,
"riskReasonCode": [
1010
],
"cvvVerification": "NO_MATCH",
"gatewayResponse": {
"cvvVerification": "NO_MATCH"
}
}
Was this page helpful?
On this Page