Search Overlay

Simuler des réponses CVV

Afin de simuler une réponse spécifique au code de sécurité de la carte, fournissez une valeur CVV du tableau ci-dessous avec votre transaction.

Valeur CVV

Code de réponse CVVDescription
111MATCHCorrespondance

222

NOT_PROCESSEDNon traité
555

UNKNOWN

Réponse inconnue
666

NO_MATCH

Aucune correspondance

{
"merchantRefNum": "6264bafe-ed2d-4168-8f7c-84375b049598",
"transactionType": "PAYMENT",
"amount": 4,
"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": 111,
"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": "229ddae3-7752-49b5-8010-ca281a5f770f",
"accountId": "1002409460",
"paymentType": "CARD",
"paymentHandleToken": "SCl4tarEuwnStjQa",
"merchantRefNum": "6264bafe-ed2d-4168-8f7c-84375b049598",
"currencyCode": "USD",
"txnTime": "2024-10-17T15:55:20Z",
"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=229ddae3-7752-49b5-8010-ca281a5f770f"
}
],
"amount": 4,
"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"
}
}
Sur cette page