issuer_response_codes 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
data/lib/locale/sv.yml CHANGED
@@ -4,43 +4,107 @@ sv:
4
4
  '09': true
5
5
  '10': true
6
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.
7
44
  universal: &universal_tds_status_codes
8
45
  unknown: "Unknown reason."
9
- '01': Card authentication failed
10
- '02': Unknown Device
11
- '03': Unsupported Device
12
- '04': Exceeds authentication frequency limit
13
- '05': Expired card
14
- '06': Invalid card number
15
- '07': Invalid transaction
16
- '08': No Card record
17
- '12': Transaction not permitted to cardholder
18
- '13': Cardholder not enrolled in service
19
- '14': Transaction timed out at the ACS
20
- '15': Low confidence
21
- '16': Medium confidence
22
- '17': High confidence
23
- '18': Very High confidence
24
- '19': Exceeds ACS maximum challenges
25
- '20': Non-Payment transaction not supported
26
- '21': 3RI transaction not supported
27
- '22': ACS technical issue
28
- '23': Decoupled Authentication required by ACS but not requested by 3DS Requestor
29
- '24': 3DS Requestor Decoupled Max Expiry Time exceeded
30
- '25': Decoupled Authentication was provided insufficient time to authenticate cardholder. ACS will not make attempt
31
- '26': Authentication attempted but not performed by the cardholder
32
-
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.
33
60
  targeted:
34
- cardholder:
35
- <<: *universal_tds_status_codes
36
- '09': Card authentication failed # Security failure
37
- '10': Card authentication failed # Stolen card
38
- '11': Card authentication failed # Suspected fraud
39
61
  merchant:
40
62
  <<: *universal_tds_status_codes
41
- '09': Security failure
42
- '10': Stolen card
43
- '11': Suspected fraud
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
+
44
108
  issuer_response_codes:
45
109
  suggestion: 'Suggestion'
46
110
  fraud_notice: 'IMPORTANT NOTICE: It is forbidden to retry transactions that ended with this code. It may be recognized as a fraud attempt!'
@@ -49,40 +113,6 @@ sv:
49
113
  '07': true
50
114
  '41': true
51
115
  '43': true
52
- universal: &issuer_response_code
53
- '00': "Ett fel inträffade. Transaktionen avvisades av Elavon på grund av att den inte stödde korttyp eller felaktiga kortdata, inget svar från emittent / bank eller inaktivt Merchant-konto."
54
- '05': "Banken har avböjt transaktionen på grund av säkerhetskontroll (använt kort stöder inte återkommande betalningar eller betalning utan CVV-kod), pengarna har frusits eller gränsöverskridits eller kortet stöder inte MOTO / internet-transaktioner."
55
- '13': "MOTO / eCommerce betalningar på kortet är inaktiva eller beloppet överskrider."
56
- '14': "Ogiltigt kortnummer."
57
- 'N7': "Negativa CVV / CVC resultat."
58
- '51': "Otillräckliga medel."
59
- '54': "Utgånget kort."
60
- '57': "Banken har avböjt transaktionen eftersom detta kreditkort inte kan användas för denna typ av transaktion (e-handel, MOTO eller återkommande)."
61
- '61': "Banken har avböjt transaktionen."
62
- '82': "Negativa CVV / CVC resultat."
63
- # incomplete translations
64
- unknown: "Unknown reason."
65
- '01': "Authorization Error."
66
- '02': "Authorization Error."
67
- '03': "Authorization Error."
68
- '12': "No privileges to execute this transaction for your card."
69
- '30': "Your bank has declined this transaction"
70
- '58': "Your bank has declined this transaction as this credit card cannot be used for this type of transaction (eccommerce, MOTO or recurring)."
71
- '59': "Your bank has declined this transaction"
72
- '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."
73
- '65': "Activity count limit exceeded."
74
- '75': "Invalid activity count limit exceeded."
75
- '78': "Inactive card."
76
- '91': "Temporary issuer error."
77
- '92': "Temporary issuer error."
78
- '94': "Temporary issuer error."
79
- '96': "Temporary issuer error."
80
- '98': "Temporary issuer error."
81
- 'E3': "Transaction not executed due to a 3D-Secure error."
82
- 'E4': "Transaction not executed due to a negative 3D-Secure confirmation from your bank."
83
- 'E5': "Temporary 3D-Secure error."
84
- 'R0': "Refused by Issuer because Customer requested stop of specific recurring payments."
85
- 'R1': "Refused by Issuer because Customer requested stop of all recurring payments."
86
116
  behaviour:
87
117
  '00': "Vänligen försök igen senare, kontakta säljaren eller med hjälp av Espago Support Team."
88
118
  '05': "Kontrollera dina kortinställningar för dessa transaktionstyper eller använd ett annat kort."
@@ -121,6 +151,40 @@ sv:
121
151
  'E5': "Please try again later or contact your card issuer to get more details"
122
152
  'R0': "Please contact your card issuer to get more details and try again later."
123
153
  'R1': "Please contact your card issuer to get more details and try again later."
154
+ universal: &issuer_response_code
155
+ '00': "Ett fel inträffade. Transaktionen avvisades av Elavon på grund av att den inte stödde korttyp eller felaktiga kortdata, inget svar från emittent / bank eller inaktivt Merchant-konto."
156
+ '05': "Banken har avböjt transaktionen på grund av säkerhetskontroll (använt kort stöder inte återkommande betalningar eller betalning utan CVV-kod), pengarna har frusits eller gränsöverskridits eller kortet stöder inte MOTO / internet-transaktioner."
157
+ '13': "MOTO / eCommerce betalningar på kortet är inaktiva eller beloppet överskrider."
158
+ '14': "Ogiltigt kortnummer."
159
+ 'N7': "Negativa CVV / CVC resultat."
160
+ '51': "Otillräckliga medel."
161
+ '54': "Utgånget kort."
162
+ '57': "Banken har avböjt transaktionen eftersom detta kreditkort inte kan användas för denna typ av transaktion (e-handel, MOTO eller återkommande)."
163
+ '61': "Banken har avböjt transaktionen."
164
+ '82': "Negativa CVV / CVC resultat."
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."
124
188
  targeted:
125
189
  merchant:
126
190
  <<: *issuer_response_code
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: issuer_response_codes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Espago
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2021-07-05 00:00:00.000000000 Z
12
+ date: 2021-07-08 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -139,8 +139,10 @@ files:
139
139
  - lib/issuer_response_codes/tds_code.rb
140
140
  - lib/issuer_response_codes/version.rb
141
141
  - lib/locale/da.yml
142
+ - lib/locale/de.yml
142
143
  - lib/locale/ee.yml
143
144
  - lib/locale/en.yml
145
+ - lib/locale/it.yml
144
146
  - lib/locale/lt.yml
145
147
  - lib/locale/lv.yml
146
148
  - lib/locale/pl.yml