issuer_response_codes 0.1.2 → 0.2.2
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 +4 -4
- data/.gitignore +1 -1
- data/.rubocop.yml +3 -0
- data/Gemfile +0 -3
- data/Gemfile.lock +11 -9
- data/README.md +166 -8
- data/issuer_response_codes.gemspec +2 -0
- data/lib/issuer_response_codes/code.rb +8 -2
- data/lib/issuer_response_codes/context.rb +4 -0
- data/lib/issuer_response_codes/locale_library.rb +3 -1
- data/lib/issuer_response_codes/tds_code.rb +26 -0
- data/lib/issuer_response_codes/version.rb +1 -1
- data/lib/issuer_response_codes.rb +2 -1
- data/lib/locale/da.yml +149 -38
- data/lib/locale/de.yml +292 -0
- data/lib/locale/ee.yml +149 -38
- data/lib/locale/en.yml +277 -77
- data/lib/locale/it.yml +289 -0
- data/lib/locale/lt.yml +149 -38
- data/lib/locale/lv.yml +149 -38
- data/lib/locale/pl.yml +294 -76
- data/lib/locale/sv.yml +149 -38
- metadata +36 -5
data/lib/locale/ee.yml
CHANGED
@@ -1,41 +1,118 @@
|
|
1
1
|
ee:
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
2
|
+
tds_status_codes:
|
3
|
+
fraudulent_codes:
|
4
|
+
'09': true
|
5
|
+
'10': true
|
6
|
+
'11': true
|
7
|
+
behaviour:
|
8
|
+
unknown: 'Please contact our support team.'
|
9
|
+
'01': Please try again.
|
10
|
+
'02': Please try again using a different device.
|
11
|
+
'03': Please try again using a different device.
|
12
|
+
'04': Please use a different card or contact your card issuer.
|
13
|
+
'05': Please use a different card.
|
14
|
+
'06': Please use a different card or check the card number.
|
15
|
+
'07': Please use a different card.
|
16
|
+
'08': Please use a different card.
|
17
|
+
'09': Please use a different card or contact issuer.
|
18
|
+
'10': Please use a different card or contact issuer.
|
19
|
+
'11': Please use a different card or contact issuer.
|
20
|
+
'12': Please use a different card or contact issuer.
|
21
|
+
'13': Please use a different card or contact issuer.
|
22
|
+
'14': Please try again or use a different card.
|
23
|
+
'15': Please use a different card or contact issuer.
|
24
|
+
'16': Please use a different card or contact issuer.
|
25
|
+
'17': Please use a different card or contact issuer.
|
26
|
+
'18': Please use a different card or contact issuer.
|
27
|
+
'19': Please use a different card or contact issuer.
|
28
|
+
'20': Please use a different card.
|
29
|
+
'21': Please use a different card.
|
30
|
+
'22': Please try again or use a different card.
|
31
|
+
'23': Please use a different card or contact issuer.
|
32
|
+
'24': Please try again or use a different card.
|
33
|
+
'25': Please try again or use a different card.
|
34
|
+
'26': Please try again or use a different card.
|
35
|
+
'80': Please use a different card.
|
36
|
+
'81': Please try again or use a different card.
|
37
|
+
'82': Please use a different card.
|
38
|
+
'83': Please use a different card.
|
39
|
+
'84': Please try again or use a different card.
|
40
|
+
'85': Please use a different card.
|
41
|
+
'86': Please use a different card.
|
42
|
+
'87': Please use a different card.
|
43
|
+
'88': Please use a different card.
|
44
|
+
universal: &universal_tds_status_codes
|
45
|
+
unknown: "Unknown reason."
|
46
|
+
'01': Card authentication failed.
|
47
|
+
'02': Unknown Device.
|
48
|
+
'03': Unsupported Device.
|
49
|
+
'04': Exceeds authentication frequency limit.
|
50
|
+
'05': Expired card.
|
51
|
+
'06': Invalid card number.
|
52
|
+
'07': Invalid transaction.
|
53
|
+
'08': No Card record.
|
54
|
+
'15': Low confidence.
|
55
|
+
'16': Medium confidence.
|
56
|
+
'17': High confidence.
|
57
|
+
'18': Very High confidence.
|
58
|
+
'19': Exceeds ACS maximum challenges.
|
59
|
+
'20': Non-Payment transaction not supported.
|
60
|
+
targeted:
|
61
|
+
merchant:
|
62
|
+
<<: *universal_tds_status_codes
|
63
|
+
'09': Security failure.
|
64
|
+
'10': Stolen card.
|
65
|
+
'11': Suspected fraud.
|
66
|
+
'12': Transaction not permitted to cardholder.
|
67
|
+
'13': Cardholder not enrolled in service.
|
68
|
+
'14': Transaction timed out at the ACS.
|
69
|
+
'21': 3RI transaction not supported.
|
70
|
+
'22': ACS technical issue.
|
71
|
+
'23': Decoupled Authentication required by ACS but not requested by 3DS Requestor.
|
72
|
+
'24': 3DS Requestor Decoupled Max Expiry Time exceeded.
|
73
|
+
'25': Decoupled Authentication was provided insufficient time to authenticate cardholder. ACS will not make attempt.
|
74
|
+
'26': Authentication attempted but not performed by the cardholder.
|
75
|
+
'80': Error Connecting to ACS.
|
76
|
+
'81': ACS Timed Out.
|
77
|
+
'82': Invalid Response from ACS.
|
78
|
+
'83': System Error Response from ACS.
|
79
|
+
'84': Internal Error While Generating CAVV.
|
80
|
+
'85': VMID not eligible for requested program.
|
81
|
+
'86': Protocol Version Not Supported by ACS.
|
82
|
+
'87': Transaction is excluded from Attempts Processing (includes non- reloadable pre-paid cards and Non- Payments (NPA)).
|
83
|
+
'88': Requested program not supported by the ACS.
|
84
|
+
cardholder:
|
85
|
+
<<: *universal_tds_status_codes
|
86
|
+
'09': Card authentication failed. # Security failure
|
87
|
+
'10': Card authentication failed. # Stolen card
|
88
|
+
'11': Card authentication failed. # Suspected fraud
|
89
|
+
'12': Transaction not permitted to cardholder.
|
90
|
+
'13': Cardholder not enrolled in service.
|
91
|
+
'14': Card authentication failed.
|
92
|
+
'21': Card authentication failed.
|
93
|
+
'22': Issuer technical issue.
|
94
|
+
'23': Card authentication failed
|
95
|
+
'24': Card authentication failed
|
96
|
+
'25': Card authentication failed.
|
97
|
+
'26': Card authentication failed.
|
98
|
+
'80': Card authentication failed.
|
99
|
+
'81': Card authentication failed.
|
100
|
+
'82': Card authentication failed.
|
101
|
+
'83': Card authentication failed.
|
102
|
+
'84': Card authentication failed.
|
103
|
+
'85': Card authentication failed.
|
104
|
+
'86': Card authentication failed.
|
105
|
+
'87': Card authentication failed.
|
106
|
+
'88': Card authentication failed.
|
107
|
+
|
36
108
|
issuer_response_codes:
|
37
109
|
suggestion: 'Suggestion'
|
38
110
|
fraud_notice: 'IMPORTANT NOTICE: It is forbidden to retry transactions that ended with this code. It may be recognized as a fraud attempt!'
|
111
|
+
fraudulent_codes:
|
112
|
+
'04': true
|
113
|
+
'07': true
|
114
|
+
'41': true
|
115
|
+
'43': true
|
39
116
|
behaviour:
|
40
117
|
'00': "Palun proovige hiljem uuesti, võtke ühendust müüja või Espago klienditoega."
|
41
118
|
'05': "Palun kontrollige oma antud liiki tehinguid käsitlevaid kaardi seadeid või kasutage teist kaarti."
|
@@ -52,12 +129,12 @@ ee:
|
|
52
129
|
'01': "Please contact your card issuer."
|
53
130
|
'02': "Please contact your card issuer."
|
54
131
|
'03': "Please contact your card issuer and try again later."
|
55
|
-
'04': "Please contact your card issuer and try again later.
|
56
|
-
'07': "Please contact your card issuer and try again later.
|
132
|
+
'04': "Please contact your card issuer and try again later."
|
133
|
+
'07': "Please contact your card issuer and try again later."
|
57
134
|
'12': "Please contact your card issuer to get more details and try again later."
|
58
135
|
'30': "Please contact your card issuer to get more details and try again later."
|
59
|
-
'41': "Please contact your card issuer to get more details and try again later.
|
60
|
-
'43': "Please contact your card issuer to get more details and try again later.
|
136
|
+
'41': "Please contact your card issuer to get more details and try again later."
|
137
|
+
'43': "Please contact your card issuer to get more details and try again later."
|
61
138
|
'58': "Please check your card settings for those transaction types or use another card."
|
62
139
|
'59': "Please contact your card issuer to get more details and try again later."
|
63
140
|
'62': "Please contact your bank."
|
@@ -74,6 +151,40 @@ ee:
|
|
74
151
|
'E5': "Please try again later or contact your card issuer to get more details"
|
75
152
|
'R0': "Please contact your card issuer to get more details and try again later."
|
76
153
|
'R1': "Please contact your card issuer to get more details and try again later."
|
154
|
+
universal: &issuer_response_code
|
155
|
+
'00': "Tekkis viga. Tehing lükati Elavoni poolt tagasi sobimatu kaardiliigi, valede kaardiandmete, väljaandja / panga loa puudumise või kaupmehe suletud konto tõttu."
|
156
|
+
'05': "Pank lükkas tehingu tagasi, kuna turvalisuskontrollis avastati puudusi (kasutatud kaardiga ei saa teostada korduvtehinguid / makseid ilma CVV-koodita), rahalised vahendid on külmutatud, limiidid ületatud või kaart ei toeta MOTO-/internetitehinguid."
|
157
|
+
'13': "MOTO/eCommerce mitteaktiivne või summa limiit ületatud."
|
158
|
+
'14': "Kehtetu kaardi number."
|
159
|
+
'N7': "Vale CVV-kood."
|
160
|
+
'51': "Puuduvad piisavad vahendid."
|
161
|
+
'54': "Kehtivuse kaotanud kaart."
|
162
|
+
'57': "Pank lükkas tehingu tagasi, kuna antud krediitkaarti ei saa seda liiki tehingu teostamiseks kasutada (eCommerce, MOTO või korduvtehing)."
|
163
|
+
'61': "MOTO/eCommerce mitteaktiivne või summa limiit ületatud."
|
164
|
+
'82': "Vale CVV-kood."
|
165
|
+
# incomplete translations
|
166
|
+
unknown: "Unknown reason."
|
167
|
+
'01': "Authorization Error."
|
168
|
+
'02': "Authorization Error."
|
169
|
+
'03': "Authorization Error."
|
170
|
+
'12': "No privileges to execute this transaction for your card."
|
171
|
+
'30': "Your bank has declined this transaction"
|
172
|
+
'58': "Your bank has declined this transaction as this credit card cannot be used for this type of transaction (eccommerce, MOTO or recurring)."
|
173
|
+
'59': "Your bank has declined this transaction"
|
174
|
+
'62': "Your card can be not supported due to restrictions placed on the card or Seller country exclusion (imposition an embargo), or bank blocked a card eg. due to unacceptable debit balance."
|
175
|
+
'65': "Activity count limit exceeded."
|
176
|
+
'75': "Invalid activity count limit exceeded."
|
177
|
+
'78': "Inactive card."
|
178
|
+
'91': "Temporary issuer error."
|
179
|
+
'92': "Temporary issuer error."
|
180
|
+
'94': "Temporary issuer error."
|
181
|
+
'96': "Temporary issuer error."
|
182
|
+
'98': "Temporary issuer error."
|
183
|
+
'E3': "Transaction not executed due to a 3D-Secure error."
|
184
|
+
'E4': "Transaction not executed due to a negative 3D-Secure confirmation from your bank."
|
185
|
+
'E5': "Temporary 3D-Secure error."
|
186
|
+
'R0': "Refused by Issuer because Customer requested stop of specific recurring payments."
|
187
|
+
'R1': "Refused by Issuer because Customer requested stop of all recurring payments."
|
77
188
|
targeted:
|
78
189
|
merchant:
|
79
190
|
<<: *issuer_response_code
|
data/lib/locale/en.yml
CHANGED
@@ -1,87 +1,287 @@
|
|
1
1
|
en:
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
2
|
+
tds_status_codes:
|
3
|
+
suggestion: 'Suggestion'
|
4
|
+
fraud_notice: 'Transactions with this code may be considered fraudulent.'
|
5
|
+
fraudulent_codes:
|
6
|
+
'09': true
|
7
|
+
'10': true
|
8
|
+
'11': true
|
9
|
+
behaviour:
|
10
|
+
unknown: 'Please contact our support team.'
|
11
|
+
'01': Please try again.
|
12
|
+
'02': Please try again using a different device.
|
13
|
+
'03': Please try again using a different device.
|
14
|
+
'04': Please use a different card or contact your card issuer.
|
15
|
+
'05': Please use a different card.
|
16
|
+
'06': Please use a different card or check the card number.
|
17
|
+
'07': Please use a different card.
|
18
|
+
'08': Please use a different card.
|
19
|
+
'09': Please use a different card or contact issuer.
|
20
|
+
'10': Please use a different card or contact issuer.
|
21
|
+
'11': Please use a different card or contact issuer.
|
22
|
+
'12': Please use a different card or contact issuer.
|
23
|
+
'13': Please use a different card or contact issuer.
|
24
|
+
'14': Please try again or use a different card.
|
25
|
+
'15': Please use a different card or contact issuer.
|
26
|
+
'16': Please use a different card or contact issuer.
|
27
|
+
'17': Please use a different card or contact issuer.
|
28
|
+
'18': Please use a different card or contact issuer.
|
29
|
+
'19': Please use a different card or contact issuer.
|
30
|
+
'20': Please use a different card.
|
31
|
+
'21': Please use a different card.
|
32
|
+
'22': Please try again or use a different card.
|
33
|
+
'23': Please use a different card or contact issuer.
|
34
|
+
'24': Please try again or use a different card.
|
35
|
+
'25': Please try again or use a different card.
|
36
|
+
'26': Please try again or use a different card.
|
37
|
+
'80': Please use a different card.
|
38
|
+
'81': Please try again or use a different card.
|
39
|
+
'82': Please use a different card.
|
40
|
+
'83': Please use a different card.
|
41
|
+
'84': Please try again or use a different card.
|
42
|
+
'85': Please use a different card.
|
43
|
+
'86': Please use a different card.
|
44
|
+
'87': Please use a different card.
|
45
|
+
'88': Please use a different card.
|
46
|
+
universal: &universal_tds_status_codes
|
47
|
+
unknown: "Unknown reason."
|
48
|
+
'01': Card authentication failed.
|
49
|
+
'02': Unknown Device.
|
50
|
+
'03': Unsupported Device.
|
51
|
+
'04': Exceeds authentication frequency limit.
|
52
|
+
'05': Expired card.
|
53
|
+
'06': Invalid card number.
|
54
|
+
'07': Invalid transaction.
|
55
|
+
'08': No Card record.
|
56
|
+
'15': Low confidence.
|
57
|
+
'16': Medium confidence.
|
58
|
+
'17': High confidence.
|
59
|
+
'18': Very High confidence.
|
60
|
+
'19': Exceeds ACS maximum challenges.
|
61
|
+
'20': Non-Payment transaction not supported.
|
62
|
+
targeted:
|
63
|
+
merchant:
|
64
|
+
<<: *universal_tds_status_codes
|
65
|
+
'09': Security failure.
|
66
|
+
'10': Stolen card.
|
67
|
+
'11': Suspected fraud.
|
68
|
+
'12': Transaction not permitted to cardholder.
|
69
|
+
'13': Cardholder not enrolled in service.
|
70
|
+
'14': Transaction timed out at the ACS.
|
71
|
+
'21': 3RI transaction not supported.
|
72
|
+
'22': ACS technical issue.
|
73
|
+
'23': Decoupled Authentication required by ACS but not requested by 3DS Requestor.
|
74
|
+
'24': 3DS Requestor Decoupled Max Expiry Time exceeded.
|
75
|
+
'25': Decoupled Authentication was provided insufficient time to authenticate cardholder. ACS will not make attempt.
|
76
|
+
'26': Authentication attempted but not performed by the cardholder.
|
77
|
+
'80': Error Connecting to ACS.
|
78
|
+
'81': ACS Timed Out.
|
79
|
+
'82': Invalid Response from ACS.
|
80
|
+
'83': System Error Response from ACS.
|
81
|
+
'84': Internal Error While Generating CAVV.
|
82
|
+
'85': VMID not eligible for requested program.
|
83
|
+
'86': Protocol Version Not Supported by ACS.
|
84
|
+
'87': Transaction is excluded from Attempts Processing (includes non- reloadable pre-paid cards and Non- Payments (NPA)).
|
85
|
+
'88': Requested program not supported by the ACS.
|
86
|
+
cardholder:
|
87
|
+
<<: *universal_tds_status_codes
|
88
|
+
'09': Card authentication failed. # Security failure
|
89
|
+
'10': Card authentication failed. # Stolen card
|
90
|
+
'11': Card authentication failed. # Suspected fraud
|
91
|
+
'12': Transaction not permitted to cardholder.
|
92
|
+
'13': Cardholder not enrolled in service.
|
93
|
+
'14': Card authentication failed.
|
94
|
+
'21': Card authentication failed.
|
95
|
+
'22': Issuer technical issue.
|
96
|
+
'23': Card authentication failed
|
97
|
+
'24': Card authentication failed
|
98
|
+
'25': Card authentication failed.
|
99
|
+
'26': Card authentication failed.
|
100
|
+
'80': Card authentication failed.
|
101
|
+
'81': Card authentication failed.
|
102
|
+
'82': Card authentication failed.
|
103
|
+
'83': Card authentication failed.
|
104
|
+
'84': Card authentication failed.
|
105
|
+
'85': Card authentication failed.
|
106
|
+
'86': Card authentication failed.
|
107
|
+
'87': Card authentication failed.
|
108
|
+
'88': Card authentication failed.
|
109
|
+
|
35
110
|
issuer_response_codes:
|
36
111
|
suggestion: 'Suggestion'
|
37
112
|
fraud_notice: 'IMPORTANT NOTICE: It is forbidden to retry transactions that ended with this code. It may be recognized as a fraud attempt!'
|
113
|
+
fraudulent_codes:
|
114
|
+
'04': true
|
115
|
+
'07': true
|
116
|
+
'12': true
|
117
|
+
'14': true
|
118
|
+
'15': true
|
119
|
+
'41': true
|
120
|
+
'43': true
|
121
|
+
'54': true
|
122
|
+
'57': true
|
123
|
+
'59': true
|
124
|
+
'63': true
|
125
|
+
'R0': true
|
126
|
+
'R1': true
|
127
|
+
'R3': true
|
38
128
|
behaviour:
|
39
|
-
unknown:
|
40
|
-
'00': "
|
41
|
-
'
|
42
|
-
'
|
43
|
-
'
|
44
|
-
'
|
45
|
-
'
|
46
|
-
'
|
47
|
-
'
|
48
|
-
'
|
49
|
-
'
|
50
|
-
'
|
51
|
-
'
|
52
|
-
'
|
53
|
-
'
|
54
|
-
'
|
55
|
-
'
|
56
|
-
'
|
57
|
-
'
|
58
|
-
'
|
59
|
-
'
|
60
|
-
'
|
61
|
-
'
|
62
|
-
'
|
63
|
-
'
|
64
|
-
'
|
65
|
-
'
|
66
|
-
'
|
67
|
-
'
|
68
|
-
'
|
69
|
-
'
|
70
|
-
'
|
71
|
-
'
|
72
|
-
'
|
73
|
-
'
|
74
|
-
'
|
129
|
+
unknown: Please contact our support team.
|
130
|
+
'00': "Please try again or contact the seller."
|
131
|
+
'1A': "Please try again or contact the issuer for clarification."
|
132
|
+
'01': "Please use a different card or contact the issuer for clarification."
|
133
|
+
'02': "Please use a different card or contact the issuer for clarification."
|
134
|
+
'03': "Please use a different card or contact the issuer for clarification.."
|
135
|
+
'04': "Please use a different card or contact the issuer for clarification."
|
136
|
+
'05': "Please use a different card or contact the issuer to check the ecommerce payment settings."
|
137
|
+
'06': "Please use a different card or contact the issuer for clarification."
|
138
|
+
'07': "Please use a different card or contact the issuer for clarification."
|
139
|
+
'12': "Please use a different card or contact the issuer for clarification."
|
140
|
+
'13': "Please use a different card or contact the issuer to check the ecommerce payment settings."
|
141
|
+
'14': "Please use a different card or contact the issuer for clarification."
|
142
|
+
'15': "Please use a different card or contact the issuer for clarification."
|
143
|
+
'19': "Please use a different card or contact the issuer for clarification."
|
144
|
+
'21': "Please use a different card or contact the issuer for clarification."
|
145
|
+
'30': "Please use a different card or contact the issuer for clarification."
|
146
|
+
'39': "Please use a different card or contact the issuer for clarification."
|
147
|
+
'41': "Please use a different card or contact the issuer for clarification."
|
148
|
+
'43': "Please use a different card or contact the issuer for clarification."
|
149
|
+
'51': "Please verify your payments limit, use a different card or contact the issuer for clarification."
|
150
|
+
'52': "Please use a different card or contact the issuer for clarification."
|
151
|
+
'53': "Please use a different card or contact the issuer for clarification."
|
152
|
+
'54': "Please use a different card or contact the issuer for clarification."
|
153
|
+
'55': "Please use a different card or verify your CVV/CVC or contact the issuer for clarification."
|
154
|
+
'57': "Please use a different card or contact the issuer to check the ecommerce payment settings."
|
155
|
+
'58': "Please use a different card or contact the issuer to check the ecommerce payment settings."
|
156
|
+
'59': "Please use a different card or contact the issuer for clarification."
|
157
|
+
'61': "Please verify your payments limit, use a different card or contact the issuer for clarification."
|
158
|
+
'62': "Please use a different card or contact the issuer for clarification."
|
159
|
+
'63': "Please use a different card or contact the issuer for clarification."
|
160
|
+
'65': "Please use a different card or contact the issuer for clarification."
|
161
|
+
'70': "Please use a different card or contact the issuer to check the ecommerce payment settings."
|
162
|
+
'76': "Please use a different card or contact the issuer for clarification."
|
163
|
+
'77': "Please use a different card or contact the issuer for clarification."
|
164
|
+
'78': "Please try again or contact the issuer for card activation."
|
165
|
+
'82': "Please use a different card or contact the issuer for clarification."
|
166
|
+
'N7': "Please try again and check the CVV/CVC or contact the issuer for clarification."
|
167
|
+
'R0': "Please use a different card or contact the issuer for clarification."
|
168
|
+
'R1': "Please use a different card or contact the issuer for clarification."
|
169
|
+
'R3': "Please use a different card or contact the issuer for clarification."
|
170
|
+
'E3': "Please try again or contact the issuer for clarification."
|
171
|
+
'E4': "Please try again or contact the issuer for clarification."
|
172
|
+
'E5': "Please try again or contact the issuer for clarification."
|
173
|
+
'75': "Please try again and check the CVV/CVC or contact the issuer for clarification."
|
174
|
+
'85': "The issuer has confirmed this transaction."
|
175
|
+
'86': "Please use a different card or contact the issuer for clarification."
|
176
|
+
'91': "Please use a different card or try again later"
|
177
|
+
'92': "Please use a different card or contact the issuer for clarification."
|
178
|
+
'93': "Please use a different card or contact the issuer for clarification."
|
179
|
+
'94': "Please use a different card or contact the issuer for clarification."
|
180
|
+
'96': "Please use a different card or contact the issuer for clarification."
|
181
|
+
'98': "Please use a different card or contact the issuer for clarification."
|
182
|
+
'N3': "Please use a different card or contact the issuer for clarification."
|
183
|
+
'P5': "Please use a different card or contact the issuer for clarification."
|
184
|
+
'R2': "Please use a different card or contact the issuer for clarification."
|
185
|
+
universal: &issuer_response_code
|
186
|
+
unknown: "Unknown reason."
|
187
|
+
'75': "Allowable number of PIN entry tries exceeded."
|
188
|
+
'86': "Cannot verify PIN."
|
189
|
+
'91': "Issuer not available."
|
190
|
+
'92': "Financial institution or intermediate network facility cannot be found for routing (receiving institution ID is invalid)."
|
191
|
+
'93': "Transaction cannot be completed - violation of law."
|
192
|
+
'94': "Temporary issuer error."
|
193
|
+
'96': "Temporary issuer error."
|
194
|
+
'98': "Temporary issuer error."
|
195
|
+
'N3': "Cash service not available."
|
196
|
+
'P5': "Denied PIN unblock - PIN change or unblock request declined by issuer."
|
197
|
+
'R2': "Payment rejected by the issuer - Transaction does not qualify for Visa PIN."
|
198
|
+
'E3': "Transaction not executed due to a 3D-Secure error."
|
199
|
+
'E4': "Transaction not executed due to a negative 3D-Secure confirmation from your bank."
|
200
|
+
'E5': "Temporary 3D-Secure error."
|
75
201
|
targeted:
|
76
202
|
merchant:
|
77
203
|
<<: *issuer_response_code
|
78
|
-
'
|
79
|
-
'
|
80
|
-
'
|
81
|
-
'
|
204
|
+
'00': "Transaction rejected due to no response from issuer/bank, inactive Merchant account, used not supported card or incorrect card data."
|
205
|
+
'1A': "Soft decline."
|
206
|
+
'01': "Refer to card issuer."
|
207
|
+
'02': "Refer to card issuer, special condition."
|
208
|
+
'03': "Invalid merchant."
|
209
|
+
'04': "Pick up card (no fraud)."
|
210
|
+
'05': "Do not honor."
|
211
|
+
'06': "Error."
|
212
|
+
'07': "Pick up card, special condition (fraud account)."
|
213
|
+
'12': "Invalid transaction."
|
214
|
+
'13': "Invalid amount or currency conversion field overflow."
|
215
|
+
'14': "Invalid account number (no such number)."
|
216
|
+
'15': "No such issuer."
|
217
|
+
'19': "Re-enter transaction."
|
218
|
+
'21': "No action taken."
|
219
|
+
'30': "Format error."
|
220
|
+
'39': "No credit account."
|
221
|
+
'41': "Lost card, pick up (fraud account)."
|
222
|
+
'43': "Stolen card, pick up (fraud account)."
|
223
|
+
'51': "Not sufficient funds."
|
224
|
+
'52': "No checking account."
|
225
|
+
'53': "No savings account."
|
226
|
+
'54': "Expired card or expiration date is missing."
|
227
|
+
'55': "Incorrect PIN or PIN missing."
|
228
|
+
'57': "Transaction not permitted to cardholder."
|
229
|
+
'58': "Transaction not allowed at terminal."
|
230
|
+
'59': "Suspected fraud."
|
231
|
+
'61': "Exceeds approval amount limit."
|
232
|
+
'62': "Restricted card (card invalid in this region or country)."
|
233
|
+
'63': "Security Violation."
|
234
|
+
'65': "Exceeds withdrawal frequency limit."
|
235
|
+
'70': "PIN data required."
|
236
|
+
'76': "Unsolicited reversal."
|
237
|
+
'77': "Duplicate reversal or duplicate transaction."
|
238
|
+
'78': "Blocked, first used."
|
239
|
+
'82': "Negative CAM, dCVV, iCVV, or CVV results."
|
240
|
+
'85': "Not declined."
|
241
|
+
'N7': "Decline for CVV2 failure."
|
242
|
+
'R0': "Stop Payment Order."
|
243
|
+
'R1': "Revocation of authorization order."
|
244
|
+
'R3': "Revocation of all authorizations order."
|
82
245
|
cardholder:
|
83
246
|
<<: *issuer_response_code
|
84
|
-
'
|
85
|
-
'
|
86
|
-
'
|
87
|
-
'
|
247
|
+
'00': "Payment failed."
|
248
|
+
'1A': "Soft decline - an authentication required."
|
249
|
+
'01': "Payment rejected."
|
250
|
+
'02': "Payment rejected."
|
251
|
+
'03': "This card cannot be accepted by this merchant."
|
252
|
+
'04': "Payment rejected by the issuer."
|
253
|
+
'05': "Payment rejected by the issuer."
|
254
|
+
'06': "Error."
|
255
|
+
'07': "Payment rejected by the issuer."
|
256
|
+
'12': "Payment rejected by the issuer - invalid transaction."
|
257
|
+
'13': "Payment rejected by the issuer - invalid amount or currency conversion field overflow."
|
258
|
+
'14': "Payment rejected by the issuer - invalid account number."
|
259
|
+
'15': "Payment rejected - no such issuer."
|
260
|
+
'19': "Payment rejected by the issuer."
|
261
|
+
'21': "Payment rejected by the issuer."
|
262
|
+
'30': "Payment rejected by the issuer - format error."
|
263
|
+
'39': "Payment rejected by the issuer - no credit account."
|
264
|
+
'41': "Payment rejected by the issuer."
|
265
|
+
'43': "Payment rejected by the issuer."
|
266
|
+
'51': "Payment rejected by the issuer - no sufficient funds.."
|
267
|
+
'52': "Payment rejected by the issuer."
|
268
|
+
'53': "Payment rejected by the issuer."
|
269
|
+
'54': "Payment rejected by the issuer - expired card."
|
270
|
+
'55': "Payment rejected by the issuer - Incorrect PIN or PIN missing."
|
271
|
+
'57': "Payment rejected by the issuer - transaction not permitted to cardholder."
|
272
|
+
'58': "Payment rejected by the issuer - transaction not allowed at terminal."
|
273
|
+
'59': "Payment rejected by the issuer."
|
274
|
+
'61': "Payment rejected by the issuer - exceeds approval amount limit."
|
275
|
+
'62': "Payment rejected by the issuer - card invalid in this region or country."
|
276
|
+
'63': "Payment rejected by the issuer"
|
277
|
+
'65': "Payment rejected by the issuer - exceeds withdrawal frequency limit."
|
278
|
+
'70': "Strong authentication required (SCA)."
|
279
|
+
'76': "Payment rejected by the issuer - unsolicited reversal."
|
280
|
+
'77': "Payment declined by the issuer."
|
281
|
+
'78': "Payment rejected by the issuer - card used for the first time."
|
282
|
+
'82': "Payment rejected by the issuer - negative CAM, dCVV, iCVV, or CVV results."
|
283
|
+
'85': "Authorization succeeded."
|
284
|
+
'N7': "Payment rejected by the issuer - decline for CVV2 failure."
|
285
|
+
'R0': "Payment rejected by the issuer - Stop Payment Order."
|
286
|
+
'R1': "Payment rejected by the issuer - Revocation of authorization order."
|
287
|
+
'R3': "Payment rejected by the issuer - Revocation of all authorizations order."
|