vantiv 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +5 -5
- data/.gitignore +1 -0
- data/.ruby-version +1 -1
- data/.travis.yml +2 -0
- data/CHANGELOG.md +7 -3
- data/README.md +4 -4
- data/bin/generate_sandbox_fixtures +2 -1
- data/exe/vantiv-certify-app +9 -30
- data/lib/vantiv.rb +17 -4
- data/lib/vantiv/api/address.rb +9 -2
- data/lib/vantiv/api/live_transaction_response.rb +4 -0
- data/lib/vantiv/api/request.rb +14 -8
- data/lib/vantiv/api/request_body.rb +6 -3
- data/lib/vantiv/api/response.rb +6 -6
- data/lib/vantiv/api/response_body.rb +13 -4
- data/lib/vantiv/api/transaction.rb +22 -4
- data/lib/vantiv/api/transaction_request_representer_xml.rb +4 -0
- data/lib/vantiv/api/transaction_response.rb +22 -3
- data/lib/vantiv/api/transaction_response_representer.rb +2 -0
- data/lib/vantiv/api/transaction_response_representer_xml.rb +2 -0
- data/lib/vantiv/certification/paypage_driver.rb +7 -1
- data/lib/vantiv/certification/views/index.html.erb +1 -1
- data/lib/vantiv/environment.rb +10 -5
- data/lib/vantiv/mocked_sandbox/api_request.rb +0 -2
- data/lib/vantiv/mocked_sandbox/fixture_generator.rb +11 -0
- data/lib/vantiv/mocked_sandbox/fixtures/auth--4457000300000007.json +8 -11
- data/lib/vantiv/mocked_sandbox/fixtures/auth--4457000301100004.json +8 -11
- data/lib/vantiv/mocked_sandbox/fixtures/auth--4457002100000005.json +7 -10
- data/lib/vantiv/mocked_sandbox/fixtures/auth--4457010000000009.json +7 -10
- data/lib/vantiv/mocked_sandbox/fixtures/auth--5112000101110009.json +8 -11
- data/lib/vantiv/mocked_sandbox/fixtures/auth--5112001600000006.json +7 -10
- data/lib/vantiv/mocked_sandbox/fixtures/auth--5112001900000003.json +7 -10
- data/lib/vantiv/mocked_sandbox/fixtures/auth_capture--4457000300000007.json +8 -11
- data/lib/vantiv/mocked_sandbox/fixtures/auth_capture--4457000301100004.json +8 -11
- data/lib/vantiv/mocked_sandbox/fixtures/auth_capture--4457002100000005.json +7 -10
- data/lib/vantiv/mocked_sandbox/fixtures/auth_capture--4457010000000009.json +7 -10
- data/lib/vantiv/mocked_sandbox/fixtures/auth_capture--5112000101110009.json +8 -11
- data/lib/vantiv/mocked_sandbox/fixtures/auth_capture--5112001600000006.json +7 -10
- data/lib/vantiv/mocked_sandbox/fixtures/auth_capture--5112001900000003.json +7 -10
- data/lib/vantiv/mocked_sandbox/fixtures/auth_reversal.json +6 -9
- data/lib/vantiv/mocked_sandbox/fixtures/capture.json +6 -9
- data/lib/vantiv/mocked_sandbox/fixtures/credit.json +6 -9
- data/lib/vantiv/mocked_sandbox/fixtures/refund--4457000300000007.json +6 -10
- data/lib/vantiv/mocked_sandbox/fixtures/refund--4457000301100004.json +6 -10
- data/lib/vantiv/mocked_sandbox/fixtures/refund--4457002100000005.json +6 -10
- data/lib/vantiv/mocked_sandbox/fixtures/refund--4457010000000009.json +6 -10
- data/lib/vantiv/mocked_sandbox/fixtures/refund--5112000101110009.json +6 -10
- data/lib/vantiv/mocked_sandbox/fixtures/refund--5112001600000006.json +6 -10
- data/lib/vantiv/mocked_sandbox/fixtures/refund--5112001900000003.json +6 -10
- data/lib/vantiv/mocked_sandbox/fixtures/tokenize--RGFQNCt6U1d1M21SeVByVTM4dHlHb1FsVkUrSmpnWXhNY0o5UkMzRlZFanZiUHVnYjN1enJXbG1WSDF4aXlNc.json +5 -4
- data/lib/vantiv/mocked_sandbox/fixtures/tokenize--account-updater-account-closed-token.json +20 -0
- data/lib/vantiv/mocked_sandbox/fixtures/tokenize--account-updater-contact-cardholder-token.json +20 -0
- data/lib/vantiv/mocked_sandbox/fixtures/tokenize--account-updater-token.json +20 -0
- data/lib/vantiv/mocked_sandbox/fixtures/tokenize--expired-card-token.json +20 -0
- data/lib/vantiv/mocked_sandbox/fixtures/tokenize--insufficient-funds-token.json +20 -0
- data/lib/vantiv/mocked_sandbox/fixtures/tokenize--invalid-account-number-token.json +20 -0
- data/lib/vantiv/mocked_sandbox/fixtures/tokenize--mocked-valid-temporary-token.json +6 -9
- data/lib/vantiv/mocked_sandbox/fixtures/tokenize--pDZJcmd1VjNlYXNaSlRMTGpocVZQY1NWVXE4Z W5UTko4NU9KK3p1L1p1Vzg4YzVPQVlSUHNITG1 JN2I0Nzl.json +5 -4
- data/lib/vantiv/mocked_sandbox/fixtures/tokenize--valid-account-token.json +20 -0
- data/lib/vantiv/mocked_sandbox/fixtures/tokenize_by_direct_post--4457000300000007.json +6 -9
- data/lib/vantiv/mocked_sandbox/fixtures/tokenize_by_direct_post--4457000301100004.json +6 -9
- data/lib/vantiv/mocked_sandbox/fixtures/tokenize_by_direct_post--4457002100000005.json +6 -9
- data/lib/vantiv/mocked_sandbox/fixtures/tokenize_by_direct_post--4457010000000009.json +6 -9
- data/lib/vantiv/mocked_sandbox/fixtures/tokenize_by_direct_post--4457010010900010.json +6 -8
- data/lib/vantiv/mocked_sandbox/fixtures/tokenize_by_direct_post--5112000101110009.json +6 -9
- data/lib/vantiv/mocked_sandbox/fixtures/tokenize_by_direct_post--5112001600000006.json +6 -9
- data/lib/vantiv/mocked_sandbox/fixtures/tokenize_by_direct_post--5112001900000003.json +6 -9
- data/lib/vantiv/mocked_sandbox/fixtures/void.json +6 -9
- data/lib/vantiv/mocked_sandbox/mocked_response_representer.rb +1 -0
- data/lib/vantiv/paypage.rb +17 -3
- data/lib/vantiv/response_code_map.rb +960 -0
- data/lib/vantiv/test_card.rb +73 -81
- data/lib/vantiv/version.rb +1 -1
- data/vantiv-ruby.gemspec +3 -2
- metadata +32 -10
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"httpok": true,
|
|
3
|
+
"http_response_code": "200",
|
|
4
|
+
"body": {
|
|
5
|
+
"litleOnlineResponse": {
|
|
6
|
+
"@message": "Valid Format",
|
|
7
|
+
"@response": "0",
|
|
8
|
+
"@version": "10.5",
|
|
9
|
+
"registerTokenResponse": {
|
|
10
|
+
"response": "802",
|
|
11
|
+
"responseTime": "2018-10-17T15:34:09",
|
|
12
|
+
"message": "Account number was previously registered",
|
|
13
|
+
"TransactionID": "82924261923636186",
|
|
14
|
+
"Type": "VI",
|
|
15
|
+
"PaymentAccountID": "1111111111120007"
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
"raw_body": "<litleOnlineResponse version=\"10.5\" xmlns=\"http://www.litle.com/schema\"\n response=\"0\" message=\"Valid Format\">\n <registerTokenResponse id=\"7ae867d75f2a8cdc28016692\" reportGroup=\"1\">\n <litleTxnId>82924261923636186</litleTxnId>\n <litleToken>1111000242220007</litleToken>\n <response>802</response>\n <responseTime>2018-10-17T15:34:09</responseTime>\n <message>Account number was previously registered</message>\n <bin>445700</bin>\n <type>VI</type>\n </registerTokenResponse>\n</litleOnlineResponse>\n"
|
|
20
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"httpok": true,
|
|
3
|
+
"http_response_code": "200",
|
|
4
|
+
"body": {
|
|
5
|
+
"litleOnlineResponse": {
|
|
6
|
+
"@message": "Valid Format",
|
|
7
|
+
"@response": "0",
|
|
8
|
+
"@version": "10.5",
|
|
9
|
+
"registerTokenResponse": {
|
|
10
|
+
"response": "802",
|
|
11
|
+
"responseTime": "2018-10-17T15:34:08",
|
|
12
|
+
"message": "Account number was previously registered",
|
|
13
|
+
"TransactionID": "82924261923636020",
|
|
14
|
+
"Type": "MC",
|
|
15
|
+
"PaymentAccountID": "1111111111140003"
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
"raw_body": "<litleOnlineResponse version=\"10.5\" xmlns=\"http://www.litle.com/schema\"\n response=\"0\" message=\"Valid Format\">\n <registerTokenResponse id=\"22625b1585ac8971cc29cde1\" reportGroup=\"1\">\n <litleTxnId>82924261923636020</litleTxnId>\n <litleToken>1112000232190003</litleToken>\n <response>802</response>\n <responseTime>2018-10-17T15:34:08</responseTime>\n <message>Account number was previously registered</message>\n <bin>511200</bin>\n <type>MC</type>\n </registerTokenResponse>\n</litleOnlineResponse>\n"
|
|
20
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"httpok": true,
|
|
3
|
+
"http_response_code": "200",
|
|
4
|
+
"body": {
|
|
5
|
+
"litleOnlineResponse": {
|
|
6
|
+
"@message": "Valid Format",
|
|
7
|
+
"@response": "0",
|
|
8
|
+
"@version": "10.5",
|
|
9
|
+
"registerTokenResponse": {
|
|
10
|
+
"response": "802",
|
|
11
|
+
"responseTime": "2018-10-17T15:34:07",
|
|
12
|
+
"message": "Account number was previously registered",
|
|
13
|
+
"TransactionID": "82924261923635873",
|
|
14
|
+
"Type": "VI",
|
|
15
|
+
"PaymentAccountID": "1111111111120005"
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
"raw_body": "<litleOnlineResponse version=\"10.5\" xmlns=\"http://www.litle.com/schema\"\n response=\"0\" message=\"Valid Format\">\n <registerTokenResponse id=\"fcf2b2b135c3b007f3d4d4d0\" reportGroup=\"1\">\n <litleTxnId>82924261923635873</litleTxnId>\n <litleToken>1111000232000005</litleToken>\n <response>802</response>\n <responseTime>2018-10-17T15:34:07</responseTime>\n <message>Account number was previously registered</message>\n <bin>445700</bin>\n <type>VI</type>\n </registerTokenResponse>\n</litleOnlineResponse>\n"
|
|
20
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"httpok": true,
|
|
3
|
+
"http_response_code": "200",
|
|
4
|
+
"body": {
|
|
5
|
+
"litleOnlineResponse": {
|
|
6
|
+
"@message": "Valid Format",
|
|
7
|
+
"@response": "0",
|
|
8
|
+
"@version": "10.5",
|
|
9
|
+
"registerTokenResponse": {
|
|
10
|
+
"response": "802",
|
|
11
|
+
"responseTime": "2018-10-17T15:34:06",
|
|
12
|
+
"message": "Account number was previously registered",
|
|
13
|
+
"TransactionID": "82924261923635709",
|
|
14
|
+
"Type": "MC",
|
|
15
|
+
"PaymentAccountID": "1111111111130006"
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
"raw_body": "<litleOnlineResponse version=\"10.5\" xmlns=\"http://www.litle.com/schema\"\n response=\"0\" message=\"Valid Format\">\n <registerTokenResponse id=\"f117cd8c7e66556d1065058e\" reportGroup=\"1\">\n <litleTxnId>82924261923635709</litleTxnId>\n <litleToken>1112000230000006</litleToken>\n <response>802</response>\n <responseTime>2018-10-17T15:34:06</responseTime>\n <message>Account number was previously registered</message>\n <bin>511200</bin>\n <type>MC</type>\n </registerTokenResponse>\n</litleOnlineResponse>\n"
|
|
20
|
+
}
|
|
@@ -5,19 +5,16 @@
|
|
|
5
5
|
"litleOnlineResponse": {
|
|
6
6
|
"@message": "Valid Format",
|
|
7
7
|
"@response": "0",
|
|
8
|
-
"@version": "10.
|
|
8
|
+
"@version": "10.5",
|
|
9
9
|
"registerTokenResponse": {
|
|
10
10
|
"response": "802",
|
|
11
|
-
"responseTime": "
|
|
12
|
-
"@id": "ec60ccc0262f8c13b262b66d",
|
|
11
|
+
"responseTime": "2018-10-17T15:34:00",
|
|
13
12
|
"message": "Account number was previously registered",
|
|
14
|
-
"
|
|
15
|
-
"TransactionID": "82918655926355538",
|
|
13
|
+
"TransactionID": "82924261922653604",
|
|
16
14
|
"Type": "VI",
|
|
17
|
-
"bin": "445701",
|
|
18
15
|
"PaymentAccountID": "1111111111110009"
|
|
19
16
|
}
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
"raw_body": "<litleOnlineResponse version=\"10.5\" xmlns=\"http://www.litle.com/schema\"\n response=\"0\" message=\"Valid Format\">\n <registerTokenResponse id=\"7680c24e66d5dbc144682400\" reportGroup=\"1\">\n <litleTxnId>82924261922653604</litleTxnId>\n <litleToken>1111000229350009</litleToken>\n <response>802</response>\n <responseTime>2018-10-17T15:34:00</responseTime>\n <message>Account number was previously registered</message>\n <bin>445701</bin>\n <type>VI</type>\n </registerTokenResponse>\n</litleOnlineResponse>\n"
|
|
23
20
|
}
|
|
@@ -5,13 +5,14 @@
|
|
|
5
5
|
"litleOnlineResponse": {
|
|
6
6
|
"@message": "Valid Format",
|
|
7
7
|
"@response": "0",
|
|
8
|
-
"@version": "10.
|
|
8
|
+
"@version": "10.5",
|
|
9
9
|
"registerTokenResponse": {
|
|
10
10
|
"response": "877",
|
|
11
|
-
"responseTime": "
|
|
11
|
+
"responseTime": "2018-10-17T15:33:58",
|
|
12
12
|
"message": "Invalid paypage registration id",
|
|
13
|
-
"TransactionID": "
|
|
13
|
+
"TransactionID": "82924261922653307"
|
|
14
14
|
}
|
|
15
15
|
}
|
|
16
|
-
}
|
|
16
|
+
},
|
|
17
|
+
"raw_body": "<litleOnlineResponse version=\"10.5\" xmlns=\"http://www.litle.com/schema\"\n response=\"0\" message=\"Valid Format\">\n <registerTokenResponse id=\"2d6a66c4e7dca489a730802d\" reportGroup=\"1\">\n <litleTxnId>82924261922653307</litleTxnId>\n <response>877</response>\n <responseTime>2018-10-17T15:33:58</responseTime>\n <message>Invalid paypage registration id</message>\n </registerTokenResponse>\n</litleOnlineResponse>\n"
|
|
17
18
|
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"httpok": true,
|
|
3
|
+
"http_response_code": "200",
|
|
4
|
+
"body": {
|
|
5
|
+
"litleOnlineResponse": {
|
|
6
|
+
"@message": "Valid Format",
|
|
7
|
+
"@response": "0",
|
|
8
|
+
"@version": "10.5",
|
|
9
|
+
"registerTokenResponse": {
|
|
10
|
+
"response": "802",
|
|
11
|
+
"responseTime": "2018-10-17T15:34:00",
|
|
12
|
+
"message": "Account number was previously registered",
|
|
13
|
+
"TransactionID": "82924261922653729",
|
|
14
|
+
"Type": "VI",
|
|
15
|
+
"PaymentAccountID": "1111111111110009"
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
"raw_body": "<litleOnlineResponse version=\"10.5\" xmlns=\"http://www.litle.com/schema\"\n response=\"0\" message=\"Valid Format\">\n <registerTokenResponse id=\"53e7f04579e8ea92b047a3a6\" reportGroup=\"1\">\n <litleTxnId>82924261922653729</litleTxnId>\n <litleToken>1111000229350009</litleToken>\n <response>802</response>\n <responseTime>2018-10-17T15:34:00</responseTime>\n <message>Account number was previously registered</message>\n <bin>445701</bin>\n <type>VI</type>\n </registerTokenResponse>\n</litleOnlineResponse>\n"
|
|
20
|
+
}
|
|
@@ -5,19 +5,16 @@
|
|
|
5
5
|
"litleOnlineResponse": {
|
|
6
6
|
"@message": "Valid Format",
|
|
7
7
|
"@response": "0",
|
|
8
|
-
"@version": "10.
|
|
8
|
+
"@version": "10.5",
|
|
9
9
|
"registerTokenResponse": {
|
|
10
10
|
"response": "802",
|
|
11
|
-
"responseTime": "
|
|
12
|
-
"@id": "9cecf59028b0c574b77d39f8",
|
|
11
|
+
"responseTime": "2018-10-17T15:34:20",
|
|
13
12
|
"message": "Account number was previously registered",
|
|
14
|
-
"
|
|
15
|
-
"TransactionID": "82918655929057339",
|
|
13
|
+
"TransactionID": "82924261924619157",
|
|
16
14
|
"Type": "VI",
|
|
17
|
-
"bin": "445700",
|
|
18
15
|
"PaymentAccountID": "1111111111120007"
|
|
19
16
|
}
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
"raw_body": "<litleOnlineResponse version=\"10.5\" xmlns=\"http://www.litle.com/schema\"\n response=\"0\" message=\"Valid Format\">\n <registerTokenResponse id=\"af8b178e2a770a2304e19a93\" reportGroup=\"1\">\n <litleTxnId>82924261924619157</litleTxnId>\n <litleToken>1111000242220007</litleToken>\n <response>802</response>\n <responseTime>2018-10-17T15:34:20</responseTime>\n <message>Account number was previously registered</message>\n <bin>445700</bin>\n <type>VI</type>\n </registerTokenResponse>\n</litleOnlineResponse>\n"
|
|
23
20
|
}
|
|
@@ -5,19 +5,16 @@
|
|
|
5
5
|
"litleOnlineResponse": {
|
|
6
6
|
"@message": "Valid Format",
|
|
7
7
|
"@response": "0",
|
|
8
|
-
"@version": "10.
|
|
8
|
+
"@version": "10.5",
|
|
9
9
|
"registerTokenResponse": {
|
|
10
10
|
"response": "802",
|
|
11
|
-
"responseTime": "
|
|
12
|
-
"@id": "006e6173df8360c98e86b703",
|
|
11
|
+
"responseTime": "2018-10-17T15:34:22",
|
|
13
12
|
"message": "Account number was previously registered",
|
|
14
|
-
"
|
|
15
|
-
"TransactionID": "82918655929057529",
|
|
13
|
+
"TransactionID": "82924261924619611",
|
|
16
14
|
"Type": "VI",
|
|
17
|
-
"bin": "445700",
|
|
18
15
|
"PaymentAccountID": "1111111111130004"
|
|
19
16
|
}
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
"raw_body": "<litleOnlineResponse version=\"10.5\" xmlns=\"http://www.litle.com/schema\"\n response=\"0\" message=\"Valid Format\">\n <registerTokenResponse id=\"abe5f22d67478af6d171eeac\" reportGroup=\"1\">\n <litleTxnId>82924261924619611</litleTxnId>\n <litleToken>1111000242330004</litleToken>\n <response>802</response>\n <responseTime>2018-10-17T15:34:22</responseTime>\n <message>Account number was previously registered</message>\n <bin>445700</bin>\n <type>VI</type>\n </registerTokenResponse>\n</litleOnlineResponse>\n"
|
|
23
20
|
}
|
|
@@ -5,19 +5,16 @@
|
|
|
5
5
|
"litleOnlineResponse": {
|
|
6
6
|
"@message": "Valid Format",
|
|
7
7
|
"@response": "0",
|
|
8
|
-
"@version": "10.
|
|
8
|
+
"@version": "10.5",
|
|
9
9
|
"registerTokenResponse": {
|
|
10
10
|
"response": "802",
|
|
11
|
-
"responseTime": "
|
|
12
|
-
"@id": "b44d0f62846d0a771449f07b",
|
|
11
|
+
"responseTime": "2018-10-17T15:34:17",
|
|
13
12
|
"message": "Account number was previously registered",
|
|
14
|
-
"
|
|
15
|
-
"TransactionID": "82918655926355785",
|
|
13
|
+
"TransactionID": "82924261924618548",
|
|
16
14
|
"Type": "VI",
|
|
17
|
-
"bin": "445700",
|
|
18
15
|
"PaymentAccountID": "1111111111120005"
|
|
19
16
|
}
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
"raw_body": "<litleOnlineResponse version=\"10.5\" xmlns=\"http://www.litle.com/schema\"\n response=\"0\" message=\"Valid Format\">\n <registerTokenResponse id=\"c82a475efe6af7961c8b4336\" reportGroup=\"1\">\n <litleTxnId>82924261924618548</litleTxnId>\n <litleToken>1111000232000005</litleToken>\n <response>802</response>\n <responseTime>2018-10-17T15:34:17</responseTime>\n <message>Account number was previously registered</message>\n <bin>445700</bin>\n <type>VI</type>\n </registerTokenResponse>\n</litleOnlineResponse>\n"
|
|
23
20
|
}
|
|
@@ -5,19 +5,16 @@
|
|
|
5
5
|
"litleOnlineResponse": {
|
|
6
6
|
"@message": "Valid Format",
|
|
7
7
|
"@response": "0",
|
|
8
|
-
"@version": "10.
|
|
8
|
+
"@version": "10.5",
|
|
9
9
|
"registerTokenResponse": {
|
|
10
10
|
"response": "802",
|
|
11
|
-
"responseTime": "
|
|
12
|
-
"@id": "3e2e163cf7b5038a36e9c062",
|
|
11
|
+
"responseTime": "2018-10-17T15:34:14",
|
|
13
12
|
"message": "Account number was previously registered",
|
|
14
|
-
"
|
|
15
|
-
"TransactionID": "82918655926355546",
|
|
13
|
+
"TransactionID": "82924261923636970",
|
|
16
14
|
"Type": "VI",
|
|
17
|
-
"bin": "445701",
|
|
18
15
|
"PaymentAccountID": "1111111111110009"
|
|
19
16
|
}
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
"raw_body": "<litleOnlineResponse version=\"10.5\" xmlns=\"http://www.litle.com/schema\"\n response=\"0\" message=\"Valid Format\">\n <registerTokenResponse id=\"9325725cba303004eeacce88\" reportGroup=\"1\">\n <litleTxnId>82924261923636970</litleTxnId>\n <litleToken>1111000229350009</litleToken>\n <response>802</response>\n <responseTime>2018-10-17T15:34:14</responseTime>\n <message>Account number was previously registered</message>\n <bin>445701</bin>\n <type>VI</type>\n </registerTokenResponse>\n</litleOnlineResponse>\n"
|
|
23
20
|
}
|
|
@@ -5,16 +5,14 @@
|
|
|
5
5
|
"litleOnlineResponse": {
|
|
6
6
|
"@message": "Valid Format",
|
|
7
7
|
"@response": "0",
|
|
8
|
-
"@version": "10.
|
|
8
|
+
"@version": "10.5",
|
|
9
9
|
"registerTokenResponse": {
|
|
10
10
|
"response": "820",
|
|
11
|
-
"responseTime": "
|
|
12
|
-
"@id": "557e2677ea2a999c55fd3eee",
|
|
11
|
+
"responseTime": "2018-10-17T15:34:16",
|
|
13
12
|
"message": "Credit card number was invalid",
|
|
14
|
-
"
|
|
15
|
-
"TransactionID": "82918655926355686"
|
|
13
|
+
"TransactionID": "82924261924618332"
|
|
16
14
|
}
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"raw_body": "<litleOnlineResponse version=\"10.5\" xmlns=\"http://www.litle.com/schema\"\n response=\"0\" message=\"Valid Format\">\n <registerTokenResponse id=\"d078473c2e61ef4e9c8c6ae3\" reportGroup=\"1\">\n <litleTxnId>82924261924618332</litleTxnId>\n <response>820</response>\n <responseTime>2018-10-17T15:34:16</responseTime>\n <message>Credit card number was invalid</message>\n </registerTokenResponse>\n</litleOnlineResponse>\n"
|
|
20
18
|
}
|
|
@@ -5,19 +5,16 @@
|
|
|
5
5
|
"litleOnlineResponse": {
|
|
6
6
|
"@message": "Valid Format",
|
|
7
7
|
"@response": "0",
|
|
8
|
-
"@version": "10.
|
|
8
|
+
"@version": "10.5",
|
|
9
9
|
"registerTokenResponse": {
|
|
10
10
|
"response": "802",
|
|
11
|
-
"responseTime": "
|
|
12
|
-
"@id": "5668ca4fb1542793ab876f0b",
|
|
11
|
+
"responseTime": "2018-10-17T15:34:21",
|
|
13
12
|
"message": "Account number was previously registered",
|
|
14
|
-
"
|
|
15
|
-
"TransactionID": "82918655929057396",
|
|
13
|
+
"TransactionID": "82924261924619280",
|
|
16
14
|
"Type": "MC",
|
|
17
|
-
"bin": "511200",
|
|
18
15
|
"PaymentAccountID": "1111111111160009"
|
|
19
16
|
}
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
"raw_body": "<litleOnlineResponse version=\"10.5\" xmlns=\"http://www.litle.com/schema\"\n response=\"0\" message=\"Valid Format\">\n <registerTokenResponse id=\"823797e1c3b8fc6313ea2454\" reportGroup=\"1\">\n <litleTxnId>82924261924619280</litleTxnId>\n <litleToken>1112000239160009</litleToken>\n <response>802</response>\n <responseTime>2018-10-17T15:34:21</responseTime>\n <message>Account number was previously registered</message>\n <bin>511200</bin>\n <type>MC</type>\n </registerTokenResponse>\n</litleOnlineResponse>\n"
|
|
23
20
|
}
|
|
@@ -5,19 +5,16 @@
|
|
|
5
5
|
"litleOnlineResponse": {
|
|
6
6
|
"@message": "Valid Format",
|
|
7
7
|
"@response": "0",
|
|
8
|
-
"@version": "10.
|
|
8
|
+
"@version": "10.5",
|
|
9
9
|
"registerTokenResponse": {
|
|
10
10
|
"response": "802",
|
|
11
|
-
"responseTime": "
|
|
12
|
-
"@id": "2d6333fcb0939c6a0642a9f0",
|
|
11
|
+
"responseTime": "2018-10-17T15:34:16",
|
|
13
12
|
"message": "Account number was previously registered",
|
|
14
|
-
"
|
|
15
|
-
"TransactionID": "82918655926355694",
|
|
13
|
+
"TransactionID": "82924261924618357",
|
|
16
14
|
"Type": "MC",
|
|
17
|
-
"bin": "511200",
|
|
18
15
|
"PaymentAccountID": "1111111111130006"
|
|
19
16
|
}
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
"raw_body": "<litleOnlineResponse version=\"10.5\" xmlns=\"http://www.litle.com/schema\"\n response=\"0\" message=\"Valid Format\">\n <registerTokenResponse id=\"46a6158e063e517f71c71064\" reportGroup=\"1\">\n <litleTxnId>82924261924618357</litleTxnId>\n <litleToken>1112000230000006</litleToken>\n <response>802</response>\n <responseTime>2018-10-17T15:34:16</responseTime>\n <message>Account number was previously registered</message>\n <bin>511200</bin>\n <type>MC</type>\n </registerTokenResponse>\n</litleOnlineResponse>\n"
|
|
23
20
|
}
|
|
@@ -5,19 +5,16 @@
|
|
|
5
5
|
"litleOnlineResponse": {
|
|
6
6
|
"@message": "Valid Format",
|
|
7
7
|
"@response": "0",
|
|
8
|
-
"@version": "10.
|
|
8
|
+
"@version": "10.5",
|
|
9
9
|
"registerTokenResponse": {
|
|
10
10
|
"response": "802",
|
|
11
|
-
"responseTime": "
|
|
12
|
-
"@id": "300d612db36242dbfefa842d",
|
|
11
|
+
"responseTime": "2018-10-17T15:34:19",
|
|
13
12
|
"message": "Account number was previously registered",
|
|
14
|
-
"
|
|
15
|
-
"TransactionID": "82918655926355884",
|
|
13
|
+
"TransactionID": "82924261924618910",
|
|
16
14
|
"Type": "MC",
|
|
17
|
-
"bin": "511200",
|
|
18
15
|
"PaymentAccountID": "1111111111140003"
|
|
19
16
|
}
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
"raw_body": "<litleOnlineResponse version=\"10.5\" xmlns=\"http://www.litle.com/schema\"\n response=\"0\" message=\"Valid Format\">\n <registerTokenResponse id=\"5ad347d64d687843ed65ab9c\" reportGroup=\"1\">\n <litleTxnId>82924261924618910</litleTxnId>\n <litleToken>1112000232190003</litleToken>\n <response>802</response>\n <responseTime>2018-10-17T15:34:19</responseTime>\n <message>Account number was previously registered</message>\n <bin>511200</bin>\n <type>MC</type>\n </registerTokenResponse>\n</litleOnlineResponse>\n"
|
|
23
20
|
}
|
|
@@ -5,17 +5,14 @@
|
|
|
5
5
|
"litleOnlineResponse": {
|
|
6
6
|
"@message": "Valid Format",
|
|
7
7
|
"@response": "0",
|
|
8
|
-
"@version": "10.
|
|
8
|
+
"@version": "10.5",
|
|
9
9
|
"voidResponse": {
|
|
10
10
|
"response": "001",
|
|
11
|
-
"responseTime": "
|
|
12
|
-
"postDate": "2016-08-16",
|
|
13
|
-
"@id": "824604cfdb181d7902e1a31c",
|
|
11
|
+
"responseTime": "2018-10-17T15:34:25",
|
|
14
12
|
"message": "Transaction Received",
|
|
15
|
-
"
|
|
16
|
-
"TransactionID": "82918655929057750"
|
|
13
|
+
"TransactionID": "82924261924620031"
|
|
17
14
|
}
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"raw_body": "<litleOnlineResponse version=\"10.5\" xmlns=\"http://www.litle.com/schema\"\n response=\"0\" message=\"Valid Format\">\n <voidResponse id=\"8ffece8c8a45a2b21c0b781d\" reportGroup=\"1\">\n <litleTxnId>82924261924620031</litleTxnId>\n <response>001</response>\n <responseTime>2018-10-17T15:34:25</responseTime>\n <postDate>2018-10-17</postDate>\n <message>Transaction Received</message>\n </voidResponse>\n</litleOnlineResponse>\n"
|
|
21
18
|
}
|
data/lib/vantiv/paypage.rb
CHANGED
|
@@ -1,11 +1,25 @@
|
|
|
1
1
|
module Vantiv
|
|
2
2
|
module Paypage
|
|
3
|
-
def self.
|
|
3
|
+
def self.root_uri
|
|
4
4
|
if Vantiv::Environment.production?
|
|
5
|
-
"https://request.
|
|
5
|
+
"https://request.eprotect.vantivcnp.com"
|
|
6
|
+
elsif Vantiv::Environment.postcertification?
|
|
7
|
+
"https://request.eprotect.vantivpostlive.com"
|
|
6
8
|
else
|
|
7
|
-
"https://request
|
|
9
|
+
"https://request.eprotect.vantivprelive.com"
|
|
8
10
|
end
|
|
9
11
|
end
|
|
12
|
+
|
|
13
|
+
def self.api_js
|
|
14
|
+
"#{root_uri}/eProtect/litle-api2.js"
|
|
15
|
+
end
|
|
16
|
+
|
|
17
|
+
def self.jquery_js
|
|
18
|
+
"#{root_uri}/eProtect/js/jquery-1.11.2.min.js"
|
|
19
|
+
end
|
|
20
|
+
|
|
21
|
+
def self.payframe_js
|
|
22
|
+
"#{root_uri}/eProtect/js/payframe-client.min.js"
|
|
23
|
+
end
|
|
10
24
|
end
|
|
11
25
|
end
|
|
@@ -0,0 +1,960 @@
|
|
|
1
|
+
module Vantiv
|
|
2
|
+
class ResponseCodeMap
|
|
3
|
+
class NoResponseDetailsFoundError < StandardError; end
|
|
4
|
+
|
|
5
|
+
def self.get_error_description(code:)
|
|
6
|
+
error_details = RESPONSE_CODES_TO_DETAILS[code]
|
|
7
|
+
raise NoResponseDetailsFoundError if error_details.nil?
|
|
8
|
+
error_details['description']
|
|
9
|
+
end
|
|
10
|
+
|
|
11
|
+
RESPONSE_CODES_TO_DETAILS = {
|
|
12
|
+
'000' => {
|
|
13
|
+
'response_message' => 'Approved',
|
|
14
|
+
'response_type' => 'Approved',
|
|
15
|
+
'description' => 'No action required.'
|
|
16
|
+
},
|
|
17
|
+
'010' => {
|
|
18
|
+
'response_message' => 'Partially Approved',
|
|
19
|
+
'response_type' => 'Approved',
|
|
20
|
+
'description' => 'The authorized amount is less than the requested amount.'
|
|
21
|
+
},
|
|
22
|
+
'100' => {
|
|
23
|
+
'response_message' => 'Processing Network Unavailable',
|
|
24
|
+
'response_type' => 'Soft Decline',
|
|
25
|
+
'description' => 'There is a problem with the card network. Contact the network for more information.'
|
|
26
|
+
},
|
|
27
|
+
'101' => {
|
|
28
|
+
'response_message' => 'Issuer Unavailable',
|
|
29
|
+
'response_type' => 'Soft Decline',
|
|
30
|
+
'description' => 'There is a problem with the issuer network. Please contact the issuing bank.'
|
|
31
|
+
},
|
|
32
|
+
'102' => {
|
|
33
|
+
'response_message' => 'Re-submit Transaction',
|
|
34
|
+
'response_type' => 'Soft Decline',
|
|
35
|
+
'description' => 'There is a temporary problem with your submission. Please re-submit the transaction.'
|
|
36
|
+
},
|
|
37
|
+
'110' => {
|
|
38
|
+
'response_message' => 'Insufficient Funds',
|
|
39
|
+
'response_type' => 'Soft Decline',
|
|
40
|
+
'description' => 'The card does not have enough funds to cover the transaction.'
|
|
41
|
+
},
|
|
42
|
+
'111' => {
|
|
43
|
+
'response_message' => 'Authorization amount has already been depleted',
|
|
44
|
+
'response_type' => 'Hard Decline',
|
|
45
|
+
'description' => 'The total amount of the original Authorization has been used.'
|
|
46
|
+
},
|
|
47
|
+
'120' => {
|
|
48
|
+
'response_message' => 'Call Issuer',
|
|
49
|
+
'response_type' => 'Referral or Soft Decline',
|
|
50
|
+
'description' => 'There is an unspecified problem, contact the issuing bank.'
|
|
51
|
+
},
|
|
52
|
+
'121' => {
|
|
53
|
+
'response_message' => 'Call AMEX',
|
|
54
|
+
'response_type' => 'Referral',
|
|
55
|
+
'description' => 'There is an unspecified problem; contact AMEX.'
|
|
56
|
+
},
|
|
57
|
+
'122' => {
|
|
58
|
+
'response_message' => 'Call Diners Club',
|
|
59
|
+
'response_type' => 'Referral',
|
|
60
|
+
'description' => 'There is an unspecified problem; contact Diners Club.'
|
|
61
|
+
},
|
|
62
|
+
'123' => {
|
|
63
|
+
'response_message' => 'Call Discover',
|
|
64
|
+
'response_type' => 'Referral',
|
|
65
|
+
'description' => 'There is an unspecified problem contact Discover.'
|
|
66
|
+
},
|
|
67
|
+
'124' => {
|
|
68
|
+
'response_message' => 'Call JBS',
|
|
69
|
+
'response_type' => 'Referral',
|
|
70
|
+
'description' => 'There is an unspecified problem; contact JBS.'
|
|
71
|
+
},
|
|
72
|
+
'125' => {
|
|
73
|
+
'response_message' => 'Call Visa/MasterCard',
|
|
74
|
+
'response_type' => 'Referral',
|
|
75
|
+
'description' => 'There is an unspecified problem; contact Visa or MasterCard.'
|
|
76
|
+
},
|
|
77
|
+
'126' => {
|
|
78
|
+
'response_message' => 'Call Issuer - Update Cardholder Data',
|
|
79
|
+
'response_type' => 'Referral',
|
|
80
|
+
'description' => 'Some data is out of date; contact the issuer to update this information.'
|
|
81
|
+
},
|
|
82
|
+
'127' => {
|
|
83
|
+
'response_message' => 'Exceeds Approval Amount Limit',
|
|
84
|
+
'response_type' => 'Hard Decline',
|
|
85
|
+
'description' => 'This transaction exceeds the daily approval limit for the card.'
|
|
86
|
+
},
|
|
87
|
+
'130' => {
|
|
88
|
+
'response_message' => 'Call Indicated Number',
|
|
89
|
+
'response_type' => 'Referral',
|
|
90
|
+
'description' => 'There is an unspecified problem; contact the phone number provided.'
|
|
91
|
+
},
|
|
92
|
+
'140' => {
|
|
93
|
+
'response_message' => 'Update Cardholder Data',
|
|
94
|
+
'response_type' => 'Referral',
|
|
95
|
+
'description' => 'Cardholder data is incorrect; contact the issuing bank.'
|
|
96
|
+
},
|
|
97
|
+
'191' => {
|
|
98
|
+
'response_message' => 'The merchant is not registered in the update program.',
|
|
99
|
+
'response_type' => 'N/A',
|
|
100
|
+
'description' => 'This is an Account Updater response indicating a set-up problem that must be resolved prior to submitting another request file. Escalate this to your Litle Customer Experience Manager.'
|
|
101
|
+
},
|
|
102
|
+
'192' => {
|
|
103
|
+
'response_message' => 'Merchant not certified/enabled for IIAS',
|
|
104
|
+
'response_type' => 'Hard Decline',
|
|
105
|
+
'description' => 'Your organization is not certified or enabled for IIAS/FSA transactions.'
|
|
106
|
+
},
|
|
107
|
+
'206' => {
|
|
108
|
+
'response_message' => 'Issuer Generated Error',
|
|
109
|
+
'response_type' => 'Soft Decline',
|
|
110
|
+
'description' => 'An unspecified error was returned by the issuer. Please retry the transaction and if the problem persist, contact the issuing bank.'
|
|
111
|
+
},
|
|
112
|
+
'207' => {
|
|
113
|
+
'response_message' => 'Pickup card - Other than Lost/Stolen',
|
|
114
|
+
'response_type' => 'Hard Decline',
|
|
115
|
+
'description' => 'The issuer indicated that the gift card should be removed from use.'
|
|
116
|
+
},
|
|
117
|
+
'209' => {
|
|
118
|
+
'response_message' => 'Invalid Amount',
|
|
119
|
+
'response_type' => 'Hard Decline',
|
|
120
|
+
'description' => 'The specified amount is invalid for this transaction.'
|
|
121
|
+
},
|
|
122
|
+
'211' => {
|
|
123
|
+
'response_message' => 'Reversal Unsuccessful',
|
|
124
|
+
'response_type' => 'Hard Decline',
|
|
125
|
+
'description' => 'The reversal transaction was unsuccessful.'
|
|
126
|
+
},
|
|
127
|
+
'212' => {
|
|
128
|
+
'response_message' => 'Missing Data',
|
|
129
|
+
'response_type' => 'Hard Decline',
|
|
130
|
+
'description' => 'Contact Litle.'
|
|
131
|
+
},
|
|
132
|
+
'213' => {
|
|
133
|
+
'response_message' => 'Pickup Card - Lost Card',
|
|
134
|
+
'response_type' => 'Hard Decline',
|
|
135
|
+
'description' => 'The submitted card was reported as lost and should be removed from use.'
|
|
136
|
+
},
|
|
137
|
+
'214' => {
|
|
138
|
+
'response_message' => 'Pickup Card - Stolen Card',
|
|
139
|
+
'response_type' => 'Hard Decline',
|
|
140
|
+
'description' => 'The submitted card was reported as stolen and should be removed from use.'
|
|
141
|
+
},
|
|
142
|
+
'215' => {
|
|
143
|
+
'response_message' => 'Restricted Card',
|
|
144
|
+
'response_type' => 'Hard Decline',
|
|
145
|
+
'description' => 'The specified Gift Card is not available for use.'
|
|
146
|
+
},
|
|
147
|
+
'216' => {
|
|
148
|
+
'response_message' => 'Invalid Deactivate',
|
|
149
|
+
'response_type' => 'Hard Decline',
|
|
150
|
+
'description' => 'The Deactivate transaction is invalid for the specified card.'
|
|
151
|
+
},
|
|
152
|
+
'217' => {
|
|
153
|
+
'response_message' => 'Card Already Active',
|
|
154
|
+
'response_type' => 'Hard Decline',
|
|
155
|
+
'description' => 'The submitted card is already active.'
|
|
156
|
+
},
|
|
157
|
+
'218' => {
|
|
158
|
+
'response_message' => 'Card Not Active',
|
|
159
|
+
'response_type' => 'Hard Decline',
|
|
160
|
+
'description' => 'The submitted card has not been activated.'
|
|
161
|
+
},
|
|
162
|
+
'219' => {
|
|
163
|
+
'response_message' => 'Card Already Deactivate',
|
|
164
|
+
'response_type' => 'Hard Decline',
|
|
165
|
+
'description' => 'The submitted card has already been deactivated.'
|
|
166
|
+
},
|
|
167
|
+
'221' => {
|
|
168
|
+
'response_message' => 'Over Max Balance',
|
|
169
|
+
'response_type' => 'Hard Decline',
|
|
170
|
+
'description' => 'The activate or load amount exceeds the maximum allowed for the specified gift Card.'
|
|
171
|
+
},
|
|
172
|
+
'222' => {
|
|
173
|
+
'response_message' => 'Invalid Activate',
|
|
174
|
+
'response_type' => 'Hard Decline',
|
|
175
|
+
'description' => 'The activate transaction is not valid or can no longer be reversed.'
|
|
176
|
+
},
|
|
177
|
+
'223' => {
|
|
178
|
+
'response_message' => 'No transaction Found for Reversal',
|
|
179
|
+
'response_type' => 'Hard Decline',
|
|
180
|
+
'description' => 'The transaction referenced in the reversal transaction does not exist.'
|
|
181
|
+
},
|
|
182
|
+
'226' => {
|
|
183
|
+
'response_message' => 'Incorrect CVV',
|
|
184
|
+
'response_type' => 'Hard Decline',
|
|
185
|
+
'description' => 'The transaction was declined because it was submitted with the incorrect security code.'
|
|
186
|
+
},
|
|
187
|
+
'229' => {
|
|
188
|
+
'response_message' => 'Illegal Transaction',
|
|
189
|
+
'response_type' => 'Hard Decline',
|
|
190
|
+
'description' => 'The transaction would violate the law.'
|
|
191
|
+
},
|
|
192
|
+
'251' => {
|
|
193
|
+
'response_message' => 'Duplicate Transaction',
|
|
194
|
+
'response_type' => 'Hard Decline',
|
|
195
|
+
'description' => 'The transaction is a duplicate of a previously submitted transaction.'
|
|
196
|
+
},
|
|
197
|
+
'252' => {
|
|
198
|
+
'response_message' => 'System Error',
|
|
199
|
+
'response_type' => 'Hard Decline',
|
|
200
|
+
'description' => 'Contact Litle.'
|
|
201
|
+
},
|
|
202
|
+
'253' => {
|
|
203
|
+
'response_message' => 'Deconverted BIN',
|
|
204
|
+
'response_type' => 'Hard Decline',
|
|
205
|
+
'description' => 'The BIN is no longer valid.'
|
|
206
|
+
},
|
|
207
|
+
'254' => {
|
|
208
|
+
'response_message' => 'Merchant Depleted',
|
|
209
|
+
'response_type' => 'Hard Decline',
|
|
210
|
+
'description' => 'No balance remains on gift Card.'
|
|
211
|
+
},
|
|
212
|
+
'255' => {
|
|
213
|
+
'response_message' => 'Gift Card Escheated',
|
|
214
|
+
'response_type' => 'Hard Decline',
|
|
215
|
+
'description' => 'The Gift Card has been seized by the government while resolving an estate.'
|
|
216
|
+
},
|
|
217
|
+
'257' => {
|
|
218
|
+
'response_message' => 'System Error (message format error)',
|
|
219
|
+
'response_type' => 'Hard Decline',
|
|
220
|
+
'description' => 'Issuer reported message format is incorrect. Contact Litle.'
|
|
221
|
+
},
|
|
222
|
+
'258' => {
|
|
223
|
+
'response_message' => 'System Error (cannot process)',
|
|
224
|
+
'response_type' => 'Hard Decline',
|
|
225
|
+
'description' => 'Issuer reported transaction could not be processed. Contact Litle.'
|
|
226
|
+
},
|
|
227
|
+
'301' => {
|
|
228
|
+
'response_message' => 'Invalid Account Number',
|
|
229
|
+
'response_type' => 'Hard Decline',
|
|
230
|
+
'description' => 'The account number is not valid; contact the cardholder to confirm information or inquire about another form of payment.'
|
|
231
|
+
},
|
|
232
|
+
'302' => {
|
|
233
|
+
'response_message' => 'Account Number Does Not Match Payment Type',
|
|
234
|
+
'response_type' => 'Hard Decline',
|
|
235
|
+
'description' => 'The payment type was selected as one card type (e.g. Visa but the card number indicates a different card type (e.g.MasterCard).'
|
|
236
|
+
},
|
|
237
|
+
'303' => {
|
|
238
|
+
'response_message' => 'Pick Up Card',
|
|
239
|
+
'response_type' => 'Hard Decline',
|
|
240
|
+
'description' => 'This is a card present response, but in a card not present environment. Do not process the transaction and contact the issuing bank.'
|
|
241
|
+
},
|
|
242
|
+
'304' => {
|
|
243
|
+
'response_message' => 'Lost/Stolen Card',
|
|
244
|
+
'response_type' => 'Hard Decline',
|
|
245
|
+
'description' => 'The card has been designated as lost or stolen; contact the issuing bank.'
|
|
246
|
+
},
|
|
247
|
+
'305' => {
|
|
248
|
+
'response_message' => 'Expired Card',
|
|
249
|
+
'response_type' => 'Hard Decline',
|
|
250
|
+
'description' => 'The card is expired.'
|
|
251
|
+
},
|
|
252
|
+
'306' => {
|
|
253
|
+
'response_message' => 'Authorization has expired; no need to reverse',
|
|
254
|
+
'response_type' => 'Hard Decline',
|
|
255
|
+
'description' => 'The original Authorization is no longer valid, because it has expired. You can not perform an Authorization Reversal for an expired Authorization.'
|
|
256
|
+
},
|
|
257
|
+
'307' => {
|
|
258
|
+
'response_message' => 'Restricted Card',
|
|
259
|
+
'response_type' => 'Hard Decline',
|
|
260
|
+
'description' => 'The card has a restriction preventing approval for this transaction. Please contact the issuing bank for a specific reason. You may also receive this code if the transaction was declined due to Prior Fraud Advice Filtering and you are using a schema version V8.10 or older.'
|
|
261
|
+
},
|
|
262
|
+
'308' => {
|
|
263
|
+
'response_message' => 'Restricted Card - Chargeback',
|
|
264
|
+
'response_type' => 'Hard Decline',
|
|
265
|
+
'description' => 'This transaction is being declined due the operation of the Litle Prior Chargeback Card Filtering Service or the card has a restriction preventing approval if there are any chargebacks against it.'
|
|
266
|
+
},
|
|
267
|
+
'309' => {
|
|
268
|
+
'response_message' => 'Restricted Card - Prepaid Card Filtering Service',
|
|
269
|
+
'response_type' => 'Hard Decline',
|
|
270
|
+
'description' => 'This transaction is being declined due the operation of the Litle Prepaid Card Filtering service.'
|
|
271
|
+
},
|
|
272
|
+
'310' => {
|
|
273
|
+
'response_message' => 'Invalid track data',
|
|
274
|
+
'response_type' => 'Hard Decline',
|
|
275
|
+
'description' => 'The track data is not valid.'
|
|
276
|
+
},
|
|
277
|
+
'311' => {
|
|
278
|
+
'response_message' => 'Deposit is already referenced by a chargeback',
|
|
279
|
+
'response_type' => 'Hard Decline',
|
|
280
|
+
'description' => 'The deposit is already referenced by a chargeback; therefore, a refund cannot be processed against the original transaction.'
|
|
281
|
+
},
|
|
282
|
+
'312' => {
|
|
283
|
+
'response_message' => 'Restricted Card - International Card Filtering Service',
|
|
284
|
+
'response_type' => 'Hard Decline',
|
|
285
|
+
'description' => 'This transaction is being declined due the operation of the Litle International Card Filtering Service.'
|
|
286
|
+
},
|
|
287
|
+
'315' => {
|
|
288
|
+
'response_message' => 'Restricted Card - Auth Fraud Velocity Filtering Service',
|
|
289
|
+
'response_type' => 'Hard Decline',
|
|
290
|
+
'description' => 'This transaction is being declined due the operation of the Litle Auth Fraud Velocity Filtering Service.'
|
|
291
|
+
},
|
|
292
|
+
'316' => {
|
|
293
|
+
'response_message' => 'Automatic Refund Already Issued',
|
|
294
|
+
'response_type' => 'Hard Decline',
|
|
295
|
+
'description' => 'This refund transaction is a duplicate for one already processed automatically by the Litle Fraud Chargeback Prevention Service (FCPS).'
|
|
296
|
+
},
|
|
297
|
+
'318' => {
|
|
298
|
+
'response_message' => 'Restricted Card - Auth Fraud Advice Filtering Service',
|
|
299
|
+
'response_type' => 'Hard Decline',
|
|
300
|
+
'description' => 'This transaction is being declined due the operation of the Litle Auth Fraud Advice Filtering Service.'
|
|
301
|
+
},
|
|
302
|
+
'319' => {
|
|
303
|
+
'response_message' => 'Restricted Card - Fraud AVS Filtering Service',
|
|
304
|
+
'response_type' => 'Hard Decline',
|
|
305
|
+
'description' => 'This transaction is being declined due the operation of the Litle Auth Fraud AVS Filtering Service.'
|
|
306
|
+
},
|
|
307
|
+
'320' => {
|
|
308
|
+
'response_message' => 'Invalid Expiration Date',
|
|
309
|
+
'response_type' => 'Hard Decline',
|
|
310
|
+
'description' => 'The expiration date is invalid.'
|
|
311
|
+
},
|
|
312
|
+
'321' => {
|
|
313
|
+
'response_message' => 'Invalid Merchant',
|
|
314
|
+
'response_type' => 'Hard Decline',
|
|
315
|
+
'description' => 'The card is not allowed to make purchases from this merchant (e.g. a Travel only card trying to purchase electronics).)',
|
|
316
|
+
},
|
|
317
|
+
'322' => {
|
|
318
|
+
'response_message' => 'Invalid Transaction',
|
|
319
|
+
'response_type' => 'Hard Decline',
|
|
320
|
+
'description' => 'The transaction is not permitted; contact the issuing bank.'
|
|
321
|
+
},
|
|
322
|
+
'323' => {
|
|
323
|
+
'response_message' => 'No such issuer',
|
|
324
|
+
'response_type' => 'Hard Decline',
|
|
325
|
+
'description' => 'The card number references an issuer that does not exist. Do not process the transaction.'
|
|
326
|
+
},
|
|
327
|
+
'324' => {
|
|
328
|
+
'response_message' => 'Invalid Pin',
|
|
329
|
+
'response_type' => 'Hard Decline',
|
|
330
|
+
'description' => 'The PIN provided is invalid.'
|
|
331
|
+
},
|
|
332
|
+
'325' => {
|
|
333
|
+
'response_message' => 'Transaction not allowed at terminal',
|
|
334
|
+
'response_type' => 'Hard Decline',
|
|
335
|
+
'description' => 'The transaction is not permitted; contact the issuing bank.'
|
|
336
|
+
},
|
|
337
|
+
'326' => {
|
|
338
|
+
'response_message' => 'Exceeds number of PIN entries',
|
|
339
|
+
'response_type' => 'Hard Decline',
|
|
340
|
+
'description' => '(Referring to a debit card) The incorrect PIN has been entered excessively and the card is locked.'
|
|
341
|
+
},
|
|
342
|
+
'327' => {
|
|
343
|
+
'response_message' => 'Cardholder transaction not permitted',
|
|
344
|
+
'response_type' => 'Hard Decline',
|
|
345
|
+
'description' => 'Merchant does not allow that card type or specific transaction.'
|
|
346
|
+
},
|
|
347
|
+
'328' => {
|
|
348
|
+
'response_message' => 'Cardholder requested that recurring or installment payment be stopped',
|
|
349
|
+
'response_type' => 'Hard Decline',
|
|
350
|
+
'description' => 'Recurring/Installment Payments no longer accepted by the card issuing bank.'
|
|
351
|
+
},
|
|
352
|
+
'330' => {
|
|
353
|
+
'response_message' => 'Invalid Payment Type',
|
|
354
|
+
'response_type' => 'Hard Decline',
|
|
355
|
+
'description' => 'This payment type is not accepted by the issuer.'
|
|
356
|
+
},
|
|
357
|
+
'331' => {
|
|
358
|
+
'response_message' => 'Invalid POS Capability for Cardholder Authorized Terminal Transaction',
|
|
359
|
+
'response_type' => 'Hard Decline',
|
|
360
|
+
'description' => 'For a Cardholder Authorized Terminal Transaction the POS capability must be set to magstripe.'
|
|
361
|
+
},
|
|
362
|
+
'332' => {
|
|
363
|
+
'response_message' => 'Invalid POS Cardholder ID for Cardholder Authorized Terminal Transaction',
|
|
364
|
+
'response_type' => 'Hard Decline',
|
|
365
|
+
'description' => 'For a Cardholder Authorized Terminal Transaction the POS Cardholder ID must be set to nopin.'
|
|
366
|
+
},
|
|
367
|
+
'335' => {
|
|
368
|
+
'response_message' => 'This method of payment does not support authorization reversals',
|
|
369
|
+
'response_type' => 'Hard Decline',
|
|
370
|
+
'description' => 'You can not perform an Authorization Reversal transaction for this payment type.'
|
|
371
|
+
},
|
|
372
|
+
'336' => {
|
|
373
|
+
'response_message' => 'Reversal amount does not match Authorization amount.',
|
|
374
|
+
'response_type' => 'Hard Decline',
|
|
375
|
+
'description' => 'For a merchant initiated reversal against an American Express authorization, the reversal amount must match the authorization amount exactly.'
|
|
376
|
+
},
|
|
377
|
+
'340' => {
|
|
378
|
+
'response_message' => 'Invalid Amount',
|
|
379
|
+
'response_type' => 'Hard Decline',
|
|
380
|
+
'description' => 'The transaction amount is invalid (too high or too low). For example, less than 0 for an authorization, or less than .01 for other payment types.'
|
|
381
|
+
},
|
|
382
|
+
'341' => {
|
|
383
|
+
'response_message' => 'Invalid Healthcare Amounts',
|
|
384
|
+
'response_type' => 'Hard Decline',
|
|
385
|
+
'description' => 'The amount submitted with this FSA/Healthcare transaction is invalid. The FSA amount must be greater than 0, and cannot be greater than the transaction amount.'
|
|
386
|
+
},
|
|
387
|
+
'346' => {
|
|
388
|
+
'response_message' => 'Invalid billing descriptor prefix',
|
|
389
|
+
'response_type' => 'Hard Decline',
|
|
390
|
+
'description' => 'The billing descriptor prefix submitted is not valid.'
|
|
391
|
+
},
|
|
392
|
+
'347' => {
|
|
393
|
+
'response_message' => 'Invalid billing descriptor',
|
|
394
|
+
'response_type' => 'Hard Decline',
|
|
395
|
+
'description' => 'The billing descriptor is not valid because you are not authorized to send transactions with custom billing fields.'
|
|
396
|
+
},
|
|
397
|
+
'348' => {
|
|
398
|
+
'response_message' => 'Invalid Report Group',
|
|
399
|
+
'response_type' => 'Hard Decline',
|
|
400
|
+
'description' => 'The Report Group specified in the transaction is invalid, because it is either not in the defined list of acceptable Report Groups or there is a mis-match between the Report Group and the defined Billing Descriptor.'
|
|
401
|
+
},
|
|
402
|
+
'349' => {
|
|
403
|
+
'response_message' => 'Do Not Honor',
|
|
404
|
+
'response_type' => 'Soft Decline',
|
|
405
|
+
'description' => 'The issuing bank has put a temporary hold on the card.'
|
|
406
|
+
},
|
|
407
|
+
'350' => {
|
|
408
|
+
'response_message' => 'Generic Decline',
|
|
409
|
+
'response_type' => 'Soft or Hard Decline',
|
|
410
|
+
'description' => 'There is an unspecified problem; contact the issuing bank for more details. Note: This code can be a hard or soft decline, depending on the method of payment, and other variables.'
|
|
411
|
+
},
|
|
412
|
+
'351' => {
|
|
413
|
+
'response_message' => 'Decline - Request Positive ID',
|
|
414
|
+
'response_type' => 'Hard Decline',
|
|
415
|
+
'description' => 'Card Present transaction that requires a picture ID match.'
|
|
416
|
+
},
|
|
417
|
+
'352' => {
|
|
418
|
+
'response_message' => 'Decline CVV2/CID Fail',
|
|
419
|
+
'response_type' => 'Hard Decline',
|
|
420
|
+
'description' => 'The CVV2/CID is invalid.'
|
|
421
|
+
},
|
|
422
|
+
'354' => {
|
|
423
|
+
'response_message' => '3-D Secure transaction not supported by merchant',
|
|
424
|
+
'response_type' => 'Hard Decline',
|
|
425
|
+
'description' => 'You are not certified to submit 3-D Secure transactions.'
|
|
426
|
+
},
|
|
427
|
+
'356' => {
|
|
428
|
+
'response_message' => 'Invalid purchase level III, the transaction contained bad or missing data',
|
|
429
|
+
'response_type' => 'Soft Decline',
|
|
430
|
+
'description' => 'Submitted Level III data is bad or missing.'
|
|
431
|
+
},
|
|
432
|
+
'357' => {
|
|
433
|
+
'response_message' => 'Missing healthcareIIAS tag for an FSA transaction',
|
|
434
|
+
'response_type' => 'Hard Decline',
|
|
435
|
+
'description' => 'The FSA Transactions submitted does not contain the <healtcareIIAS> data element.'
|
|
436
|
+
},
|
|
437
|
+
'358' => {
|
|
438
|
+
'response_message' => 'Restricted by Litle due to security code mismatch.',
|
|
439
|
+
'response_type' => 'Hard Decline',
|
|
440
|
+
'description' => 'The transaction was declined due to the security code (CVV2, CID, etc) not matching.'
|
|
441
|
+
},
|
|
442
|
+
'360' => {
|
|
443
|
+
'response_message' => 'No transaction found with specified litleTxnId',
|
|
444
|
+
'response_type' => 'Hard Decline',
|
|
445
|
+
'description' => 'There were no transactions found with the specified litleTxnId.'
|
|
446
|
+
},
|
|
447
|
+
'361' => {
|
|
448
|
+
'response_message' => 'Authorization no longer available',
|
|
449
|
+
'response_type' => 'Hard Decline',
|
|
450
|
+
'description' => 'The authorization for this transaction is no longer available. Either the authorization has already been consumed by another capture, or the authorization has expired.'
|
|
451
|
+
},
|
|
452
|
+
'362' => {
|
|
453
|
+
'response_message' => 'Auto-void on refund',
|
|
454
|
+
'response_type' => 'Hard Decline',
|
|
455
|
+
'description' => 'This transaction cannot be voided; it has already been delivered.'
|
|
456
|
+
},
|
|
457
|
+
'363' => {
|
|
458
|
+
'response_message' => 'Authorization no longer available',
|
|
459
|
+
'response_type' => 'Hard Decline',
|
|
460
|
+
'description' => 'This transaction (both capture and refund) has been voided.'
|
|
461
|
+
},
|
|
462
|
+
'364' => {
|
|
463
|
+
'response_message' => 'Invalid Account Number - original or NOC updated eCheck account required',
|
|
464
|
+
'response_type' => 'Hard Decline',
|
|
465
|
+
'description' => 'The submitted account number is invalid. Confirm the original account number or check NOC for new account number.'
|
|
466
|
+
},
|
|
467
|
+
'365' => {
|
|
468
|
+
'response_message' => 'Total credit amount exceeds capture amount',
|
|
469
|
+
'response_type' => 'Hard Decline',
|
|
470
|
+
'description' => 'The amount of the credit is greater than the capture, or the amount of this credit plus other credits already referencing this capture are greater than the capture amount.'
|
|
471
|
+
},
|
|
472
|
+
'366' => {
|
|
473
|
+
'response_message' => 'Exceed the threshold for sending redeposits',
|
|
474
|
+
'response_type' => 'Hard Decline',
|
|
475
|
+
'description' => 'NACHA rules allow two redeposit attempts within 180 days of the settlement date of the initial deposit attempt. This threshold has been exceeded.'
|
|
476
|
+
},
|
|
477
|
+
'367' => {
|
|
478
|
+
'response_message' => 'Deposit has not been returned for insufficient/non-sufficient funds',
|
|
479
|
+
'response_type' => 'Hard Decline',
|
|
480
|
+
'description' => 'NACHA rules only allow redeposit attempts against deposits returned for Insufficient or Uncollected Funds.'
|
|
481
|
+
},
|
|
482
|
+
'368' => {
|
|
483
|
+
'response_message' => 'Invalid check number',
|
|
484
|
+
'response_type' => 'Soft Decline',
|
|
485
|
+
'description' => 'The check number is invalid.'
|
|
486
|
+
},
|
|
487
|
+
'369' => {
|
|
488
|
+
'response_message' => 'Redeposit against invalid transaction type',
|
|
489
|
+
'response_type' => 'Hard Decline',
|
|
490
|
+
'description' => 'The redeposit attempted against an invalid transaction type.'
|
|
491
|
+
},
|
|
492
|
+
'370' => {
|
|
493
|
+
'response_message' => 'Internal System Error - Call Litle',
|
|
494
|
+
'response_type' => 'Hard Decline',
|
|
495
|
+
'description' => 'There is a problem with the Litle System. Contact support@litle.com.'
|
|
496
|
+
},
|
|
497
|
+
'372' => {
|
|
498
|
+
'response_message' => 'Soft Decline - Auto Recycling In Progress',
|
|
499
|
+
'response_type' => 'Soft Decline',
|
|
500
|
+
'description' => 'The transaction was intercepted because it is being auto recycled by the Recycling Engine.'
|
|
501
|
+
},
|
|
502
|
+
'373' => {
|
|
503
|
+
'response_message' => 'Hard Decline - Auto Recycling Complete',
|
|
504
|
+
'response_type' => 'Hard Decline',
|
|
505
|
+
'description' => 'The transaction was intercepted because auto recycling has completed with a final decline.'
|
|
506
|
+
},
|
|
507
|
+
'375' => {
|
|
508
|
+
'response_message' => 'Merchant is not enabled for surcharging',
|
|
509
|
+
'response_type' => 'Hard Decline',
|
|
510
|
+
'description' => 'The submitted transaction contained a surcharge and the merchant is not enabled for surcharging.'
|
|
511
|
+
},
|
|
512
|
+
'376' => {
|
|
513
|
+
'response_message' => 'This method of payment does not support surcharging',
|
|
514
|
+
'response_type' => 'Hard Decline',
|
|
515
|
+
'description' => 'The use of a surcharge is only allowed for Visa and MasterCard methods of payment.'
|
|
516
|
+
},
|
|
517
|
+
'377' => {
|
|
518
|
+
'response_message' => 'Surcharge is not valid for debit or prepaid cards',
|
|
519
|
+
'response_type' => 'Hard Decline',
|
|
520
|
+
'description' => 'You cannot apply a surcharge to a transaction using a debit or prepaid card.'
|
|
521
|
+
},
|
|
522
|
+
'378' => {
|
|
523
|
+
'response_message' => 'Surcharge cannot exceed 4% of the sale amount',
|
|
524
|
+
'response_type' => 'Hard Decline',
|
|
525
|
+
'description' => 'The surcharge in the submitted transaction exceeded 4% maximum allowed for a surcharge.'
|
|
526
|
+
},
|
|
527
|
+
'401' => {
|
|
528
|
+
'response_message' => 'Invalid E-mail',
|
|
529
|
+
'response_type' => 'Hard Decline',
|
|
530
|
+
'description' => 'The e-mail address provided is not valid. Verify that it was entered correctly.'
|
|
531
|
+
},
|
|
532
|
+
'469' => {
|
|
533
|
+
'response_message' => 'Invalid Recurring Request - See Recurring Response for Details',
|
|
534
|
+
'response_type' => 'Hard Decline',
|
|
535
|
+
'description' => 'The Recurring Request was invalid, which invalidated the transaction. The Response Code and Message in the Recurring Response contains additional information.'
|
|
536
|
+
},
|
|
537
|
+
'470' => {
|
|
538
|
+
'response_message' => 'Approved - Recurring Subscription Created',
|
|
539
|
+
'response_type' => 'Approved',
|
|
540
|
+
'description' => 'The recurring request was processed successfully'
|
|
541
|
+
},
|
|
542
|
+
'471' => {
|
|
543
|
+
'response_message' => 'Parent Transaction Declined - Recurring Subscription Not Created',
|
|
544
|
+
'response_type' => 'Hard Decline',
|
|
545
|
+
'description' => 'The original payment transaction was declined, so the recurring payments have not been scheduled.'
|
|
546
|
+
},
|
|
547
|
+
'472' => {
|
|
548
|
+
'response_message' => 'Invalid Plan Code',
|
|
549
|
+
'response_type' => 'Hard Decline',
|
|
550
|
+
'description' => 'The plan specified in the recurring request was invalid.'
|
|
551
|
+
},
|
|
552
|
+
'473' => {
|
|
553
|
+
'response_message' => 'Scheduled Recurring Payment Processed',
|
|
554
|
+
'response_type' => 'Approved',
|
|
555
|
+
'description' => 'The scheduled recurring payment has been processed successfully.'
|
|
556
|
+
},
|
|
557
|
+
'475' => {
|
|
558
|
+
'response_message' => 'Invalid Subscription Id',
|
|
559
|
+
'response_type' => 'Hard Decline',
|
|
560
|
+
'description' => 'The referenced subscription Id does not exist.'
|
|
561
|
+
},
|
|
562
|
+
'476' => {
|
|
563
|
+
'response_message' => 'Add On Code Already Exists',
|
|
564
|
+
'response_type' => 'Hard Decline',
|
|
565
|
+
'description' => 'The specified Add On code already exists.'
|
|
566
|
+
},
|
|
567
|
+
'477' => {
|
|
568
|
+
'response_message' => 'Duplicate Add On Codes in Requests',
|
|
569
|
+
'response_type' => 'Hard Decline',
|
|
570
|
+
'description' => 'Multiple createAddOn requests submitted with the same Add On Code.'
|
|
571
|
+
},
|
|
572
|
+
'478' => {
|
|
573
|
+
'response_message' => 'No Matching Add On Code for the Subscription',
|
|
574
|
+
'response_type' => 'Hard Decline',
|
|
575
|
+
'description' => 'The Add On code specified does not exist.'
|
|
576
|
+
},
|
|
577
|
+
'480' => {
|
|
578
|
+
'response_message' => 'No Matching Discount Code for the Subscription',
|
|
579
|
+
'response_type' => 'Hard Decline',
|
|
580
|
+
'description' => 'The Discount Code supplied in the updateDiscount or deleteDiscount transaction does not exist.'
|
|
581
|
+
},
|
|
582
|
+
'481' => {
|
|
583
|
+
'response_message' => 'Duplicate Discount Codes in Request',
|
|
584
|
+
'response_type' => 'Hard Decline',
|
|
585
|
+
'description' => 'Multiple createDiscount requests submitted with the same Discount Code.'
|
|
586
|
+
},
|
|
587
|
+
'482' => {
|
|
588
|
+
'response_message' => 'Invalid Start Date',
|
|
589
|
+
'response_type' => 'Hard Decline',
|
|
590
|
+
'description' => 'The supplied Start Date is invalid.'
|
|
591
|
+
},
|
|
592
|
+
'483' => {
|
|
593
|
+
'response_message' => 'Merchant Not Registered for Recurring Engine',
|
|
594
|
+
'response_type' => 'Hard Decline',
|
|
595
|
+
'description' => 'You are not registered for the use of the Recurring Engine.'
|
|
596
|
+
},
|
|
597
|
+
'500' => {
|
|
598
|
+
'response_message' => 'The account number was changed',
|
|
599
|
+
'response_type' => 'Hard Decline',
|
|
600
|
+
'description' => 'An Account Updater response indicating the Account Number changed from the original number.'
|
|
601
|
+
},
|
|
602
|
+
'501' => {
|
|
603
|
+
'response_message' => 'The account was closed',
|
|
604
|
+
'response_type' => 'Hard Decline',
|
|
605
|
+
'description' => 'An Account Updater response indicating the account was closed. Contact the cardholder directly for updated information.'
|
|
606
|
+
},
|
|
607
|
+
'502' => {
|
|
608
|
+
'response_message' => 'The expiration date was changed',
|
|
609
|
+
'response_type' => 'N/A',
|
|
610
|
+
'description' => 'An Account Updater response indicating the Expiration date for the card has changed.'
|
|
611
|
+
},
|
|
612
|
+
'503' => {
|
|
613
|
+
'response_message' => 'The issuing bank does not participate in the update program',
|
|
614
|
+
'response_type' => 'N/A',
|
|
615
|
+
'description' => 'An Account Updater response indicating the issuing bank does not participate in the update program'
|
|
616
|
+
},
|
|
617
|
+
'504' => {
|
|
618
|
+
'response_message' => 'Contact the cardholder for updated information',
|
|
619
|
+
'response_type' => 'N/A',
|
|
620
|
+
'description' => 'An Account Updater response indicating you should contact the cardholder directly for updated information.'
|
|
621
|
+
},
|
|
622
|
+
'505' => {
|
|
623
|
+
'response_message' => 'No match found',
|
|
624
|
+
'response_type' => 'N/A',
|
|
625
|
+
'description' => 'An Account Updater response indicating no match was found in the updated information.'
|
|
626
|
+
},
|
|
627
|
+
'506' => {
|
|
628
|
+
'response_message' => 'No changes found',
|
|
629
|
+
'response_type' => 'N/A',
|
|
630
|
+
'description' => 'An Account Updater response indicating there have been no changes to the account information.'
|
|
631
|
+
},
|
|
632
|
+
'550' => {
|
|
633
|
+
'response_message' => 'Restricted Device or IP - ThreatMetrix Fraud Score Below Threshold',
|
|
634
|
+
'response_type' => 'Hard Decline',
|
|
635
|
+
'description' => 'The transaction was declined because the resulting ThreatMetrix Fraud Score was below the acceptable threshold set in the merchant’s policy.'
|
|
636
|
+
},
|
|
637
|
+
'601' => {
|
|
638
|
+
'response_message' => 'Soft Decline - Primary Funding Source Failed',
|
|
639
|
+
'response_type' => 'Soft Decline',
|
|
640
|
+
'description' => 'A PayPal response indicating the transaction failed due to an issue with primary funding source (e.g. expired Card, insufficient funds, etc.).'
|
|
641
|
+
},
|
|
642
|
+
'602' => {
|
|
643
|
+
'response_message' => 'Soft Decline - Buyer has alternate funding source',
|
|
644
|
+
'response_type' => 'Soft Decline',
|
|
645
|
+
'description' => 'A PayPal response indicating the merchant may resubmit the transaction immediately, and the use of an alternate funding source will be attempted.'
|
|
646
|
+
},
|
|
647
|
+
'610' => {
|
|
648
|
+
'response_message' => 'Hard Decline - Invalid Billing Agreement Id',
|
|
649
|
+
'response_type' => 'Hard Decline',
|
|
650
|
+
'description' => 'A PayPal response indicating the Billing Agreement ID is invalid.'
|
|
651
|
+
},
|
|
652
|
+
'611' => {
|
|
653
|
+
'response_message' => 'Hard Decline - Primary Funding Source Failed',
|
|
654
|
+
'response_type' => 'Hard Decline',
|
|
655
|
+
'description' => 'A PayPal response indicating the issuer is unavailable.'
|
|
656
|
+
},
|
|
657
|
+
'612' => {
|
|
658
|
+
'response_message' => 'Hard Decline - Issue with Paypal Account',
|
|
659
|
+
'response_type' => 'Hard Decline',
|
|
660
|
+
'description' => 'A PayPal response indicating the transaction failed due to an issue with the buyer account.'
|
|
661
|
+
},
|
|
662
|
+
'613' => {
|
|
663
|
+
'response_message' => 'Hard Decline - PayPal authorization ID missing',
|
|
664
|
+
'response_type' => 'Hard Decline',
|
|
665
|
+
'description' => 'A PayPal response indicating the need to correct the authorization ID before resubmitting.'
|
|
666
|
+
},
|
|
667
|
+
'614' => {
|
|
668
|
+
'response_message' => 'Hard Decline - confirmed email address is not available',
|
|
669
|
+
'response_type' => 'Hard Decline',
|
|
670
|
+
'description' => 'A PayPal response indicating your account is configured to decline transactions without a confirmed address. request another payment method or contact support@litle.com to modify your account settings.'
|
|
671
|
+
},
|
|
672
|
+
'615' => {
|
|
673
|
+
'response_message' => 'Hard Decline - PayPal buyer account denied',
|
|
674
|
+
'response_type' => 'Hard Decline',
|
|
675
|
+
'description' => 'A PayPal response indicating account unauthorized payment risk.'
|
|
676
|
+
},
|
|
677
|
+
'616' => {
|
|
678
|
+
'response_message' => 'Hard Decline - PayPal buyer account restricted',
|
|
679
|
+
'response_type' => 'Hard Decline',
|
|
680
|
+
'description' => 'A PayPal response indicating PayPal is unable to process the payment. Buyer should contact PayPal with questions.'
|
|
681
|
+
},
|
|
682
|
+
'617' => {
|
|
683
|
+
'response_message' => 'Hard Decline - PayPal order has been voided, expired, or completed',
|
|
684
|
+
'response_type' => 'Hard Decline',
|
|
685
|
+
'description' => 'A PayPal response indicating no further authorizations/captures can be processed against this order. A new order must be created.'
|
|
686
|
+
},
|
|
687
|
+
'618' => {
|
|
688
|
+
'response_message' => 'Hard Decline - issue with PayPal refund',
|
|
689
|
+
'response_type' => 'Hard Decline',
|
|
690
|
+
'description' => 'A PayPal response indicating one of these potential refund related issues: duplicate partial refund must be less than or equal to original or remaining amount, past time limit, not allowed for transaction type, consumer account locked/inactive, or complaint exists - only a full refund of total/remaining amount allowed. Contact support@litle.com for specific details.'
|
|
691
|
+
},
|
|
692
|
+
'619' => {
|
|
693
|
+
'response_message' => 'Hard Decline - PayPal credentials issue',
|
|
694
|
+
'response_type' => 'Hard Decline',
|
|
695
|
+
'description' => 'A PayPal response indicating you do not have permissions to make this API call.'
|
|
696
|
+
},
|
|
697
|
+
'620' => {
|
|
698
|
+
'response_message' => 'Hard Decline - PayPal authorization voided or expired',
|
|
699
|
+
'response_type' => 'Hard Decline',
|
|
700
|
+
'description' => 'A PayPal response indicating you cannot capture against this authorization. You need to perform a brand new authorization for the transaction.'
|
|
701
|
+
},
|
|
702
|
+
'621' => {
|
|
703
|
+
'response_message' => 'Hard Decline - required PayPal parameter missing',
|
|
704
|
+
'response_type' => 'Hard Decline',
|
|
705
|
+
'description' => 'A PayPal response indicating missing parameters are required. Contact support@litle.com for specific details.'
|
|
706
|
+
},
|
|
707
|
+
'622' => {
|
|
708
|
+
'response_message' => 'Hard Decline - PayPal transaction ID or auth ID is invalid',
|
|
709
|
+
'response_type' => 'Hard Decline',
|
|
710
|
+
'description' => 'A PayPal response indicating the need to check the validity of the authorization ID prior to reattempting the transaction.'
|
|
711
|
+
},
|
|
712
|
+
'623' => {
|
|
713
|
+
'response_message' => 'Hard Decline - Exceeded maximum number of PayPal authorization attempts',
|
|
714
|
+
'response_type' => 'Hard Decline',
|
|
715
|
+
'description' => 'A PayPal response indicating you should capture against a previous authorization.'
|
|
716
|
+
},
|
|
717
|
+
'624' => {
|
|
718
|
+
'response_message' => 'Hard Decline - Transaction amount exceeds merchant’s PayPal account limit.',
|
|
719
|
+
'response_type' => 'Hard Decline',
|
|
720
|
+
'description' => 'A PayPal response indicating the transaction amount exceeds the merchant’s account limit. Contact support@litle.com to modify your account settings.'
|
|
721
|
+
},
|
|
722
|
+
'625' => {
|
|
723
|
+
'response_message' => 'Hard Decline - PayPal funding sources unavailable.',
|
|
724
|
+
'response_type' => 'Hard Decline',
|
|
725
|
+
'description' => 'A PayPal response indicating the buyer needs to add another funding sources to their account.'
|
|
726
|
+
},
|
|
727
|
+
'626' => {
|
|
728
|
+
'response_message' => 'Hard Decline - issue with PayPal primary funding source.',
|
|
729
|
+
'response_type' => 'Hard Decline',
|
|
730
|
+
'description' => 'A PayPal response indicating there are issues with the buyer’s primary funding source.'
|
|
731
|
+
},
|
|
732
|
+
'627' => {
|
|
733
|
+
'response_message' => 'Hard Decline - PayPal profile does not allow this transaction type.',
|
|
734
|
+
'response_type' => 'Hard Decline',
|
|
735
|
+
'description' => 'Contact Litle to adjust your PayPal merchant profile preferences.'
|
|
736
|
+
},
|
|
737
|
+
'628' => {
|
|
738
|
+
'response_message' => 'Internal System Error with PayPal - Contact Litle',
|
|
739
|
+
'response_type' => 'Hard Decline',
|
|
740
|
+
'description' => 'There is a problem with Litle’s username and password. Contact support@litle.com.'
|
|
741
|
+
},
|
|
742
|
+
'629' => {
|
|
743
|
+
'response_message' => 'Hard Decline - Contact PayPal consumer for another payment method',
|
|
744
|
+
'response_type' => 'Hard Decline',
|
|
745
|
+
'description' => 'A PayPal response indicating you should contact the consumer for another payment method.'
|
|
746
|
+
},
|
|
747
|
+
'637' => {
|
|
748
|
+
'response_message' => 'Invalid terminal Id',
|
|
749
|
+
'response_type' => 'Hard Decline',
|
|
750
|
+
'description' => 'The terminal Id submitted with the POS transaction is invalid.'
|
|
751
|
+
},
|
|
752
|
+
'701' => {
|
|
753
|
+
'response_message' => 'Under 18 years old',
|
|
754
|
+
'response_type' => 'Hard Decline',
|
|
755
|
+
'description' => 'A Bill Me Later (BML) response indicating the customer is under 18 years of age based upon the date of birth.'
|
|
756
|
+
},
|
|
757
|
+
'702' => {
|
|
758
|
+
'response_message' => 'Bill to outside USA.',
|
|
759
|
+
'response_type' => 'Hard Decline',
|
|
760
|
+
'description' => 'A BML response indicating the billing address is outside the United States.'
|
|
761
|
+
},
|
|
762
|
+
'703' => {
|
|
763
|
+
'response_message' => 'Bill to address is not equal to ship to address',
|
|
764
|
+
'response_type' => 'Hard Decline',
|
|
765
|
+
'description' => 'A BML response indicating that the billing address does not match the shipping address.'
|
|
766
|
+
},
|
|
767
|
+
'704' => {
|
|
768
|
+
'response_message' => 'Declined, foreign currency, must be USD',
|
|
769
|
+
'response_type' => 'Hard Decline',
|
|
770
|
+
'description' => 'A BML response indicating the transaction is declined, because it is not in US dollars.'
|
|
771
|
+
},
|
|
772
|
+
'705' => {
|
|
773
|
+
'response_message' => 'On negative file',
|
|
774
|
+
'response_type' => 'Hard Decline',
|
|
775
|
+
'description' => 'A BML response indicating the account is on the negative file.'
|
|
776
|
+
},
|
|
777
|
+
'706' => {
|
|
778
|
+
'response_message' => 'Blocked agreement',
|
|
779
|
+
'response_type' => 'Hard Decline',
|
|
780
|
+
'description' => 'A BML response indicating a blocked agreement account status.'
|
|
781
|
+
},
|
|
782
|
+
'707' => {
|
|
783
|
+
'response_message' => 'Insufficient buying power',
|
|
784
|
+
'response_type' => 'Other',
|
|
785
|
+
'description' => 'A BML response indicating that the account holder does not have sufficient credit available for the transaction amount.'
|
|
786
|
+
},
|
|
787
|
+
'708' => {
|
|
788
|
+
'response_message' => 'Invalid Data',
|
|
789
|
+
'response_type' => 'Hard Decline',
|
|
790
|
+
'description' => 'A BML response indicating that there are one or more problems with the submitted data.'
|
|
791
|
+
},
|
|
792
|
+
'709' => {
|
|
793
|
+
'response_message' => 'Invalid Data - data elements missing',
|
|
794
|
+
'response_type' => 'Hard Decline',
|
|
795
|
+
'description' => 'A BML response indicating one or more required data elements are missing. Also, returned for an eCheck transaction that is missing a required data element. For example, failure to include the name element in an echeckSale or echeckCredit transaction would result in this code being returned.'
|
|
796
|
+
},
|
|
797
|
+
'710' => {
|
|
798
|
+
'response_message' => 'Invalid Data - data format error',
|
|
799
|
+
'response_type' => 'Hard Decline',
|
|
800
|
+
'description' => 'A BML response indicating that some data was formatted incorrectly.'
|
|
801
|
+
},
|
|
802
|
+
'711' => {
|
|
803
|
+
'response_message' => 'Invalid Data - Invalid T&C version',
|
|
804
|
+
'response_type' => 'Hard Decline',
|
|
805
|
+
'description' => 'A BML response indicating the T&C version is invalid.'
|
|
806
|
+
},
|
|
807
|
+
'712' => {
|
|
808
|
+
'response_message' => 'Duplicate transaction',
|
|
809
|
+
'response_type' => 'Hard Decline',
|
|
810
|
+
'description' => 'A BML response indicating that the transaction is a duplicate.'
|
|
811
|
+
},
|
|
812
|
+
'713' => {
|
|
813
|
+
'response_message' => 'Verify billing address',
|
|
814
|
+
'response_type' => 'Hard Decline',
|
|
815
|
+
'description' => 'A BML response indicating that you should verify the billing address.'
|
|
816
|
+
},
|
|
817
|
+
'714' => {
|
|
818
|
+
'response_message' => 'Inactive Account',
|
|
819
|
+
'response_type' => 'Hard Decline',
|
|
820
|
+
'description' => 'A BML response indicating the customer account is inactive.'
|
|
821
|
+
},
|
|
822
|
+
'716' => {
|
|
823
|
+
'response_message' => 'Invalid Auth',
|
|
824
|
+
'response_type' => 'Hard Decline',
|
|
825
|
+
'description' => 'A BML response indicating that the referenced authorization is invalid.'
|
|
826
|
+
},
|
|
827
|
+
'717' => {
|
|
828
|
+
'response_message' => 'Authorization already exists for the order',
|
|
829
|
+
'response_type' => 'Hard Decline',
|
|
830
|
+
'description' => 'A BML response indicating that an authorization already exists for the transaction.'
|
|
831
|
+
},
|
|
832
|
+
'801' => {
|
|
833
|
+
'response_message' => 'Account number was successfully registered',
|
|
834
|
+
'response_type' => 'Approved',
|
|
835
|
+
'description' => 'The card number was successfully registered and a token number was returned.'
|
|
836
|
+
},
|
|
837
|
+
'802' => {
|
|
838
|
+
'response_message' => 'Account number was previously registered',
|
|
839
|
+
'response_type' => 'Approved',
|
|
840
|
+
'description' => 'The card number was previously registered for tokenization.'
|
|
841
|
+
},
|
|
842
|
+
'805' => {
|
|
843
|
+
'response_message' => 'Card Validation Number Updated',
|
|
844
|
+
'response_type' => 'Approved',
|
|
845
|
+
'description' => 'The stored value for CVV2/CVC2/CID has been successfully updated.'
|
|
846
|
+
},
|
|
847
|
+
'820' => {
|
|
848
|
+
'response_message' => 'Credit card number was invalid',
|
|
849
|
+
'response_type' => 'Hard Decline',
|
|
850
|
+
'description' => 'The card number submitted for tokenization is invalid.'
|
|
851
|
+
},
|
|
852
|
+
'821' => {
|
|
853
|
+
'response_message' => 'Merchant is not authorized for tokens',
|
|
854
|
+
'response_type' => 'Hard Decline',
|
|
855
|
+
'description' => 'Your organization is not authorized to use tokens.'
|
|
856
|
+
},
|
|
857
|
+
'822' => {
|
|
858
|
+
'response_message' => 'Token was not found',
|
|
859
|
+
'response_type' => 'Hard Decline',
|
|
860
|
+
'description' => 'The token number submitted with this transaction was not found.'
|
|
861
|
+
},
|
|
862
|
+
'850' => {
|
|
863
|
+
'response_message' => 'Tax Billing only allowed for MCC9311',
|
|
864
|
+
'response_type' => 'Hard Decline',
|
|
865
|
+
'description' => 'Tax Billing elements are allowed only for MCC 9311.'
|
|
866
|
+
},
|
|
867
|
+
'851' => {
|
|
868
|
+
'response_message' => 'MCC 9311 requires taxType element',
|
|
869
|
+
'response_type' => 'Hard Decline',
|
|
870
|
+
'description' => 'Missing taxType element'
|
|
871
|
+
},
|
|
872
|
+
'852' => {
|
|
873
|
+
'response_message' => 'Debt Repayment only allowed for VI transactions on MCCs 6012 and 6051',
|
|
874
|
+
'response_type' => 'Hard Decline',
|
|
875
|
+
'description' => 'You must be either MCC 6012 or 6051 to designate a Visa
|
|
876
|
+
transaction as Debt Repayment (debtRepayment element set to true).'
|
|
877
|
+
},
|
|
878
|
+
'877' => {
|
|
879
|
+
'response_message' => 'Invalid Pay Page Registration Id',
|
|
880
|
+
'response_type' => 'Hard Decline',
|
|
881
|
+
'description' => 'A Pay Page response indicating that the Pay Page Registration ID submitted is invalid.'
|
|
882
|
+
},
|
|
883
|
+
'878' => {
|
|
884
|
+
'response_message' => 'Expired Pay Page Registration Id',
|
|
885
|
+
'response_type' => 'Hard Decline',
|
|
886
|
+
'description' => 'A Pay Page response indicating that the Pay Page Registration ID has expired (Pay Page Registration IDs expire 24 hours after being issued).'
|
|
887
|
+
},
|
|
888
|
+
'879' => {
|
|
889
|
+
'response_message' => 'Merchant is not authorized for Pay Page',
|
|
890
|
+
'response_type' => 'Hard Decline',
|
|
891
|
+
'description' => 'Your organization is not authorized to use the Pay Page.'
|
|
892
|
+
},
|
|
893
|
+
'898' => {
|
|
894
|
+
'response_message' => 'Generic token registration error',
|
|
895
|
+
'response_type' => 'Soft Decline',
|
|
896
|
+
'description' => 'There is an unspecified token registration error; contact Litle & Co.'
|
|
897
|
+
},
|
|
898
|
+
'899' => {
|
|
899
|
+
'response_message' => 'Generic token use error',
|
|
900
|
+
'response_type' => 'Soft Decline',
|
|
901
|
+
'description' => 'There is an unspecified token use error; contact Litle & Co.'
|
|
902
|
+
},
|
|
903
|
+
'900' => {
|
|
904
|
+
'response_message' => 'Invalid Bank Routing Number',
|
|
905
|
+
'response_type' => 'Hard Decline',
|
|
906
|
+
'description' => 'The eCheck routing number submitted with this transaction has failed validation.'
|
|
907
|
+
},
|
|
908
|
+
'950' => {
|
|
909
|
+
'response_message' => 'Decline - Negative Information on File',
|
|
910
|
+
'response_type' => 'Hard Decline',
|
|
911
|
+
'description' => 'An eCheck response indicating the account is on the negative file.'
|
|
912
|
+
},
|
|
913
|
+
'951' => {
|
|
914
|
+
'response_message' => 'Absolute Decline',
|
|
915
|
+
'response_type' => 'Hard Decline',
|
|
916
|
+
'description' => 'An eCheck response indicating that this transaction was declined.'
|
|
917
|
+
},
|
|
918
|
+
'952' => {
|
|
919
|
+
'response_message' => 'The Merchant Profile does not allow the requested operation',
|
|
920
|
+
'response_type' => 'Hard Decline',
|
|
921
|
+
'description' => 'An eCheck response indicating that your Merchant Profile does not allow the requested operation. Contact your Litle & Co. Customer Experience Manager for additional information.'
|
|
922
|
+
},
|
|
923
|
+
'953' => {
|
|
924
|
+
'response_message' => 'The account cannot accept ACH transactions',
|
|
925
|
+
'response_type' => 'Hard Decline',
|
|
926
|
+
'description' => 'An eCheck response indicating the customer’s checking account does not accept ACH transactions.'
|
|
927
|
+
},
|
|
928
|
+
'954' => {
|
|
929
|
+
'response_message' => 'The account cannot accept ACH transactions or site drafts',
|
|
930
|
+
'response_type' => 'Hard Decline',
|
|
931
|
+
'description' => 'An eCheck response indicating the customer’s checking account does not accept ACH transactions or site drafts.'
|
|
932
|
+
},
|
|
933
|
+
'955' => {
|
|
934
|
+
'response_message' => 'Amount greater than limit specified in the Merchant Profile',
|
|
935
|
+
'response_type' => 'Hard Decline',
|
|
936
|
+
'description' => 'An eCheck response indicating that the dollar amount of this transaction exceeds the maximum amount specified in your Merchant Profile. Contact your Litle & Co. Customer Experience Manager for additional information.'
|
|
937
|
+
},
|
|
938
|
+
'956' => {
|
|
939
|
+
'response_message' => 'Merchant is not authorized to perform eCheck Verification transactions',
|
|
940
|
+
'response_type' => 'Hard Decline',
|
|
941
|
+
'description' => 'An eCheck response indicating that your organization is not authorized to perform eCheck verifications. Contact your Litle & Co. Customer Experience Manager for additional information.'
|
|
942
|
+
},
|
|
943
|
+
'957' => {
|
|
944
|
+
'response_message' => 'First Name and Last Name required for eCheck Verifications',
|
|
945
|
+
'response_type' => 'Hard Decline',
|
|
946
|
+
'description' => 'An eCheck response indicating that the first and last name of the customer is required for eCheck verifications.'
|
|
947
|
+
},
|
|
948
|
+
'958' => {
|
|
949
|
+
'response_message' => 'Company Name required for corporate account for eCheck Verifications',
|
|
950
|
+
'response_type' => 'Hard Decline',
|
|
951
|
+
'description' => 'An eCheck response indicating that the company name is required for verifications on corporate accounts.'
|
|
952
|
+
},
|
|
953
|
+
'959' => {
|
|
954
|
+
'response_message' => 'Phone number required for eCheck Verifications',
|
|
955
|
+
'response_type' => 'Hard Decline',
|
|
956
|
+
'description' => 'An eCheck response indicating that the phone number of the customer is required for eCheck verifications.'
|
|
957
|
+
},
|
|
958
|
+
}
|
|
959
|
+
end
|
|
960
|
+
end
|