gmo 0.2.4 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (53) hide show
  1. checksums.yaml +5 -5
  2. data/.travis.yml +9 -4
  3. data/CHANGELOG.md +42 -1
  4. data/fixtures/vcr_cassettes/GMO_Payment_RemittanceAPI/_cancel_deposit_gets_data_about_a_deposit.yml +38 -0
  5. data/fixtures/vcr_cassettes/GMO_Payment_RemittanceAPI/_cancel_mail_deposit_gets_data_about_a_mail_deposit.yml +38 -0
  6. data/fixtures/vcr_cassettes/GMO_Payment_RemittanceAPI/_create_account_gets_data_about_an_account.yml +38 -0
  7. data/fixtures/vcr_cassettes/GMO_Payment_RemittanceAPI/_create_deposit_gets_data_about_a_deposit.yml +38 -0
  8. data/fixtures/vcr_cassettes/GMO_Payment_RemittanceAPI/_create_mail_deposit_gets_data_about_a_mail_deposit.yml +38 -0
  9. data/fixtures/vcr_cassettes/GMO_Payment_RemittanceAPI/_delete_account_gets_data_about_an_account.yml +38 -0
  10. data/fixtures/vcr_cassettes/GMO_Payment_RemittanceAPI/_search_account_gets_data_about_an_account.yml +38 -0
  11. data/fixtures/vcr_cassettes/GMO_Payment_RemittanceAPI/_search_balance_gets_data_about_balance.yml +38 -0
  12. data/fixtures/vcr_cassettes/GMO_Payment_RemittanceAPI/_search_deposit_gets_data_about_a_deposit.yml +38 -0
  13. data/fixtures/vcr_cassettes/GMO_Payment_RemittanceAPI/_search_mail_deposit_gets_data_about_a_mail_deposit.yml +38 -0
  14. data/fixtures/vcr_cassettes/GMO_Payment_RemittanceAPI/_update_account_gets_data_about_an_account.yml +38 -0
  15. data/fixtures/vcr_cassettes/GMO_Payment_ShopAPI/_change_tran_brandtoken_gets_data_about_order.yml +108 -0
  16. data/fixtures/vcr_cassettes/GMO_Payment_ShopAPI/_cvs_cancel_gets_data_about_a_transaction.yml +63 -0
  17. data/fixtures/vcr_cassettes/GMO_Payment_ShopAPI/_entry_tran_brandtoken_gets_data_about_a_transaction.yml +38 -0
  18. data/fixtures/vcr_cassettes/GMO_Payment_ShopAPI/_entry_tran_linepay_gets_data_about_a_transaction.yml +36 -0
  19. data/fixtures/vcr_cassettes/GMO_Payment_ShopAPI/_entry_tran_pay_easy_gets_data_about_a_transaction.yml +36 -0
  20. data/fixtures/vcr_cassettes/GMO_Payment_ShopAPI/_exec_tran_brandtoken_gets_data_about_a_transaction.yml +73 -0
  21. data/fixtures/vcr_cassettes/GMO_Payment_ShopAPI/_exec_tran_brandtoken_parameter_contains_Japanese_characters_should_correctly_handle_Japanese.yml +73 -0
  22. data/fixtures/vcr_cassettes/GMO_Payment_ShopAPI/_exec_tran_doesn_t_require_card_info_if_token_is_present.yml +69 -0
  23. data/fixtures/vcr_cassettes/GMO_Payment_ShopAPI/_exec_tran_linepay_gets_data_about_a_transaction.yml +69 -0
  24. data/fixtures/vcr_cassettes/GMO_Payment_ShopAPI/_exec_tran_pay_easy_gets_data_about_a_transaction.yml +69 -0
  25. data/fixtures/vcr_cassettes/GMO_Payment_ShopAPI/_refund_tran_brandtoken_gets_data_about_a_transaction.yml +108 -0
  26. data/fixtures/vcr_cassettes/GMO_Payment_ShopAPI/_sales_tran_brandtoken_gets_data_about_a_transaction.yml +143 -0
  27. data/fixtures/vcr_cassettes/GMO_Payment_ShopAPI/_void_tran_brandtoken_gets_data_about_order.yml +108 -0
  28. data/fixtures/vcr_cassettes/GMO_Payment_ShopAndSiteAPI/_exec_tran_brandtoken_got_data.yml +73 -0
  29. data/fixtures/vcr_cassettes/GMO_Payment_ShopAndSiteAPI/_trade_brandtoken_got_data.yml +108 -0
  30. data/fixtures/vcr_cassettes/GMO_Payment_SiteAPI/_delete_brandtoken_gets_data_about_a_brandtoken.yml +73 -0
  31. data/fixtures/vcr_cassettes/GMO_Payment_SiteAPI/_save_card_doesn_t_require_card_info_if_token_is_present.yml +36 -0
  32. data/fixtures/vcr_cassettes/GMO_Payment_SiteAPI/_search_brandtoken_gets_data_about_a_brandtoken.yml +74 -0
  33. data/fixtures/vcr_cassettes/GMO_Payment_SiteAPI/_search_card_detail_by_member_id_gets_data_about_card_detail.yml +36 -0
  34. data/gmo.gemspec +2 -2
  35. data/lib/gmo.rb +6 -1
  36. data/lib/gmo/const.rb +2297 -3
  37. data/lib/gmo/errors.rb +22 -4
  38. data/lib/gmo/http_services.rb +5 -5
  39. data/lib/gmo/remittance_api.rb +331 -0
  40. data/lib/gmo/shop_and_site_api.rb +79 -5
  41. data/lib/gmo/shop_api.rb +282 -10
  42. data/lib/gmo/site_api.rb +77 -7
  43. data/lib/gmo/version.rb +2 -2
  44. data/spec/gmo/{error_spec.rb → errors_spec.rb} +11 -2
  45. data/spec/gmo/remittance_api_spec.rb +506 -0
  46. data/spec/gmo/shop_and_site_api_spec.rb +87 -7
  47. data/spec/gmo/shop_api_spec.rb +509 -99
  48. data/spec/gmo/site_api_spec.rb +120 -23
  49. data/spec/support/config.example.yml +8 -1
  50. data/spec/support/config.yml +8 -1
  51. data/spec/support/config_loader.rb +1 -1
  52. data/spec/support/vcr.rb +12 -3
  53. metadata +40 -9
@@ -0,0 +1,36 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: post
5
+ uri: https://pt0<SHOP_PASS>.mul-pay.jp/payment/SearchCardDetail.idPass
6
+ body:
7
+ encoding: UTF-8
8
+ string: MemberID=50292464&SeqMode=0&ShopID=<SHOP_ID>&ShopPass=<SHOP_PASS>
9
+ headers:
10
+ Accept-Encoding:
11
+ - gzip;q=<SHOP_PASS>.0,deflate;q=0.6,identity;q=0.3
12
+ Accept:
13
+ - "*/*"
14
+ User-Agent:
15
+ - Ruby
16
+ response:
17
+ status:
18
+ code: 200
19
+ message: OK
20
+ headers:
21
+ Server:
22
+ - nginx
23
+ Date:
24
+ - Sat, 29 Jul 20<SHOP_PASS>7 0<SHOP_PASS>:4<SHOP_PASS>:05 GMT
25
+ Content-Type:
26
+ - text/plain;charset=Windows-3<SHOP_PASS>J
27
+ Transfer-Encoding:
28
+ - chunked
29
+ Connection:
30
+ - close
31
+ body:
32
+ encoding: US-ASCII
33
+ string: CardNo=*************111&Brand=VISA&DomesticFlag=1&IssuerCode=1&DebitPrepaidFlag=0&DebitPrepaidIssuerName=dummy&ForwardFinal=dummy
34
+ http_version:
35
+ recorded_at: Sat, 29 Jul 2017 01:41:05 GMT
36
+ recorded_with: VCR 3.0.3
@@ -23,8 +23,8 @@ Gem::Specification.new do |gem|
23
23
 
24
24
  gem.add_runtime_dependency "rack"
25
25
  gem.add_runtime_dependency "multi_json"
26
- gem.add_development_dependency "rspec"
26
+ gem.add_development_dependency "rspec", "~> 3"
27
27
  gem.add_development_dependency "rake"
28
28
  gem.add_development_dependency "vcr"
29
29
  gem.add_development_dependency "webmock"
30
- end
30
+ end
data/lib/gmo.rb CHANGED
@@ -7,6 +7,7 @@ require "gmo/http_services"
7
7
  require "gmo/shop_api"
8
8
  require "gmo/site_api"
9
9
  require "gmo/shop_and_site_api"
10
+ require "gmo/remittance_api"
10
11
  require "gmo/version"
11
12
 
12
13
  # Ruby client library for the GMO Payment Platform.
@@ -94,6 +95,10 @@ module GMO
94
95
  include ShopAndSiteAPIMethods
95
96
  end
96
97
 
98
+ class RemittanceAPI < API
99
+ include RemittanceAPIMethods
100
+ end
101
+
97
102
  end
98
103
 
99
104
  # Set up the http service GMO methods used to make requests
@@ -102,4 +107,4 @@ module GMO
102
107
  end
103
108
 
104
109
  GMO.http_service = NetHTTPService
105
- end
110
+ end
@@ -1,8 +1,24 @@
1
1
  module GMO
2
2
  module Const
3
+ DEFAULT_LOCALE = :en
4
+
5
+ ACCOUNT_TYPES_MAP = {
6
+ :normal => 1,
7
+ :current => 2,
8
+ :savings => 4
9
+ }.freeze
10
+
11
+ TOKEN_TYPES_MAP = {
12
+ apple_pay: 'APay'
13
+ }.freeze
14
+
3
15
  INPUT_PARAMS = {
4
16
  :access_id => "AccessID",
5
17
  :access_pass => "AccessPass",
18
+ :account_name => "Account_Name",
19
+ :account_number => "Account_Number",
20
+ :account_number_jp => "Account_Number_Jpbank",
21
+ :account_type => "Account_Type",
6
22
  :address_1 => "Address1",
7
23
  :address_2 => "Address2",
8
24
  :address_3 => "Address3",
@@ -10,6 +26,10 @@ module GMO
10
26
  :address_5 => "Address5",
11
27
  :address_6 => "Address6",
12
28
  :amount => "Amount",
29
+ :bank_code => "Bank_Code",
30
+ :bank_id => "Bank_ID",
31
+ :branch_code => "Branch_Code",
32
+ :branch_code_jp => "Branch_Code_Jpbank",
13
33
  :cancel_amount => "CancelAmount",
14
34
  :cancel_tax => "CancelTax",
15
35
  :card_name => "CardName",
@@ -29,6 +49,10 @@ module GMO
29
49
  :customer_kana => "CustomerKana",
30
50
  :customer_name => "CustomerName",
31
51
  :default_flag => "DefaultFlag",
52
+ :deposit_id => "Deposit_ID",
53
+ :deposit_account_name => "Mail_Deposit_Account_Name",
54
+ :deposit_email => "Mail_Address",
55
+ :deposit_shop_email => "Shop_Mail_Address",
32
56
  :device_category => "DeviceCategory",
33
57
  :docomo_disp_1 => "DocomoDisp1",
34
58
  :docomo_disp_2 => "DocomoDisp2",
@@ -36,6 +60,7 @@ module GMO
36
60
  :eddy_add_info_2 => "EdyAddInfo2",
37
61
  :expire => "Expire",
38
62
  :first_month_free_flag => "FirstMonthFreeFlag",
63
+ :free => "Free",
39
64
  :holder_name => "HolderName",
40
65
  :http_accept => "HttpAccept",
41
66
  :http_user_agent => "HttpUserAgent",
@@ -58,6 +83,7 @@ module GMO
58
83
  :pa_res => "PaRes",
59
84
  :pay_times => "PayTimes",
60
85
  :pay_type => "PayType",
86
+ :payment_type => "PaymentType",
61
87
  :payment_term_day => "PaymentTermDay",
62
88
  :payment_term_sec => "PaymentTermSec",
63
89
  :receipts_disp_1 => "ReceiptsDisp1",
@@ -101,7 +127,2275 @@ module GMO
101
127
  :td_flag => "TdFlag",
102
128
  :td_tenant_name => "TdTenantName",
103
129
  :tel_no => "TelNo",
104
- :token => "Token"
105
- }
130
+ :token => "Token",
131
+ :token_seq => "TokenSeq",
132
+ :token_type => "TokenType",
133
+ :error_rcv_url => "ErrorRcvURL",
134
+ :product_name => "ProductName",
135
+ :product_image_url => "ProductImageUrl",
136
+ :mid => "Mid",
137
+ :delivery_place_phone => "DeliveryPlacePhone",
138
+ :lang_cd => "LangCd",
139
+ :user_info => "UserInfo",
140
+ :package_name => "PackageName"
141
+ }.freeze
142
+
143
+ API_ERROR_MESSAGES_EN = {
144
+ '000' => 'Token acquisition completed normally',
145
+ '100' => 'Card number Required check error',
146
+ '101' => 'Card number format error (inclusive of numbers)',
147
+ '102' => 'Card number format error (out of 10-16 digit range)',
148
+ '110' => 'Expiration date mandatory check error',
149
+ '111' => 'Expiration date format error (including numbers)',
150
+ '112' => 'Expiration date format error (other than 6 or 4 digits)',
151
+ '113' => 'Expiration format error (Month is 13 or more)',
152
+ '121' => 'Security code format error (inclusive of numbers)',
153
+ '122' => 'Security code format error (5 digits or more)',
154
+ '131' => 'Nominee format error (Half size alphanumeric characters, including some symbols)',
155
+ '132' => 'Holder format error (51 digits or more)',
156
+ '501' => 'Token parameter (id) has not been transmitted',
157
+ '502' => 'Token parameter (id) does not exist in the master',
158
+ '511' => 'The token parameter (cardInfo) has not been transmitted',
159
+ '512' => 'Token parameter (cardInfo) can not be decrypted',
160
+ '521' => 'Token parameter (key) has not been transmitted',
161
+ '522' => 'Token parameter (key) can not be decrypted',
162
+ '531' => 'Token parameter (callBack) has not been sent',
163
+ '541' => 'Token parameter (hash) does not exist',
164
+ '551' => 'Apikey for token does not exist ID',
165
+ '552' => 'Apikey for token is not valid',
166
+ '553' => 'Token has been used.',
167
+ '901' => 'System error inside multipayment',
168
+
169
+ '42C010000' => 'Settlement process failed. Please try again from the management console',
170
+ '42C030000' => 'Settlement process failed. Please try again from the management console',
171
+ '42C120000' => 'Settlement process failed. Please try again from the management console',
172
+ '42C130000' => 'Settlement process failed. Please try again from the management console',
173
+ '42C140000' => 'Settlement process failed. Please try again from the management console',
174
+ '42C150000' => 'Settlement process failed. Please try again from the management console',
175
+ '42C500000' => 'Settlement process failed. Please try again from the management console',
176
+ '42C510000' => 'Settlement process failed. Please try again from the management console',
177
+ '42C530000' => 'Settlement process failed. Please try again from the management console',
178
+ '42C540000' => 'Settlement process failed. Please try again from the management console',
179
+ '42C550000' => 'Settlement process failed. Please try again from the management console',
180
+ '42C560000' => 'Settlement process failed. Please try again from the management console',
181
+ '42C570000' => 'Settlement process failed. Please try again from the management console',
182
+ '42C580000' => 'Settlement process failed. Please try again from the management console',
183
+ '42C600000' => 'Settlement process failed. Please try again from the management console',
184
+ '42C700000' => 'Settlement process failed. Please try again from the management console',
185
+ '42C710000' => 'Settlement process failed. Please try again from the management console',
186
+ '42C720000' => 'Settlement process failed. Please try again from the management console',
187
+ '42C730000' => 'Settlement process failed. Please try again from the management console',
188
+ '42C740000' => 'Settlement process failed. Please try again from the management console',
189
+ '42C750000' => 'Settlement process failed. Please try again from the management console',
190
+ '42C760000' => 'Settlement process failed. Please try again from the management console',
191
+ '42C770000' => 'Settlement process failed. Please try again from the management console',
192
+ '42C780000' => 'Settlement process failed. Please try again from the management console',
193
+ '42G020000' => 'Card balance is insufficient',
194
+ '42G030000' => 'Card limit has been exceeded',
195
+ '42G040000' => 'Card balance is insufficient',
196
+ '42G050000' => 'Card limit has been exceeded',
197
+ '42G120000' => 'Card is not valid for transactions',
198
+ '42G220000' => 'Card is not valid for transactions',
199
+ '42G300000' => 'Card is not valid for transactions',
200
+ '42G420000' => 'PIN is incorrect',
201
+ '42G440000' => 'Security code is incorrect',
202
+ '42G450000' => 'Security code not provided',
203
+ '42G540000' => 'Card is not valid for transactions',
204
+ '42G550000' => 'Card limit has been exceeded',
205
+ '42G560000' => 'Card is not valid for transactions',
206
+ '42G600000' => 'Card is not valid for transactions',
207
+ '42G610000' => 'Card is not valid for transactions',
208
+ '42G650000' => 'Card number is incorrect',
209
+ '42G670000' => 'Product code is incorrect',
210
+ '42G680000' => 'Amount is incorrect',
211
+ '42G690000' => 'Tax/Shipping is incorrect',
212
+ '42G700000' => 'Number of bonuses is incorrect',
213
+ '42G710000' => 'Bonus month is incorrect',
214
+ '42G720000' => 'Bonus amount is incorrect',
215
+ '42G730000' => 'Payment start month is incorrect',
216
+ '42G740000' => 'Number of installments is incorrect',
217
+ '42G750000' => 'Installment amount is incorrect',
218
+ '42G760000' => 'Initial amount is incorrect',
219
+ '42G770000' => 'Task classification is incorrect',
220
+ '42G780000' => 'Payment classification is incorrect',
221
+ '42G790000' => 'Reference classification is incorrect',
222
+ '42G800000' => 'Cancellation classification is incorrect',
223
+ '42G810000' => 'Cancellation handling classification is incorrect',
224
+ '42G830000' => 'Expiration date is incorrect',
225
+ '42G950000' => 'Card is not valid for transactions',
226
+ '42G960000' => 'Card is not valid for transactions',
227
+ '42G970000' => 'Card is not valid for transactions',
228
+ '42G980000' => 'Card is not valid for transactions',
229
+ '42G990000' => 'Card is not valid for transactions',
230
+
231
+ 'AU1000001' => '[Settlement request] Failed to communicate with the connected settlement center',
232
+ 'AU1000002' => '[Settlement request] An input parameter error occurred while connecting to the settlement center',
233
+ 'AU1000003' => '[Settlement request] A transaction failure cancellation has occurred in the settlement center',
234
+ 'AU1000004' => '[Settlement request] An error has occurred in au simple OpenID connection termination',
235
+ 'AU1000005' => '[Operation canceled] Customer canceled the payment in au simple settlement',
236
+ 'AMPL40505' => 'The input credit card is invalid',
237
+ 'AMPL40506' => 'A system error has occurred in the connected datacenter',
238
+ 'AMPL90000' => 'A system error has occurred in the connected datacenter',
239
+
240
+ 'BA1010001' => 'Shop ID is not specified',
241
+ 'BA1010005' => 'Shop ID length is incorrect',
242
+ 'BA1020001' => 'Shop Pass is not specified',
243
+ 'BA1020005' => 'Shop Pass length is incorrect',
244
+ 'BA1020008' => 'Shop Pass contains invalid characters',
245
+ 'BA1030001' => 'Method is not specified',
246
+ 'BA1030007' => 'Method value is not valid for its enumeration',
247
+ 'BA1040001' => 'Bank ID is not specified',
248
+ 'BA1040005' => 'Bank ID length is incorrect',
249
+ 'BA1040008' => 'Bank ID contains invalid characters',
250
+ 'BA1050001' => 'Bank Code is not specified',
251
+ 'BA1050005' => 'Bank Code length is incorrect',
252
+ 'BA1050008' => 'Bank Code may only contain single-byte numeric characters',
253
+ 'BA1060001' => 'Branch Code is not specified',
254
+ 'BA1060005' => 'Branch Code length is incorrect',
255
+ 'BA1060008' => 'Branch Code may only contain single-byte numeric characters',
256
+ 'BA1060010' => 'Branch Code is not valid for Japan Post Bank format',
257
+ 'BA1070001' => 'Account Type is not specified',
258
+ 'BA1070007' => 'Account Type value is not valid for its enumeration',
259
+ 'BA1080001' => 'Account Number is not specified',
260
+ 'BA1080005' => 'Account Number length is incorrect',
261
+ 'BA1080008' => 'Account Number may only contain single-byte numeric characters',
262
+ 'BA1080010' => 'Account Number is not valid for Japan Post Bank format',
263
+ 'BA1090001' => 'Account Name is not specified',
264
+ 'BA1090003' => 'Account Name exceeds maximum allowed length',
265
+ 'BA1090008' => 'Account Name contains invalid characters',
266
+ 'BA1100003' => 'Memo exceeds maximum allowed length',
267
+ 'BA1110001' => 'Deposit ID is not specified',
268
+ 'BA1110005' => 'Deposit ID length is incorrect',
269
+ 'BA1110008' => 'Deposit ID may only contain single-byte alphanumeric and hyphen characters',
270
+ 'BA1120001' => 'Amount is not specified',
271
+ 'BA1120005' => 'Amount length is incorrect',
272
+ 'BA1120008' => 'Amount must be a positive integer',
273
+ 'BA1120072' => 'Amount exceeds available funds',
274
+ 'BA1210007' => 'Account Type is not specified',
275
+ 'BA1220005' => 'Branch Code Jpbank exceeds maximum allowed length',
276
+ 'BA1220008' => 'Branch Code Jpbank may only contain single-byte numeric characters',
277
+ 'BA1230005' => 'Account Number Jpbank exceeds maximum allowed length',
278
+ 'BA1230008' => 'Account Number Jpbank may only contain single-byte numeric characters',
279
+ 'BA1250007' => 'Japan Post Bank error. Combination of Branch Code Jpbank and Account Number Jpbank are invalid',
280
+ 'BA1500002' => 'Shop does not exist for specified Shop ID or Shop Pass',
281
+ 'BA1500010' => 'The specified Shop has invalid settings',
282
+ 'BA1510007' => 'The desposit or withdrawal function cannot be used for the specified Shop',
283
+ 'BA1520002' => 'Account not found for the for specified Bank ID (or has been deleted)',
284
+ 'BA1520071' => 'Account registration failed. Bank ID already exists (includes deleted Bank IDs)',
285
+ 'BA1530002' => 'Bank does not exist for the combination of Bank Code and Branch Code',
286
+ 'BA1540071' => 'Deposit registration failed. Deposit ID already exists',
287
+ 'BA1540072' => 'Deposit not found for the specified Deposit ID ',
288
+ 'BA1550071' => 'Deposit cancellation failed. Desposit is in a non-cancellable status',
289
+ 'BA1600071' => 'Balance record does not exist for the specified Shop ID',
290
+ 'BA1610002' => 'Mail Deposit does not exist for the specified Mail Address',
291
+ 'BA1610073' => 'Mail Deposit cancellation failed. Mail Desposit is in a non-cancellable status',
292
+ 'BA1620001' => 'Mail Deposit registration failed. Mail Address is not specified',
293
+ 'BA1620010' => 'Mail Deposit registration failed. Mail Address is invalid',
294
+ 'BA1630010' => 'Mail Deposit registration failed. Shop Mail Address is invalid',
295
+ 'BA1640001' => 'Mail Deposit registration failed. Expire is not specified',
296
+ 'BA1640010' => 'Mail Deposit registration failed. Expire is invalid',
297
+ 'BA1650007' => 'Mail Deposit registration failed. Contract does not allow usage',
298
+ 'BA1660002' => 'Mail Deposit registration failed. Contact address has not been setup',
299
+ 'BA1099999' => 'System error. Please wait and try again',
300
+ 'BA9000000' => 'System maintenance in progress',
301
+ 'B01000002' => 'Non-delivery due to mobile device email address change or rejection of the sender domain, etc',
302
+ 'B01000003' => 'Order Number does not exist in the Edy Center system',
303
+ 'B01000100' => 'Order Number in the settlement request has already been registered in the Edy Center system',
304
+ 'B01001011' => 'Mall ID is invalid (tag not present)',
305
+ 'B01001012' => 'Mall ID is invalid (no value)',
306
+ 'B01001013' => 'Mall ID is invalid (size error)',
307
+ 'B01001014' => 'Mall ID is invalid (attribute error)',
308
+ 'B01001021' => 'Order Number is invalid (tag not present)',
309
+ 'B01001022' => 'Order Number is invalid (no value)',
310
+ 'B01001023' => 'Order Number is invalid (size error)',
311
+ 'B01001024' => 'Order Number is invalid (attribute error)',
312
+ 'B01001031' => 'Purchase Amount is invalid (tag not present)',
313
+ 'B01001032' => 'Purchase Amount is invalid (no value)',
314
+ 'B01001033' => 'Purchase Amount is invalid (size error)',
315
+ 'B01001034' => 'Purchase Amount is invalid (attribute error)',
316
+ 'B01001035' => 'Purchase Amount is invalid (value error)',
317
+ 'B01001041' => 'User Email Address is invalid (tag not present)',
318
+ 'B01001042' => 'User Email Address is invalid (no value)',
319
+ 'B01001043' => 'User Email Address is invalid (size error)',
320
+ 'B01001044' => 'To Datetime is invalid (attribute error)',
321
+ 'B01001045' => 'User Email Address is invalid (value error)',
322
+ 'B01001055' => 'Search Condition has exceeded the specified range',
323
+ 'B01001064' => 'Backup is invalid (attribute error)',
324
+ 'B01001083' => 'Invoice Emails is invalid (size error)',
325
+ 'B01001111' => 'Settlement Completion Notification is invalid (tag not present)',
326
+ 'B01001112' => 'Settlement Completion Notification is invalid (no value)',
327
+ 'B01001113' => 'Settlement Completion Notification is invalid (size error)',
328
+ 'B01001114' => 'Settlement Completion Notification is invalid (attribute error)',
329
+ 'B01001121' => 'Expiration Date is invalid (tag not present)',
330
+ 'B01001122' => 'Expiration Date is invalid (no value)',
331
+ 'B01001123' => 'Expiration Date is invalid (size error)',
332
+ 'B01001124' => 'Expiration Date is invalid (attribute error)',
333
+ 'B01001125' => 'Expiration Date is invalid (value error)',
334
+ 'B01002001' => 'Service of Edy Center system has stopped',
335
+ 'B01002010' => 'Merchant ID cannot be used (unregistered)',
336
+ 'B01002011' => 'Merchant ID cannot be used (closed state)',
337
+ 'B01002012' => 'Merchant ID cannot be used (outside the application period)',
338
+ 'B01003001' => 'System error 1',
339
+ 'B01003002' => 'System error 2',
340
+ 'B01003007' => 'System error 3',
341
+ 'B01003008' => 'System error 4',
342
+ 'B01003009' => 'System error 5',
343
+ 'B01004001' => 'Merchant ID is different than the client certificate',
344
+ 'B01007001' => 'Settlement Notification URL is invalid (tag not present)',
345
+ 'B01007002' => 'Settlement Notification URL is invalid (no value)',
346
+ 'B01007003' => 'Settlement Notification URL is invalid (size error)',
347
+ 'B01007004' => 'Settlement Notification URL is invalid (attribute error)',
348
+ 'B01007005' => 'Settlement Notification URL is invalid (value error)',
349
+ 'B01007011' => 'User Email Address is invalid (attribute error)',
350
+ 'B01007021' => 'Mall Email Address is invalid (attribute error)',
351
+ 'B01009000' => 'Settlement Request - Merchant ID is invalid',
352
+ 'B01009001' => 'Settlement Request. Password is invalid',
353
+ 'B01009002' => 'Settlement Request - Order Number is invalid',
354
+ 'B01009003' => 'Settlement Request - Amount is invalid',
355
+ 'B01009004' => 'Settlement Request - User Email Address is invalid',
356
+ 'B01009005' => 'Settlement Request - Merchant Email Address is invalid',
357
+ 'B01009006' => 'Settlement Request - Backup is invalid',
358
+ 'B01009007' => 'Settlement Request - Customer Name is invalid',
359
+ 'B01009008' => 'Settlement Request - Invoice Emails is invalid',
360
+ 'B01009009' => 'Settlement Request - Settlement Completion Emails is invalid',
361
+ 'B01009010' => 'Settlement Request - Store Name is invalid',
362
+ 'B01009011' => 'Settlement Request - Settlement Notification URL is invalid',
363
+ 'B01009012' => 'Settlement Request - Expiration Date is invalid',
364
+ 'B01009013' => 'Settlement Request - XML format error',
365
+ 'B01009014' => 'Settlement Request - HTML error. Unexpected contents sent from Edy Center system',
366
+ 'B01009050' => 'Settlement Result Inquiry - Merchant ID is invalid',
367
+ 'B01009051' => 'Settlement Result Inquiry. Password is invalid',
368
+ 'B01009052' => 'Settlement Result Inquiry - Order Number is invalid',
369
+ 'B01009053' => 'Settlement Result Inquiry - From Datetime is invalid',
370
+ 'B01009054' => 'Settlement Result Inquiry - To Datetime is invalid',
371
+ 'B01009055' => 'Settlement Result Inquiry - Search Pattern is invalid',
372
+ 'B01009056' => 'Settlement Result Inquiry - XML error',
373
+ 'B01009057' => 'Settlement Result Inquiry - HTML error',
374
+ 'B01009100' => 'Abnormal HTTP response code received from the center (100) HTTP-Status-Continue',
375
+ 'B01009101' => 'Abnormal HTTP response code received from the center (101) HTTP-Status-SwitchingProtocol',
376
+ 'B01009201' => 'Abnormal HTTP response code received from the center (201) HTTP-Status-Created',
377
+ 'B01009202' => 'Abnormal HTTP response code received from the center (202) HTTP-Status-Accepted',
378
+ 'B01009203' => 'Abnormal HTTP response code received from the center (203) HTTP-Status-NonAuthoritativeInfomation',
379
+ 'B01009204' => 'Abnormal HTTP response code received from the center (204) HTTP-Status-NoContent',
380
+ 'B01009205' => 'Abnormal HTTP response code received from the center (205) HTTP-Status-ResetContent',
381
+ 'B01009206' => 'Abnormal HTTP response code received from the center (206) HTTP-Status-PartialContent',
382
+ 'B01009300' => '(300) HTTP-Status-MultipleChoices',
383
+ 'B01009301' => '(301) HTTP-Status-MovePermanently',
384
+ 'B01009302' => '(302) HTTP-Status-MovedTemporarily',
385
+ 'B01007600' => 'Server unavailable',
386
+ 'B01009303' => '(303) HTTP-Status-SeeOther',
387
+ 'B01009304' => '(304) HTTP-Status-NotModified',
388
+ 'B01009305' => '(305) HTTP-Status-UseProxy',
389
+ 'B01009400' => '(400) HTTP-Status-BadRequest',
390
+ 'B01009401' => '(401) HTTP-Status-Unauthorized',
391
+ 'B01009402' => '(402) HTTP-Status-PaymentRequired',
392
+ 'B01009403' => '(403) HTTP-Status-Forbidden',
393
+ 'B01009404' => '(404) HTTP-Status-NotFound',
394
+ 'B01009405' => '(405) HTTP-Status-MethodNotAllowed',
395
+ 'B01009406' => '(406) HTTP-Status-NotAcceptable',
396
+ 'B01009407' => '(407) HTTP-Status-ProxyAuthenticationRequired',
397
+ 'B01009408' => '(408) HTTP-Status-RequestTimeout',
398
+ 'B01009409' => '(409) HTTP-Status-Conflict',
399
+ 'B01009410' => '(410) HTTP-Status-Gone',
400
+ 'B01009411' => '(411) HTTP-Status-LengthRequired',
401
+ 'B01009412' => '(412) HTTP-Status-PreconditionFailed',
402
+ 'B01009413' => '(413) HTTP-Status-RequestEntityTooLarge',
403
+ 'B01009414' => '(414) HTTP-Status-RequestURITooLong',
404
+ 'B01009415' => '(415) HTTP-Status-UnsupportedMediaType',
405
+ 'B01009500' => '(500) HTTP-Status-InternalServerError',
406
+ 'B01009501' => '(501) HTTP-Status-NotInplemented',
407
+ 'B01009502' => '(502) HTTP-Status-BadGateway',
408
+ 'B01009503' => '(503) HTTP-Status-ServiceUnavailable',
409
+ 'B01009504' => '(504) HTTP-Status-GatewayTimeout',
410
+ 'B01009505' => '(505) HTTP-Status-HTTPVersionNotSupported',
411
+ 'B01009600' => 'Error while initializing communication with the Center',
412
+ 'B01009601' => 'Error while initializing communication with the Center (name resolution)',
413
+ 'B01009602' => 'Error while initializing communication with the Center (IP address resolution)',
414
+ 'B01009603' => 'Error while initializing communication with the Center (connect)',
415
+ 'B01009604' => 'Error during communication with the Center',
416
+ 'B01009605' => 'Error during communication with the Center (while receiving)',
417
+ 'B01009606' => 'Error during communication with the Center (while transmitting)',
418
+ 'B01009607' => 'Received abnormal response content from the Center (HTTP Header portion)',
419
+ 'B01009610' => 'Error while initializing communication with the Proxy server',
420
+ 'B01009611' => 'Error while initializing communication with the Proxy server (name resolution)',
421
+ 'B01009612' => 'Error while initializing communication with the Proxy server (IP address resolution)',
422
+ 'B01009613' => 'Error while initializing communication with the Proxy server (connect)',
423
+ 'B01009614' => 'Error during communication with the Proxy server',
424
+ 'B01009615' => 'Error during communication with the Proxy server (while receiving)',
425
+ 'B01009616' => 'Error during communication with the Proxy server (while transmitting)',
426
+ 'B01009617' => 'Received abnormal response content from the Proxy server',
427
+ 'B01009620' => 'Error while initializing SSL communication',
428
+ 'B01009621' => 'Error while initializing SSL communication',
429
+ 'B01009622' => 'Error while initializing SSL communication',
430
+ 'B01009623' => 'Error while initializing SSL communication',
431
+ 'B01009624' => 'Error while initializing SSL communication',
432
+ 'B01009625' => 'Error while initializing SSL communication',
433
+ 'B01009626' => 'Error during the handshake of SSL communication',
434
+ 'B01009627' => 'Error during the handshake of SSL communication',
435
+ 'B01009628' => 'Error during the handshake of SSL communication',
436
+ 'B01009629' => 'Error during reception of SSL communication',
437
+ 'B01009630' => 'Error while transmitting SSL communication',
438
+ 'B01009700' => 'Failed to read definition file (socket definition file)',
439
+ 'B01009701' => 'Failed to read definition file (communication definition file)',
440
+ 'B01009702' => 'Failed to read definition file (log definition file)',
441
+ 'B01009900' => 'MobileEdy settlement program internal error',
442
+ 'B01009901' => 'URL interpretation failed',
443
+ 'B01009902' => 'Character code conversion failed',
444
+ 'B01009903' => 'URL protocol error',
445
+ 'B01009904' => 'SIGTERM received',
446
+ 'B01009999' => 'XML string interpretation failed',
447
+
448
+ 'D01000001' => 'System communication error or transaction failure. Please contact support',
449
+ 'D01000002' => 'System communication error or transaction failure. Please contact support',
450
+ 'D01000099' => 'System communication error or transaction failure. Please contact support',
451
+
452
+ 'E01010001' => 'Shop ID not specified',
453
+ 'E01010008' => 'Shop ID contains invalid characters or is too long',
454
+ 'E01010010' => 'Shop ID is invalid',
455
+ 'E01020001' => 'Shop Password not specified',
456
+ 'E01020008' => 'Shop Password contains invalid characters or is too long',
457
+ 'E01030002' => 'Shop ID and Password are invalid',
458
+ 'E01040001' => 'Order ID not specified',
459
+ 'E01040003' => 'Order ID too long',
460
+ 'E01040010' => 'Order ID previously used',
461
+ 'E01040013' => 'Order ID contains characters other than a-z, A-Z, 0-9 and -',
462
+ 'E01050001' => 'Process Classification not specified',
463
+ 'E01050002' => 'Process Classification is invalid',
464
+ 'E01050004' => 'Process Classification can not be executed',
465
+ 'E01060001' => 'Amount not specified',
466
+ 'E01060005' => 'Amount exceeds maximum allowed',
467
+ 'E01060006' => 'Amount contains non-numeric characters',
468
+ 'E01060010' => 'Capture Amount does not match Authorization Amount',
469
+ 'E01070005' => 'Tax/Shipping exceeds maximum allowed',
470
+ 'E01070006' => 'Tax/Shipping contains non-numeric characters',
471
+ 'E01080007' => 'User Authentication Flag is not 1 or 0',
472
+ 'E01080010' => 'User Authentication Flag does not match administration screen',
473
+ 'E01080101' => 'User Authentication Flag is 0, however store requires User Authentication',
474
+ 'E01090001' => 'Access ID not specified',
475
+ 'E01090008' => 'Access ID incorrectly formatted',
476
+ 'E01100001' => 'Access Password not specified',
477
+ 'E01100008' => 'Access Password incorrectly formatted',
478
+ 'E01110002' => 'Access ID and Password are invalid',
479
+ 'E01110010' => 'Transaction settlement is not complete',
480
+ 'E01130012' => 'Card Company Abbreviation is too long',
481
+ 'E01170001' => 'Card Number not specified',
482
+ 'E01170003' => 'Card Number too long',
483
+ 'E01170006' => 'Card Number contains non-numeric characters',
484
+ 'E01170011' => 'Card Number not 10-16 characters in length',
485
+ 'E01180001' => 'Expiration Date not specified',
486
+ 'E01180003' => 'Expiration Date is not four characters in length',
487
+ 'E01180006' => 'Expiration Date contains non-numeric characters',
488
+ 'E01190001' => 'Site ID is not specified',
489
+ 'E01190008' => 'Site ID incorrectly formatted',
490
+ 'E01200001' => 'Site Password not specified',
491
+ 'E01200008' => 'Site Password incorrectly formatted',
492
+ 'E01210002' => 'Site ID and Password are invalid',
493
+ 'E01220001' => 'Member ID is not specified',
494
+ 'E01220008' => 'Member ID incorrectly formatted',
495
+ 'E01230006' => 'Card Registration Consecutive Number contains non-numeric characters',
496
+ 'E01230009' => 'Card Registration Consecutive Number exceeds maximum registration capacity',
497
+ 'E01240002' => 'Card specified does not exist',
498
+ 'E01240012' => 'Member ID specified is redundant in file',
499
+ 'E01250008' => 'Card Password incorrectly formatted',
500
+ 'E01250010' => 'Card Password is invalid',
501
+ 'E01260001' => 'Payment Method not specified',
502
+ 'E01260002' => 'Payment Method is invalid',
503
+ 'E01260010' => 'Payment Method specified can not be used',
504
+ 'E01270001' => 'Number of Payments not specified',
505
+ 'E01270005' => 'Number of Payments exceeds maximum allowed',
506
+ 'E01270006' => 'Number of Payments contains non-numeric characters',
507
+ 'E01270010' => 'Number of Payments specified is invalid',
508
+ 'E01290001' => 'HTTP_ACCEPT not specified',
509
+ 'E01300001' => 'HTTP_USER_AGENT not specified',
510
+ 'E01310002' => 'Terminal not specified',
511
+ 'E01310007' => 'Terminal values other than 1 or 0 are for the terminal to use',
512
+ 'E01320012' => 'Client Field 1 too long',
513
+ 'E01330012' => 'Client Field 2 too long',
514
+ 'E01340012' => 'Client Field 3 too long',
515
+ 'E01350001' => 'MD not specified',
516
+ 'E01350008' => 'MD incorrectly formatted',
517
+ 'E01360001' => 'PaRes not specified',
518
+ 'E01370008' => 'User Authentication Display Name incorrectly formatted',
519
+ 'E01370012' => 'User Authentication Display Name too long',
520
+ 'E01390002' => 'Site ID and Member ID do not exist',
521
+ 'E01390010' => 'Site ID and Member ID already exist',
522
+ 'E01400007' => 'Client Field Flag is not 1 or 0',
523
+ 'E01410010' => 'Transaction is set to prohibited status',
524
+ 'E01420010' => 'Transaction authorization is too old',
525
+ 'E01430012' => 'Member Name too long',
526
+ 'E01440008' => 'Default Card Flag incorrectly formatted',
527
+ 'E01450008' => 'Product Code incorrectly formatted',
528
+ 'E01460008' => 'Security Code incorrectly formatted',
529
+ 'E01470008' => 'Card Registration Consecutive Number incorrectly formatted',
530
+ 'E01480008' => 'Cardholder Name incorrectly formatted',
531
+ 'E01490005' => 'Amount + Tax/Shipping exceeds maximum allowed',
532
+ 'E01800001' => 'PIN not specified',
533
+ 'E01800008' => 'PIN incorrectly formatted',
534
+ 'E01800010' => 'PIN is invalid',
535
+ 'E11010001' => 'Transaction settlement already complete',
536
+ 'E11010002' => 'Transaction settlement is not complete and thus can not be modified',
537
+ 'E11010003' => 'Transaction Process Classification can not be performed',
538
+ 'E11010010' => 'Transaction process can not be performed because transaction is more than 180 days old',
539
+ 'E11010011' => 'Transaction process can not be performed because transaction is more than 180 days old',
540
+ 'E11010012' => 'Transaction process can not be performed because transaction is more than 180 days old',
541
+ 'E11010013' => 'Transaction process can not be performed because transaction is more than 180 days old',
542
+ 'E11010014' => 'Transaction process can not be performed because transaction is more than 180 days old',
543
+ 'E11010099' => 'Card can not be used',
544
+ 'E11010999' => 'Card can not be used',
545
+ 'E21010001' => 'User Authentication failed - please try again',
546
+ 'E21010007' => 'User Authentication failed - please try again',
547
+ 'E21010999' => 'User Authentication failed - please try again',
548
+ 'E21020001' => 'User Authentication failed - please try again',
549
+ 'E21020002' => 'User Authentication failed - please try again',
550
+ 'E21020007' => 'User Authentication failed - please try again',
551
+ 'E21020999' => 'User Authentication failed - please try again',
552
+ 'E21010201' => 'Card does not support User Authentication',
553
+ 'E21010202' => 'Card does not support User Authentication',
554
+ 'E31500014' => 'Request method must be POST, not GET',
555
+ 'E41170002' => 'Card can not be used',
556
+ 'E41170099' => 'Card Number is incorrect',
557
+ 'E61010001' => 'Settlement process failed - please try again',
558
+ 'E61010002' => 'Settlement process failed - please try again',
559
+ 'E61010003' => 'Settlement process failed - please try again',
560
+ 'E61020001' => 'Settlement method has been disabled',
561
+ 'E82010001' => 'Error executing transaction',
562
+ 'E90010001' => 'Duplicate transaction',
563
+ 'E91019999' => 'Settlement process failed - please try again',
564
+ 'E91020001' => 'System communication timeout - please try again',
565
+ 'E91029999' => 'Settlement process failed - please try again',
566
+ 'E91050001' => 'Settlement process failed',
567
+ 'E91099999' => 'Settlement process failed - please try again',
568
+ 'E92000001' => 'System unable to process transaction - please try again',
569
+
570
+ 'F01001001' => 'Shop ID is not specified',
571
+ 'F01001008' => 'Shop ID contains non-alphanumeric characters or is more than 13 characters',
572
+ 'F01002001' => 'Shop Password is not specified',
573
+ 'F01002008' => 'Shop Password contains non-alphanumeric characters or is more than 10 characters',
574
+ 'F01003002' => 'Shop does not exist for the specified Shop ID',
575
+ 'F01004001' => 'Query ID is not specified',
576
+ 'F01004002' => 'Query does not exist for the specified Query ID',
577
+ 'F01004005' => 'Query ID exceeds the maximum number of digits',
578
+ 'F01010001' => 'Address (State) is not specified',
579
+ 'F01010012' => 'Address (Prefecture) exceeds the maximum number of bytes',
580
+ 'F01011001' => 'Address (City) is not specified',
581
+ 'F01011012' => 'Address (City) exceeds the maximum number of bytes',
582
+ 'F01012001' => 'Address (Area) is not specified',
583
+ 'F01012012' => 'Address (Area) exceeds the maximum number of bytes',
584
+ 'F01013001' => 'Address (Street Address) is not specified',
585
+ 'F01013012' => 'Address (Street Address) exceeds the maximum number of bytes',
586
+ 'F01014012' => 'Address (Room Number) exceeds the maximum number of bytes',
587
+ 'F01015005' => 'Telephone Number exceeds the maximum number of characters',
588
+ 'F01015008' => 'Telephone Number contains characters other than numbers and hyphen (-)',
589
+ 'F01020008' => 'Record Classification contains a value other than HD',
590
+ 'F01021008' => 'Record Classification contains a value other than DT',
591
+ 'F01022008' => 'Record Classification contains a value other than FT',
592
+ 'F01023008' => 'Incorrect item count',
593
+ 'F01024008' => 'Incorrect item count',
594
+ 'F01025008' => 'Incorrect item count',
595
+ 'F01026008' => 'Incorrect item count',
596
+ 'F01030001' => 'Data Record Count is not specified',
597
+ 'F01030006' => 'Data Record Count contains non-numeric characters',
598
+ 'F01030011' => 'Data Record Count is not in the range of 1-20000',
599
+ 'F01040010' => 'Data Record Count does not match the number of data records in the header',
600
+ 'F01050001' => 'New query data was registered during query execution for the same Shop within the same query infrastructure',
601
+ 'F01060001' => 'Query functionality is suspended',
602
+ 'F01070001' => 'Query data is not specified',
603
+ 'F01090999' => 'Error occurred during query execution',
604
+
605
+ 'M01001005' => 'Version Number too long',
606
+ 'M01002001' => 'Shop ID not specified',
607
+ 'M01002002' => 'Shop ID and Password are invalid',
608
+ 'M01002008' => 'Shop ID incorrectly formatted',
609
+ 'M01003001' => 'Shop Password not specified',
610
+ 'M01003008' => 'Shop Password incorrectly formatted',
611
+ 'M01004001' => 'Order ID not specified',
612
+ 'M01004002' => 'Order ID not part of a registered transaction',
613
+ 'M01004010' => 'Order ID previously used',
614
+ 'M01004012' => 'Order ID too long',
615
+ 'M01004013' => 'Order ID contains characters other than a-z, A-Z, 0-9 and -',
616
+ 'M01004014' => 'Order ID is already part of a transaction requesting settlement',
617
+ 'M01005001' => 'Amount not specified',
618
+ 'M01005005' => 'Amount too long',
619
+ 'M01005006' => 'Amount contains non-numeric characters',
620
+ 'M01005011' => 'Amount is outside valid range',
621
+ 'M01006005' => 'Tax/Shipping exceeds maximum allowed',
622
+ 'M01006006' => 'Tax/Shipping contains non-numeric characters',
623
+ 'M01007001' => 'Access ID not specified',
624
+ 'M01007008' => 'Access ID incorrectly formatted',
625
+ 'M01008001' => 'Access Password not specified',
626
+ 'M01008008' => 'Access Password incorrectly formatted',
627
+ 'M01009001' => 'Payment Destination Convenience Store Code not specified',
628
+ 'M01009002' => 'Payment Destination Convenience Store Code is incorrect',
629
+ 'M01009005' => 'Payment Destination Convenience Store Code too long',
630
+ 'M01010001' => 'Name not specified',
631
+ 'M01010012' => 'Name too long',
632
+ 'M01010013' => 'Name contains invalid characters',
633
+ 'M01011001' => 'Furigana not specified',
634
+ 'M01011012' => 'Furigana too long',
635
+ 'M01011013' => 'Furigana contains invalid characters',
636
+ 'M01012001' => 'Telephone Number not specified',
637
+ 'M01012005' => 'Telephone Number too long',
638
+ 'M01012008' => 'Telephone Number incorrectly formatted',
639
+ 'M01013005' => 'Number of Due Dates too long',
640
+ 'M01013006' => 'Number of Due Dates contains non-numeric characters',
641
+ 'M01013011' => 'Number of Due Dates is outside valid range',
642
+ 'M01014001' => 'Result Notice Destination Email not specified',
643
+ 'M01014005' => 'Result Notice Destination Email too long',
644
+ 'M01014008' => 'Result Notice Destination Email incorrectly formatted',
645
+ 'M01015005' => 'Merchant Email too long',
646
+ 'M01015008' => 'Merchant Email incorrectly formatted',
647
+ 'M01016012' => 'Reservation Number too long',
648
+ 'M01016013' => 'Reservation Number contains invalid characters',
649
+ 'M01017012' => 'Member Number too long',
650
+ 'M01017013' => 'Member Number contains invalid characters',
651
+ 'M01018012' => 'POS Register Display Column 1 too long',
652
+ 'M01018013' => 'POS Register Display Column 1 contains invalid characters',
653
+ 'M01019012' => 'POS Register Display Column 2 too long',
654
+ 'M01019013' => 'POS Register Display Column 2 contains invalid characters',
655
+ 'M01020012' => 'POS Register Display Column 3 too long',
656
+ 'M01020013' => 'POS Register Display Column 3 contains invalid characters',
657
+ 'M01021012' => 'POS Register Display Column 4 too long',
658
+ 'M01021013' => 'POS Register Display Column 4 contains invalid characters',
659
+ 'M01022012' => 'POS Register Display Column 5 too long',
660
+ 'M01022013' => 'POS Register Display Column 5 contains invalid characters',
661
+ 'M01023012' => 'POS Register Display Column 6 too long',
662
+ 'M01023013' => 'POS Register Display Column 6 contains invalid characters',
663
+ 'M01024012' => 'POS Register Display Column 7 too long',
664
+ 'M01024013' => 'POS Register Display Column 7 contains invalid characters',
665
+ 'M01025012' => 'POS Register Display Column 8 too long',
666
+ 'M01025013' => 'POS Register Display Column 8 contains invalid characters',
667
+ 'M01026012' => 'Receipt Display Column 1 too long',
668
+ 'M01026013' => 'Receipt Display Column 1 contains invalid characters',
669
+ 'M01027012' => 'Receipt Display Column 2 too long',
670
+ 'M01027013' => 'Receipt Display Column 2 contains invalid characters',
671
+ 'M01028012' => 'Receipt Display Column 3 too long',
672
+ 'M01028013' => 'Receipt Display Column 3 contains invalid characters',
673
+ 'M01029012' => 'Receipt Display Column 4 too long',
674
+ 'M01029013' => 'Receipt Display Column 4 contains invalid characters',
675
+ 'M01030012' => 'Receipt Display Column 5 too long',
676
+ 'M01030013' => 'Receipt Display Column 5 contains invalid characters',
677
+ 'M01031012' => 'Receipt Display Column 6 too long',
678
+ 'M01031013' => 'Receipt Display Column 6 contains invalid characters',
679
+ 'M01032012' => 'Receipt Display Column 7 too long',
680
+ 'M01032013' => 'Receipt Display Column 7 contains invalid characters',
681
+ 'M01033012' => 'Receipt Display Column 8 too long',
682
+ 'M01033013' => 'Receipt Display Column 8 contains invalid characters',
683
+ 'M01034012' => 'Receipt Display Column 9 too long',
684
+ 'M01034013' => 'Receipt Display Column 9 contains invalid characters',
685
+ 'M01035012' => 'Receipt Display Column 10 too long',
686
+ 'M01035013' => 'Receipt Display Column 10 contains invalid characters',
687
+ 'M01036001' => 'Contact Address not specified',
688
+ 'M01036012' => 'Contact Address too long',
689
+ 'M01036013' => 'Contact Address contains invalid characters',
690
+ 'M01037001' => 'Contact Telephone not specified',
691
+ 'M01037005' => 'Contact Telephone too long',
692
+ 'M01037008' => 'Contact Telephone contains characters other than 0-9 and -',
693
+ 'M01038001' => 'Contact Business Hours not specified',
694
+ 'M01038005' => 'Contact Business Hours too long',
695
+ 'M01038008' => 'Contact Business Hours contains characters other than 0-9, : and -',
696
+ 'M01039012' => 'Client Field 1 too long',
697
+ 'M01039013' => 'Client Field 1 contains invalid characters',
698
+ 'M01040012' => 'Client Field 2 too long',
699
+ 'M01040013' => 'Client Field 2 contains invalid characters',
700
+ 'M01041012' => 'Client Field 3 too long',
701
+ 'M01041013' => 'Client Field 3 contains invalid characters',
702
+ 'M01042005' => 'Result Return Method Flag too long',
703
+ 'M01042011' => 'Result Return Method Flag is not 1 or 0',
704
+ 'M01043001' => 'Product/Service Name not specified',
705
+ 'M01043012' => 'Product/Service Name too long',
706
+ 'M01043013' => 'Product/Service Name contains invalid characters',
707
+ 'M01044012' => 'Settlement Start Email Additional Information too long',
708
+ 'M01044013' => 'Settlement Start Email Additional Information contains invalid characters',
709
+ 'M01045012' => 'Settlement Completion Email Additional Information too long',
710
+ 'M01045013' => 'Settlement Completion Email Additional Information contains invalid characters',
711
+ 'M01046012' => 'Settlement Contents Confirmation Screen Additional Information too long',
712
+ 'M01046013' => 'Settlement Contents Confirmation Screen Additional Information contains invalid characters',
713
+ 'M01047012' => 'Settlement Contents Confirmation Screen Additional Information too long',
714
+ 'M01047013' => 'Settlement Contents Confirmation Screen Additional Information contains invalid characters',
715
+ 'M01048005' => 'Due Date for Payment (Seconds) too long',
716
+ 'M01048006' => 'Due Date for Payment (Seconds) contains non-numeric characters',
717
+ 'M01048011' => 'Due Date for Payment (Seconds) is outside valid range',
718
+ 'M01049012' => 'Settlement Start Email Additional Information too long',
719
+ 'M01049013' => 'Settlement Start Email Additional Information contains invalid characters',
720
+ 'M01050012' => 'Settlement Completion Email Additional Information too long',
721
+ 'M01050013' => 'Settlement Completion Email Additional Information contains invalid characters',
722
+ 'M01051001' => 'Settlement Method not specified',
723
+ 'M01051005' => 'Settlement Method too long',
724
+ 'M01051011' => 'Settlement Method is outside valid range',
725
+ 'M01053002' => 'Convenience Store specified can not be used',
726
+ 'M01054001' => 'Process Classification not specified',
727
+ 'M01054004' => 'Process Classification is invalid for current transaction status',
728
+ 'M01054010' => 'Process Classification specified is not defined',
729
+ 'M01055010' => 'Amount + Tax/Shipping does not match Transaction Amount + Tax/Shipping',
730
+ 'M01056001' => 'Redirect URL not specified',
731
+ 'M01056012' => 'Redurect URL too long',
732
+ 'M01057010' => 'Transaction is too old for cancellation',
733
+ 'M01058002' => 'Transaction specified does not exist',
734
+ 'M01058010' => 'Transaction Shop ID does not match specified Shop ID',
735
+ 'M01059005' => 'Return Destination URL too long',
736
+ 'M01060010' => 'Transaction authorization is too old',
737
+ 'M01061001' => 'Financial institution code has not been set',
738
+ 'M01061002' => 'Non-existent financial institution code was specified',
739
+ 'M01061005' => 'Financial institution code exceeds the maximum number of digits',
740
+ 'M01062001' => 'Branch code is not set',
741
+ 'M01062002' => 'Non-existent branch code was specified',
742
+ 'M01062005' => 'Branch code exceeds the maximum number of digits',
743
+ 'M01063001' => 'Account holder segment has not been set',
744
+ 'M01063002' => 'Account holder division has been set that does not exist',
745
+ 'M01064001' => 'Account holder (surname kanji) is not set',
746
+ 'M01064003' => 'Account holder (surname kanji) exceeds the maximum number of characters',
747
+ 'M01064013' => 'Account holder (surname kanji) contains characters that are not allowed',
748
+ 'M01065001' => 'Account holder (surname reading) is not set',
749
+ 'M01065003' => 'Account holder (surname reading) exceeds the maximum number of characters',
750
+ 'M01065013' => 'Account holder (surname reading) contains characters that are not allowed',
751
+ 'M01066001' => 'Account holder (given name kanji) is not set',
752
+ 'M01066003' => 'Account holder (given name kanji) exceeds the maximum number of characters',
753
+ 'M01066013' => 'Account holder (given name kanji) contains characters that are not allowed',
754
+ 'M01067001' => 'Account holder (given name reading) is not set',
755
+ 'M01067003' => 'Account holder (given name reading) exceeds the maximum number of characters',
756
+ 'M01067013' => 'Account holder (given name reading) contains characters that are not allowed',
757
+ 'M01068001' => 'Account holder (corporate name kanji) is not set',
758
+ 'M01068003' => 'Account holder (corporate name kanji) exceeds the maximum number of characters',
759
+ 'M01068013' => 'Account holder (corporate name kanji) contains characters that are not allowed',
760
+ 'M01069001' => 'Account holder (corporate name reading) is not set',
761
+ 'M01069003' => 'Account holder (corporate name reading) exceeds the maximum number of characters',
762
+ 'M01069013' => 'Account holder (corporate name reading) contains characters that are not allowed',
763
+ 'M01070001' => 'Account number has not been set',
764
+ 'M01070002' => 'Non-existent account number was specified',
765
+ 'M01071001' => 'Account number has not been set',
766
+ 'M01071005' => 'Account number exceeds the maximum number of digits',
767
+ 'M01071013' => 'Account number contains non-numeric characters',
768
+ 'M01073002' => 'Non-existent transaction ID was specified',
769
+ 'M01073004' => 'Cannot perform the the specified processing job',
770
+ 'M01074090' => 'Token is invalid',
771
+ 'M01074091' => 'The Settlement URL has expired',
772
+ 'M01074101' => 'Token Type is invalid',
773
+ 'M01074108' => 'Token Type is not set',
774
+ 'M01074112' => 'The token type exceeds the maximum number of digits',
775
+ 'M01074113' => 'The token type is invalid.',
776
+ 'M01075001' => 'Account holder has not been set',
777
+ 'M01075005' => 'Account name exceeds the maximum number of characters',
778
+ 'M01075013' => 'Account name contains characters that are not allowed',
779
+ 'M01076001' => 'User terminal has not been set',
780
+ 'M01076010' => 'User terminal specified is not defined',
781
+ 'M01077005' => 'Account name (kanji) exceeds the maximum number of characters',
782
+ 'M01077013' => 'Account name (kanji) contains characters that are not allowed',
783
+ 'M01078005' => 'The number of digits of the currency code is incorrect',
784
+ 'M01078010' => 'Non-existent currency code specified',
785
+ 'M01080001' => 'Memo has not been set',
786
+ 'M01080005' => 'Memo exceeds the maximum number of characters',
787
+ 'M01080013' => 'Memo contains characters that are not allowed',
788
+ 'M01081011' => 'Settlement result URL expiration seconds not within valid range',
789
+ 'M01081013' => 'Settlement result URL expiration seconds contains non-numeric characters',
790
+ 'M01082001' => 'Service name has not been set',
791
+ 'M01082005' => 'Service name exceeds the maximum number of characters',
792
+ 'M01082013' => 'Service name contains characters that are not allowed',
793
+ 'M01083001' => 'Service phone number is not set',
794
+ 'M01084002' => 'Non-existent OpenID was specified',
795
+ 'M01085001' => 'Cancellation amount has not been set',
796
+ 'M01085005' => 'Cancellation amount exceeds the maximum number of digits',
797
+ 'M01085006' => 'Cancellation amount contains non-numeric characters',
798
+ 'M01085010' => 'Amount at time of authorization and cancellation amount do not match',
799
+ 'M01085011' => 'Cancellation amount exceeds the amount at time of authorization',
800
+ 'M01086005' => 'Cancel stamp tax exceeds the maximum number of digits',
801
+ 'M01086006' => 'Cancel stamp tax contains non-numeric characters',
802
+ 'M01500001' => 'Shop information string has not been set',
803
+ 'M01500005' => 'Shop information string contains the wrong number of characters',
804
+ 'M01500012' => 'Shop information string is inconsistent with other items',
805
+ 'M01510001' => 'Purchasing information string has not been set',
806
+ 'M01510005' => 'Purchasing information string contains the wrong number of characters',
807
+ 'M01510012' => 'Purchasing information string is inconsistent with other items',
808
+ 'M01520002' => 'User terminal usage information contains an invalid value',
809
+ 'M01530001' => 'Settlement result return URL is not set',
810
+ 'M01530005' => 'Settlement result return URL exceeds the maximum number of characters',
811
+ 'M01540005' => 'Settlement cancellation URL exceeds the maximum number of characters',
812
+ 'M01550001' => 'Date and time information string has not been set',
813
+ 'M01550005' => 'Date and time information string contains the wrong number of characters',
814
+ 'M01550006' => 'Date and time information string contains invalid characters',
815
+ 'M01590005' => 'Product code exceeds the maximum number of digits',
816
+ 'M01590006' => 'Product code contains invalid characters',
817
+ 'M01600001' => 'Member information check string has not been set',
818
+ 'M01600005' => 'Member information check string exceeds the maximum number of characters',
819
+ 'M01600012' => 'Member information check string is inconsistent with other items',
820
+ 'M01610005' => 'Number of retries is out of range 0-99',
821
+ 'M01610006' => 'Number of retries contains a non-numeric value',
822
+ 'M01620005' => 'Session timeout is out of range 0-9999',
823
+ 'M01620006' => 'Session timeout contains a non-numeric value',
824
+ 'M01630010' => 'the time of the transaction after the card registration, member ID of the member ID and parameters of the transaction does not match',
825
+ 'M01640010' => 'the time of the transaction after the card registration, site ID of the site ID and parameters of the transaction does not match',
826
+ 'M01650012' => 'specified shop, does not belong to the specified site',
827
+ 'M01660013' => 'values ??that are not supported in the language parameters have been set',
828
+ 'M01670013' => 'unsupported value to the output encoding is set',
829
+ 'M01680001' => 'Settlement usage flag not set',
830
+ 'M01680008' => 'Settlement usage is set to a value other than "0", "1"',
831
+ 'M01700001' => 'There are no available contract e-mail link, it is in use stop',
832
+ 'M01701002' => 'Called email link data does not exist',
833
+ 'M01702003' => 'Called email link data is expired',
834
+ 'M01703001' => 'Unique string is not specified',
835
+ 'M01703005' => 'Unique string length is other than 32 bytes',
836
+ 'M01704005' => 'Template number is greater than one digit',
837
+ 'M01704006' => 'Template number has been set to a non-numeric value',
838
+ 'M11010099' => 'Transaction settlement is not complete',
839
+ 'M11010999' => 'Transaction settlement may already be complete',
840
+ 'M91099999' => 'Settlement process failed',
841
+
842
+ 'N01001001' => 'Input notification code error. Error occurred during execution. Process was not started',
843
+ 'N01001002' => 'Purchase transaction existance error. Error occurred during execution. Process was not started',
844
+ 'N01001003' => 'Duplicate input received error. Error occurred during execution. Process was not started',
845
+ 'N01001004' => 'Input state error. Error occurred during execution. Process was not started',
846
+ 'N01001005' => 'Input usage stopped error. Error occurred during execution. Process was not started',
847
+ 'N01001006' => 'Input payment amount mismatch error. Error occurred during execution. Process was not started',
848
+ 'N01001007' => 'Input tax amount mismatch error. Error occurred during execution. Process was not started',
849
+ 'N01001008' => 'Input settlement date error. Error occurred during execution. Process was not started',
850
+ 'N01001009' => 'Input settlement date error. Error occurred during execution. Process was not started',
851
+ 'N10000001' => 'Transaction existance error. The current transaction does not exist',
852
+ 'N0C030C01' => 'Please try again later',
853
+ 'N0C030C03' => 'Please try again later',
854
+ 'N0C030C12' => 'Please try again later',
855
+ 'N0C030C13' => 'System is temporarily available',
856
+ 'N0C030C14' => 'Please try again later',
857
+ 'N0C030C15' => 'Please try again later',
858
+ 'N0C030C16' => 'Please try again later',
859
+ 'N0C030C33' => 'Please try again later',
860
+ 'N0C030C34' => 'Please try again later',
861
+ 'N0C030C49' => 'Please try again later',
862
+ 'N0C030C50' => 'Please try again later',
863
+ 'N0C030C51' => 'Please try again',
864
+ 'N0C030C53' => 'Please try again later',
865
+ 'N0C030C54' => 'Please try again later',
866
+ 'N0C030C55' => 'Please try again later',
867
+ 'N0C030C56' => 'Please try again later',
868
+ 'N0C030C57' => 'Please try again later',
869
+ 'N0C030C58' => 'Please try again later',
870
+ 'N0C030C60' => 'Please try again later',
871
+ 'N0C030G03' => 'This card is currently unavailable. Please contact your card company',
872
+ 'N0C030G12' => 'This card is currently unavailable. Please contact your card company',
873
+ 'N0C030G30' => 'This card is currently unavailable. Please contact your card company',
874
+ 'N0C030G54' => 'This card is currently unavailable. Please contact your card company',
875
+ 'N0C030G55' => 'This card is currently unavailable. Please contact your card company',
876
+ 'N0C030G56' => 'This card is currently unavailable. Please contact your card company',
877
+ 'N0C030G60' => 'This card is currently unavailable. Please contact your card company',
878
+ 'N0C030G61' => 'This card is currently unavailable. Please contact your card company',
879
+ 'N0C030G65' => 'This card is currently unavailable. Please contact your card company',
880
+ 'N0C030G67' => 'Please try again later',
881
+ 'N0C030G83' => 'This card is currently unavailable. Please contact your card company',
882
+ 'N0C030G85' => 'This card is currently unavailable. Please contact your card company',
883
+ 'N0C030G95' => 'This card is currently unavailable. Please contact your card company',
884
+ 'N0C030G96' => 'This card is currently unavailable. Please contact your card company',
885
+ 'N0C030G97' => 'This card is currently unavailable. Please contact your card company',
886
+ 'N0C030G98' => 'Please try again',
887
+ 'N0C030G99' => 'This card is currently unavailable. Please contact your card company',
888
+ 'N0N010007' => "Service is not offered on the customer's mobile phone",
889
+ 'N0N010008' => "Service is not offered on the customer's mobile phone",
890
+ 'N0N010009' => "Service is not offered on the customer's mobile phone",
891
+ 'N0N010013' => 'Usage is temporarily unavailable. Please contact the merchant',
892
+ 'N0N010024' => 'Usage is temporarily unavailable. Please contact the merchant',
893
+ 'N0N010032' => 'Usage is temporarily unavailable. Please contact the merchant',
894
+ 'N0N020014' => 'An error occurred. Please contact the merchant',
895
+ 'N0N020017' => 'This card is currently unavailable. Please contact your card company',
896
+ 'N0N020018' => 'This card is currently unavailable. Please contact your card company',
897
+ 'N0N020019' => 'This card is currently unavailable. Please contact your card company',
898
+ 'N0N020020' => 'This card is currently unavailable. Please contact your card company',
899
+ 'N0N020021' => 'This card is currently unavailable. Please contact your card company',
900
+ 'N0N020022' => 'This card is currently unavailable. Please contact your card company',
901
+ 'N0N020023' => 'This card is currently unavailable. Please contact your card company',
902
+ 'N0N030038' => 'This card is currently unavailable because the PIN is incorrect. Please contact your card company',
903
+ 'N0N040014' => 'An error occurred. Please contact the merchant',
904
+ 'N0K040026' => 'Please try again',
905
+ 'N0K040027' => 'An error occurred. Please contact the merchant',
906
+ 'N0K040028' => 'An error occurred. Please contact the merchant',
907
+ 'N0K040029' => 'An error occurred. Please contact the merchant',
908
+ 'N0N040031' => 'Usage is temporarily unavailable. Please contact the merchant',
909
+ 'N0K040037' => 'Usage is temporarily unavailable. Please contact the merchant',
910
+ 'N0T000001' => 'Please try again',
911
+ 'N0T000002' => 'Payment cannot be made because an available card has not been set. Please note that you must set the card in adavnce in order to pay with iD',
912
+ 'N0T000003' => 'Payment cannot be made because an available card has not been set. Please note that you must set the card in adavnce in order to pay with iD',
913
+ 'N0T000004' => 'Password input has exceeded the allowed number of mistakes. Cannot continue to pay by iD. Please restart the iD app and re-configure the card',
914
+ 'N0T000005' => 'Please contact the card company if you cannot unlock your IC card',
915
+ 'N0T000006' => 'An error occurred. Please contact the merchant',
916
+ 'N0T000007' => 'Please try again',
917
+ 'N0T000008' => 'Please try again',
918
+ 'N0T000009' => 'This card is currently unavailable. Please contact your card company',
919
+ 'N0T000010' => 'Please try again',
920
+
921
+ 'P01010002' => 'Failed to authenticate the input API',
922
+ 'P01010003' => 'Invalid input parameter',
923
+ 'P01010004' => 'Invalid input parameter',
924
+ 'P01010005' => 'Invalid input option specified',
925
+ 'P01010006' => 'Invalid version specified',
926
+ 'P01010007' => 'Permission to call input API not granted',
927
+ 'P01010008' => 'Input security header is invalid',
928
+ 'P01010009' => 'Input account status is invalid',
929
+ 'P01010010' => 'Invalid input parameter',
930
+ 'P01010011' => 'Specified transaction is invalid',
931
+ 'P01010101' => 'Input API is temporarily unavailable',
932
+ 'P01010102' => 'Specified option is temporarily unavailable',
933
+ 'P01010103' => 'Specified option is temporarily unavailable',
934
+ 'P01010202' => 'Number of input purchase transactions exceeds the monthly limit',
935
+ 'P01010400' => 'Order Total Price is invalid',
936
+ 'P01010401' => 'Order Total Price is invalid',
937
+ 'P01010402' => 'Merchant contract does not allow authentication option',
938
+ 'P01010404' => 'Input return URL is invalid',
939
+ 'P01010405' => 'Input cancellation URL is invalid',
940
+ 'P01010406' => 'Input customer ID is invalid',
941
+ 'P01010407' => 'Input customer e-mail address is invalid',
942
+ 'P01010408' => 'Token is invalid',
943
+ 'P01010409' => 'Token is invalid',
944
+ 'P01010410' => 'Token is not active',
945
+ 'P01010411' => 'Token expired',
946
+ 'P01010412' => 'Duplicate invoice number',
947
+ 'P01010413' => 'Input goods total amount is invalid',
948
+ 'P01010414' => 'Maximum transaction amount limit exceeded',
949
+ 'P01010415' => 'Transaction is already processed',
950
+ 'P01010416' => 'Maximum number of reprocess attempts exceeded',
951
+ 'P01010417' => 'Input payment method is invalid',
952
+ 'P01010418' => 'Input currency code is invalid',
953
+ 'P01010419' => 'Input customer ID is invalid',
954
+ 'P01010420' => 'Input payment option is invalid',
955
+ 'P01010421' => 'Input token is invalid',
956
+ 'P01010422' => 'Input customer funding source is invalid',
957
+ 'P01010424' => 'Input shipping address is invalid',
958
+ 'P01010425' => 'Merchant contract does not permit API usage',
959
+ 'P01010426' => 'Input goods total amount is invalid',
960
+ 'P01010427' => 'Input shipping total is invalid',
961
+ 'P01010428' => 'Input commission total is invalid',
962
+ 'P01010429' => 'Input tax total is invalid',
963
+ 'P01010430' => 'Input goods amount is incorrect',
964
+ 'P01010431' => 'Input goods amount is invalid',
965
+ 'P01010432' => 'Invoice number exceeds the allowed number of digits',
966
+ 'P01010433' => 'Part of the input item description has been omitted',
967
+ 'P01010434' => 'Part of the input free items have been omitted',
968
+ 'P01010435' => 'Authorization is not yet processed',
969
+ 'P01010436' => 'Input header image URL exceeds the maximum number of characters',
970
+ 'P01010437' => 'Input header image URL exceeds the maximum number of characters',
971
+ 'P01010438' => 'Input header image URL exceeds the maximum number of characters',
972
+ 'P01010439' => 'Input header image URL exceeds the maximum number of characters',
973
+ 'P01010440' => 'Input header image URL exceeds the maximum number of characters',
974
+ 'P01010441' => 'Input notification URL exceeds the maximum number of characters',
975
+ 'P01010442' => 'Input identification code exceeds the maximum number of characters',
976
+ 'P01010443' => 'Input payment option is invalid',
977
+ 'P01010444' => 'Input currency code is invalid',
978
+ 'P01010445' => 'Cannot continue processing the specified transaction',
979
+ 'P01010446' => 'Input payment option is invalid',
980
+ 'P01010457' => 'Failed to initialize the eBay API',
981
+ 'P01010458' => 'An error occurred in the eBay API',
982
+ 'P01010459' => 'An error occurred in the eBay API',
983
+ 'P01010460' => 'An error occurred during communication with eBay',
984
+ 'P01010461' => 'Input number of items is invalid',
985
+ 'P01010462' => 'Input order does not exist',
986
+ 'P01010463' => 'eBay connection information is invalid',
987
+ 'P01010464' => 'Item number and transaction ID do not match',
988
+ 'P01010465' => 'Invalid eBay connection information',
989
+ 'P01010467' => 'Duplicate input item number',
990
+ 'P01010468' => 'Duplicate input order ID',
991
+ 'P01010469' => 'Specified option is temporarily unavailable',
992
+ 'P01010470' => 'Invalid option specified',
993
+ 'P01010471' => 'Input return URL is invalid',
994
+ 'P01010472' => 'Input cancellation URL is invalid',
995
+ 'P01010473' => 'Unsupported input parameters specified',
996
+ 'P01010474' => 'Cannot continue processing the specified transaction',
997
+ 'P01010475' => 'Input payment option is invalid',
998
+ 'P01010476' => 'Input data is invalid',
999
+ 'P01010477' => 'Input data is invalid',
1000
+ 'P01010478' => 'Input data is invalid',
1001
+ 'P01010479' => 'Input data is invalid',
1002
+ 'P01010480' => 'Input data is invalid',
1003
+ 'P01010481' => 'Payment option is invalid',
1004
+ 'P01010482' => 'Payment option is invalid',
1005
+ 'P01010537' => 'Transaction denied due to risk management settings',
1006
+ 'P01010538' => 'Transaction denied due to risk management settings',
1007
+ 'P01010539' => 'Payment denied due to risk management settings',
1008
+ 'P01010600' => 'Authorization has been canceled',
1009
+ 'P01010601' => 'Authorization period has elapsed',
1010
+ 'P01010602' => 'Authorization has already been completed',
1011
+ 'P01010603' => "Restrictions have been applied to the customer's account",
1012
+ 'P01010604' => 'Cannot continue with the authorization process',
1013
+ 'P01010605' => 'Input currency code is not supported',
1014
+ 'P01010606' => 'Transaction denied',
1015
+ 'P01010607' => 'Authorization and recovery function is not available',
1016
+ 'P01010608' => 'Input customer funding source is invalid',
1017
+ 'P01010609' => 'Input transaction ID is invalid',
1018
+ 'P01010610' => 'Input amount exceeds the maximum limit',
1019
+ 'P01010611' => 'Merchant contract does not allow usage of the authorization and recovery function',
1020
+ 'P01010612' => 'Maximum number of settlements reached',
1021
+ 'P01010613' => 'Input currency code is invalid',
1022
+ 'P01010614' => 'Input authorization cancellation number is invalid',
1023
+ 'P01010615' => 'Input re-authorization method is invalid',
1024
+ 'P01010616' => 'Authorization has exceeded the maximum number of re-authorizations',
1025
+ 'P01010617' => 'Re-authorization has been called during the warranty period',
1026
+ 'P01010618' => 'Transaction is canceled or expired',
1027
+ 'P01010619' => 'Input invoice number exceeds the maximum number of characters',
1028
+ 'P01010620' => 'Order status is in canceled, expired, or completed state',
1029
+ 'P01010621' => 'Order has expired',
1030
+ 'P01010622' => 'Order has been canceled',
1031
+ 'P01010623' => 'Order has reached the maximum number of authorizations',
1032
+ 'P01010624' => 'Duplicate input invoice number',
1033
+ 'P01010625' => 'Transaction amount exceeds the maximum limit',
1034
+ 'P01010626' => 'Transaction has been rejected by the risk model',
1035
+ 'P01010627' => 'Input parameters are not supported',
1036
+ 'P01010628' => 'Cannot continue processing the specified transaction',
1037
+ 'P01010629' => 'Input re-authorization method is invalid',
1038
+ 'P01010630' => 'Input goods amount is invalid',
1039
+ 'P01010725' => 'Input shipping address is invalid',
1040
+ 'P01010726' => 'Input shipping address is invalid',
1041
+ 'P01010727' => 'Input shipping address is invalid',
1042
+ 'P01010728' => 'Input shipping address is invalid',
1043
+ 'P01010729' => 'Input shipping address is invalid',
1044
+ 'P01010730' => 'Input shipping address is invalid',
1045
+ 'P01010731' => 'Input shipping address is invalid',
1046
+ 'P01010736' => 'Failed to query the input shipping address',
1047
+ 'P01010800' => 'Invalid input parmeter',
1048
+ 'P01011001' => 'Input exceeds the allowed number of digits',
1049
+ 'P01011094' => 'Cannot of cancel, re-authorize, or recover the specified authorization',
1050
+ 'P01011547' => 'Specified option is temporarily unavailable',
1051
+ 'P01011601' => 'Input billing address is invalid',
1052
+ 'P01011602' => 'Input billing address is invalid',
1053
+ 'P01011610' => 'Payment is pending',
1054
+ 'P01011611' => 'Transaction has been aborted',
1055
+ 'P01011612' => 'Cannot continue processing the transaction',
1056
+ 'P01011801' => 'Input data is invalid',
1057
+ 'P01011802' => 'Input data is invalid',
1058
+ 'P01011803' => 'Input data is invalid',
1059
+ 'P01011804' => 'Input data is invalid',
1060
+ 'P01011805' => 'Input data is invalid',
1061
+ 'P01011806' => 'Input data is invalid',
1062
+ 'P01011807' => 'Input data is invalid',
1063
+ 'P01011810' => 'Input data is invalid',
1064
+ 'P01011811' => 'Input data is invalid',
1065
+ 'P01011812' => 'Input data is invalid',
1066
+ 'P01011813' => 'Input data is invalid',
1067
+ 'P01011814' => 'Input data is invalid',
1068
+ 'P01011815' => 'Input data is invalid',
1069
+ 'P01011820' => 'Input data is invalid',
1070
+ 'P01011821' => 'Input option is invalid',
1071
+ 'P01011822' => 'Input option contains an error',
1072
+ 'P01011823' => 'Input option contains an error',
1073
+ 'P01011824' => 'Input option contains an error',
1074
+ 'P01011825' => 'Input option contains an error',
1075
+ 'P01011826' => 'Input shipping total is invalid',
1076
+ 'P01011827' => 'Input option contains an error',
1077
+ 'P01011828' => 'Input option contains an error',
1078
+ 'P01011829' => 'Input option contains an error',
1079
+ 'P01011830' => 'Input option contains an error',
1080
+ 'P01011831' => 'Input URL exceeds the maximum number of characters',
1081
+ 'P01011832' => 'Input order total is invalid',
1082
+ 'P01012109' => 'Input option is invalid',
1083
+ 'P01012124' => 'Input option is invalid',
1084
+ 'P01012200' => 'Input customer ID is invalid',
1085
+ 'P01012201' => 'Input option contains an error',
1086
+ 'P01012202' => 'Input option contains an error',
1087
+ 'P01012203' => 'Payment failed due to the input being in hold state',
1088
+ 'P01012204' => 'Transaction failed due to input error',
1089
+ 'P01012205' => 'Input option contains an error',
1090
+ 'P01012206' => 'Input option contains an error',
1091
+ 'P01012207' => 'Input option contains an error',
1092
+ 'P01012208' => 'Input goods amount does not match',
1093
+ 'P01020000' => 'Payment Status is invalid (None)',
1094
+ 'P01020001' => 'Payment Status is invalid (Canceled-Reversal)',
1095
+ 'P01020003' => 'Payment Status is invalid (Denied)',
1096
+ 'P01020004' => 'Payment Status is invalid (Expired)',
1097
+ 'P01020005' => 'Payment Status is invalid (Failed)',
1098
+ 'P01020006' => 'Payment Status is invalid (In-Progress)',
1099
+ 'P01020007' => 'Payment Status is invalid (Partially-Refunded)',
1100
+ 'P01020008' => 'Payment Status is invalid (Pending)',
1101
+ 'P01020009' => 'Payment Status is invalid (Refunded)',
1102
+ 'P01020010' => 'Payment Status is invalid (Reversed)',
1103
+ 'P01020011' => 'Payment Status is invalid (Processed)',
1104
+ 'P01020012' => 'Payment Status is invalid (Voided)',
1105
+ 'P01029999' => 'Payment Status is invalid',
1106
+ 'P01081000' => 'Parameter is invalid',
1107
+ 'P01081001' => 'Parameter is invalid',
1108
+ 'P01081002' => 'Specified method is not supported',
1109
+ 'P01081003' => 'Method is not specified',
1110
+ 'P01081004' => 'Request Parameter not specified',
1111
+ 'P01081100' => 'Parameter not specified (Amt)',
1112
+ 'P01081101' => 'Parameter not specified (MaxAmt)',
1113
+ 'P01081102' => 'Parameter not specified (ReturnURL)',
1114
+ 'P01081103' => 'Parameter not specified (NotifyURL)',
1115
+ 'P01081104' => 'Parameter not specified (CancelURL)',
1116
+ 'P01081105' => 'Parameter not specified (ShipToStreet)',
1117
+ 'P01081106' => 'Parameter not specified (ShipToStreet2)',
1118
+ 'P01081107' => 'Parameter not specified (ShipToCity)',
1119
+ 'P01081108' => 'Parameter not specified (ShipToState)',
1120
+ 'P01081109' => 'Parameter not specified (ShipToZip)',
1121
+ 'P01081110' => 'Parameter not specified (Country)',
1122
+ 'P01081111' => 'Parameter not specified (ReqConfirmShipping)',
1123
+ 'P01081112' => 'Parameter not specified (NoShipping)',
1124
+ 'P01081113' => 'Parameter not specified (AddrOverride)',
1125
+ 'P01081114' => 'Parameter not specified (LocaleCode)',
1126
+ 'P01081115' => 'Parameter not specified (PaymentAction)',
1127
+ 'P01081116' => 'Parameter not specified (Email)',
1128
+ 'P01081117' => 'Parameter not specified (Token)',
1129
+ 'P01081118' => 'Parameter not specified (PayerID)',
1130
+ 'P01081119' => 'Parameter not specified (ItemAmt)',
1131
+ 'P01081120' => 'Parameter not specified (ShippingAmt)',
1132
+ 'P01081121' => 'Parameter not specified (HandlingAmt)',
1133
+ 'P01081122' => 'Parameter not specified (TaxAmt)',
1134
+ 'P01081123' => 'Parameter not specified (IPAddress)',
1135
+ 'P01081124' => 'Parameter not specified (ShipToName)',
1136
+ 'P01081125' => 'Parameter not specified (L_Amt)',
1137
+ 'P01081126' => 'Parameter not specified (Amt)',
1138
+ 'P01081127' => 'Parameter not specified (L_TaxAmt)',
1139
+ 'P01081128' => 'Parameter not specified (AuthorizationID)',
1140
+ 'P01081129' => 'Parameter not specified (CompleteType)',
1141
+ 'P01081130' => 'Parameter not specified (CurrencyCode)',
1142
+ 'P01081131' => 'Parameter not specified (TransactionID)',
1143
+ 'P01081132' => 'Parameter not specified (TransactionEntity)',
1144
+ 'P01081133' => 'Parameter not specified (Acct)',
1145
+ 'P01081134' => 'Parameter not specified (ExpDate)',
1146
+ 'P01081135' => 'Parameter not specified (FirstName)',
1147
+ 'P01081136' => 'Parameter not specified (LastName)',
1148
+ 'P01081137' => 'Parameter not specified (Street)',
1149
+ 'P01081138' => 'Parameter not specified (Street2)',
1150
+ 'P01081139' => 'Parameter not specified (City)',
1151
+ 'P01081140' => 'Parameter not specified (State)',
1152
+ 'P01081141' => 'Parameter not specified (Zip)',
1153
+ 'P01081142' => 'Parameter not specified (CountryCode)',
1154
+ 'P01081143' => 'Parameter not specified (RefundType)',
1155
+ 'P01081144' => 'Parameter not specified (StartDate)',
1156
+ 'P01081145' => 'Parameter not specified (EndDate)',
1157
+ 'P01081146' => 'Parameter not specified (MPID)',
1158
+ 'P01081147' => 'Parameter not specified (CreditCardType)',
1159
+ 'P01081148' => 'Parameter not specified (User)',
1160
+ 'P01081149' => 'Parameter not specified (Pwd)',
1161
+ 'P01081150' => 'Parameter not specified (Version)',
1162
+ 'P01081200' => 'Parameter is invalid (Amt)',
1163
+ 'P01081201' => 'Parameter is invalid (MaxAmt)',
1164
+ 'P01081203' => 'Parameter is invalid (NotifyURL)',
1165
+ 'P01081205' => 'Parameter is invalid (ShipToStreet)',
1166
+ 'P01081206' => 'Parameter is invalid (ShipToStreet2)',
1167
+ 'P01081207' => 'Parameter is invalid (ShipToCity)',
1168
+ 'P01081208' => 'Parameter is invalid (ShipToState)',
1169
+ 'P01081209' => 'Parameter is invalid (ShipToZip)',
1170
+ 'P01081210' => 'Parameter is invalid (Country)',
1171
+ 'P01081211' => 'Parameter is invalid (ReqConfirmShipping)',
1172
+ 'P01081212' => 'Parameter is invalid (Noshipping)',
1173
+ 'P01081213' => 'Parameter is invalid (AddrOverride)',
1174
+ 'P01081214' => 'Parameter is invalid (LocaleCode)',
1175
+ 'P01081215' => 'Parameter is invalid (PaymentAction)',
1176
+ 'P01081219' => 'Parameter is invalid (ItemAmt)',
1177
+ 'P01081220' => 'Parameter is invalid (ShippingAmt)',
1178
+ 'P01081221' => 'Parameter is invalid (HandlingTotal Amt)',
1179
+ 'P01081222' => 'Parameter is invalid (TaxAmt)',
1180
+ 'P01081223' => 'Parameter is invalid (IPAddress)',
1181
+ 'P01081224' => 'Parameter is invalid (ShipToName)',
1182
+ 'P01081225' => 'Parameter is invalid (L_Amt)',
1183
+ 'P01081226' => 'Parameter is invalid (Amt)',
1184
+ 'P01081227' => 'Parameter is invalid (L_TaxAmt)',
1185
+ 'P01081229' => 'Parameter is invalid (CompleteType)',
1186
+ 'P01081230' => 'Parameter is invalid (CurrencyCode)',
1187
+ 'P01081232' => 'Parameter is invalid (TransactionEntity)',
1188
+ 'P01081234' => 'Parameter is invalid (ExpDate)',
1189
+ 'P01081235' => 'Parameter is invalid (FirstName)',
1190
+ 'P01081236' => 'Parameter is invalid (LastName)',
1191
+ 'P01081237' => 'Parameter is invalid (Street)',
1192
+ 'P01081238' => 'Parameter is invalid (Street2)',
1193
+ 'P01081239' => 'Parameter is invalid (City)',
1194
+ 'P01081243' => 'Parameter is invalid (RefundType)',
1195
+ 'P01081244' => 'Parameter is invalid (StartDate)',
1196
+ 'P01081245' => 'Parameter is invalid (EndDate)',
1197
+ 'P01081247' => 'Parameter is invalid (CreditCardType)',
1198
+ 'P01081248' => 'Parameter is invalid (Username)',
1199
+ 'P01081249' => 'Parameter is invalid (Password)',
1200
+ 'P01081250' => 'Parameter is invalid (Version)',
1201
+ 'P01081251' => 'Internal input error occurred',
1202
+ 'P02000001' => 'Failed to communicate with the PayPal center',
1203
+ 'P02000002' => 'Failed to communicate with the PayPal center',
1204
+ 'P03000003' => 'User canceled Paypal payment creation',
1205
+
1206
+ 'S01000002' => 'Mail creation failed. Please perform settlement via the Mobile Suica app net settlement list',
1207
+ 'S01001001' => 'Authentication information invalid. Failed to process settlement request. Please wait awhile and try again from the purchase screen',
1208
+ 'S01001002' => 'Unable to connect to system. Failed to process settlement request. Please wait awhile and try again from the purchase screen',
1209
+ 'S01001006' => 'Data invalid. Mobile Suica settlement is not available',
1210
+ 'S01001007' => 'Member not registered or registration canceled. Please register for Mobile Suica and try again from the purchase screen',
1211
+ 'S01001008' => 'Registration limit exceeded. Please check your Net Settlement List in the Mobile Suica app and try again from the purchase screen',
1212
+ 'S01001010' => 'Duplicate settlement request ID. Failed to process settlement request. Please wait awhile and try again from the purchase screen',
1213
+ 'S01001012' => 'Registration data not present',
1214
+ 'S01001015' => 'Temporarily invalid member. Failed to process settlement request. Please wait awhile and try again from the purchase screen',
1215
+ 'S01001016' => 'XML format invalid. Failed to process settlement request. Please wait awhile and try again from the purchase screen',
1216
+ 'S01001017' => 'Registration information invalid. Failed to process settlement request. Please wait awhile and try again from the purchase screen',
1217
+ 'S01009901' => 'Mobile Suica internal system error. Failed to process settlement request. Please wait awhile and try again from the purchase screen',
1218
+ 'S01009902' => 'Mobile Suica system under maintenance. Failed to process settlement request. Please wait awhile and try again from the purchase screen',
1219
+
1220
+ 'WM1000001' => '[Settlement request] An input parameter error occurred while communicating with the settlement center (Message digest)',
1221
+ 'WM1000002' => '[Settlement request] Connection not allowed by the settlement center',
1222
+ 'WM1000003' => '[Settlement request] Failed to execute the settlement module in the settlement center',
1223
+ 'WM1000004' => '[Settlement request] An input parameter error occurred while communicating with the settlement center (Reception parameters)',
1224
+ 'WM1000005' => '[Settlement request] Failed to communicate with the settlement center',
1225
+ 'WM1000006' => '[Settlement result] An parameter error occurred while receiving result from the settlement center (Reception parameters)',
1226
+ 'WM1000007' => '[Settlement result] Double payment occurred in the settlement center',
1227
+ 'WM1000008' => '[Settlement result] An internal error occurred (transition)',
1228
+ 'WM1000009' => '[User cancel request] Payment transaction has already been canceled',
1229
+ 'WM1000010' => '[User cancel request] An internal error occurred (transition)',
1230
+ 'W0100W001' => 'Data type incorrect',
1231
+ 'W0100W002' => 'UserId / Password does not exist',
1232
+ 'W0100W003' => 'Receipt processing Company Code and Payment Code do not match',
1233
+ 'W0100W004' => '2DBC processing Operator Number and Contract Number do not match',
1234
+ 'W0100W005' => 'Payment processing Company Code and Payment Code do not match',
1235
+ 'W0100W090' => 'Error during key data acquisition',
1236
+ 'W0100W600' => 'Receipt processing check error (invalid value)',
1237
+ 'W0100W601' => 'Receipt processing check error (Payment Code not set)',
1238
+ 'W0100W602' => 'Receipt processing check error (Payment Code invalid digits)',
1239
+ 'W0100W603' => 'Receipt processing check error (Acceptance Number not set)',
1240
+ 'W0100W604' => 'Receipt processing check error (Acceptance Number invalid digits)',
1241
+ 'W0100W605' => 'Receipt processing check error (Company Code not set)',
1242
+ 'W0100W606' => 'Receipt processing check error (Company Code invalid digits)',
1243
+ 'W0100W607' => 'Receipt processing check error (Phone Number not set)',
1244
+ 'W0100W608' => 'Receipt processing check error (Kanji Name not set)',
1245
+ 'W0100W609' => 'Receipt processing check error (Payment Deadline not set)',
1246
+ 'W0100W610' => 'Receipt processing check error (Payment Deadline is a non-numeric value)',
1247
+ 'W0100W611' => 'Receipt processing check error (Payment Deadline invalid digits)',
1248
+ 'W0100W612' => 'Receipt processing check error (Payment Deadline invalid date and time format)',
1249
+ 'W0100W613' => 'Receipt processing check error (Payment Deadline past date)',
1250
+ 'W0100W614' => 'Receipt processing check error (Payment Amount not set)',
1251
+ 'W0100W615' => 'Receipt processing check error (Payment Amount value invalid)',
1252
+ 'W0100W616' => 'Receipt processing check error (Payment Amount ? 0)',
1253
+ 'W0100W617' => 'Receipt processing check error (Payment Amount > 999999)',
1254
+ 'W0100W640' => 'Receipt data duplication error',
1255
+ 'W0100W641' => 'Receipt data logically deleted error',
1256
+ 'W0100W670' => 'Receipt DB OPEN-time error',
1257
+ 'W0100W671' => 'Receipt DB READ-time error',
1258
+ 'W0100W672' => 'Receipt DB INSERT time error',
1259
+ 'W0100W680' => 'Failed to get sequence number for mobile payment',
1260
+ 'W0100W700' => 'Payment processing check error (Payment Code not set)',
1261
+ 'W0100W701' => 'Payment processing check error (Company Code not set)',
1262
+ 'W0100W730' => 'Payment processing non-payment error',
1263
+ 'W0100W731' => 'Payment processing data unsent error',
1264
+ 'W0100W740' => 'Payment processing no payment information error',
1265
+ 'W0100W741' => 'Payment processing payment data logically deleted error',
1266
+ 'W0100W770' => 'Payment processing READ request payment DB OPEN-time error',
1267
+ 'W0100W771' => 'Payment processing READ request payment DB READ-time error',
1268
+ 'W0100W772' => 'Payment processing READ request payment DB UPDATE-time error',
1269
+ 'W0100W773' => 'Payment processing SEARCH request payment DB OPEN-time error',
1270
+ 'W0100W774' => 'Payment processing SEARCH request payment DB READ-time error',
1271
+ 'W0100W775' => 'Payment processing SEARCH request payment DB UPDATE-time error'
1272
+ }.freeze
1273
+
1274
+ API_ERROR_MESSAGES_JA = {
1275
+ '000' => 'トークン取得正常終了',
1276
+ '100' => 'カード番号必須チェックエラー',
1277
+ '101' => 'カード番号フォーマットエラー(数字以外を含む)',
1278
+ '102' => 'カード番号フォーマットエラー(10-16桁の範囲外)',
1279
+ '110' => '有効期限必須チェックエラー',
1280
+ '111' => '有効期限フォーマットエラー(数字以外を含む)',
1281
+ '112' => '有効期限フォーマットエラー(6又は4桁以外)',
1282
+ '113' => '有効期限フォーマットエラー(月が13以上)',
1283
+ '121' => 'セキュリティコードフォーマットエラー(数字以外を含む)',
1284
+ '122' => 'セキュリティコードフォーマットエラー(5桁以上)',
1285
+ '131' => '名義人フォーマットエラー(半角英数字、一部の記号以外を含む)',
1286
+ '132' => '名義人フォーマットエラー(51桁以上)',
1287
+ '501' => 'トークン用パラメータ(id)が送信されていない',
1288
+ '502' => 'トークン用パラメータ(id)がマスターに存在しない',
1289
+ '511' => 'トークン用パラメータ(cardInfo)が送信されていない',
1290
+ '512' => 'トークン用パラメータ(cardInfo)が復号できない',
1291
+ '521' => 'トークン用パラメータ(key)が送信されていない',
1292
+ '522' => 'トークン用パラメータ(key)が復号できない',
1293
+ '531' => 'トークン用パラメータ(callBack)が送信されていない',
1294
+ '541' => 'トークン用パラメータ(hash)が存在しない',
1295
+ '551' => 'トークン用apikeyが存在しないID',
1296
+ '552' => 'トークン用apikeyが有効ではない',
1297
+ '553' => 'トークンが利用済みである。',
1298
+ '901' => 'マルチペイメント内部のシステムエラー',
1299
+ '42C010000' => '決済処理に失敗しました。申し訳ございませんが、しばらく時間をあけて購入画面からやり直してください。',
1300
+ '42C030000' => '決済処理に失敗しました。申し訳ございませんが、しばらく時間をあけて購入画面からやり直してください。',
1301
+ '42C120000' => '決済処理に失敗しました。申し訳ございませんが、しばらく時間をあけて購入画面からやり直してください。',
1302
+ '42C130000' => '決済処理に失敗しました。申し訳ございませんが、しばらく時間をあけて購入画面からやり直してください。',
1303
+ '42C140000' => '決済処理に失敗しました。申し訳ございませんが、しばらく時間をあけて購入画面からやり直してください。',
1304
+ '42C150000' => '決済処理に失敗しました。申し訳ございませんが、しばらく時間をあけて購入画面からやり直してください。',
1305
+ '42C500000' => '決済処理に失敗しました。申し訳ございませんが、しばらく時間をあけて購入画面からやり直してください。',
1306
+ '42C510000' => '決済処理に失敗しました。申し訳ございませんが、しばらく時間をあけて購入画面からやり直してください。',
1307
+ '42C530000' => '決済処理に失敗しました。申し訳ございませんが、しばらく時間をあけて購入画面からやり直してください。',
1308
+ '42C540000' => '決済処理に失敗しました。申し訳ございませんが、しばらく時間をあけて購入画面からやり直してください。',
1309
+ '42C550000' => '決済処理に失敗しました。申し訳ございませんが、しばらく時間をあけて購入画面からやり直してください。',
1310
+ '42C560000' => '決済処理に失敗しました。申し訳ございませんが、しばらく時間をあけて購入画面からやり直してください。',
1311
+ '42C570000' => '決済処理に失敗しました。申し訳ございませんが、しばらく時間をあけて購入画面からやり直してください。',
1312
+ '42C580000' => '決済処理に失敗しました。申し訳ございませんが、しばらく時間をあけて購入画面からやり直してください。',
1313
+ '42C600000' => '決済処理に失敗しました。申し訳ございませんが、しばらく時間をあけて購入画面からやり直してください。',
1314
+ '42C700000' => '決済処理に失敗しました。申し訳ございませんが、しばらく時間をあけて購入画面からやり直してください。',
1315
+ '42C710000' => '決済処理に失敗しました。申し訳ございませんが、しばらく時間をあけて購入画面からやり直してください。',
1316
+ '42C720000' => '決済処理に失敗しました。申し訳ございませんが、しばらく時間をあけて購入画面からやり直してください。',
1317
+ '42C730000' => '決済処理に失敗しました。申し訳ございませんが、しばらく時間をあけて購入画面からやり直してください。',
1318
+ '42C740000' => '決済処理に失敗しました。申し訳ございませんが、しばらく時間をあけて購入画面からやり直してください。',
1319
+ '42C750000' => '決済処理に失敗しました。申し訳ございませんが、しばらく時間をあけて購入画面からやり直してください。',
1320
+ '42C760000' => '決済処理に失敗しました。申し訳ございませんが、しばらく時間をあけて購入画面からやり直してください。',
1321
+ '42C770000' => '決済処理に失敗しました。申し訳ございませんが、しばらく時間をあけて購入画面からやり直してください。',
1322
+ '42C780000' => '決済処理に失敗しました。申し訳ございませんが、しばらく時間をあけて購入画面からやり直してください。',
1323
+ '42G020000' => 'カード残高が不足しているために、決済を完了する事が出来ませんでした。',
1324
+ '42G030000' => 'カード限度額を超えているために、決済を完了する事が出来ませんでした。',
1325
+ '42G040000' => 'カード残高が不足しているために、決済を完了する事が出来ませんでした。',
1326
+ '42G050000' => 'カード限度額を超えているために、決済を完了する事が出来ませんでした。',
1327
+ '42G120000' => 'このカードでは取引をする事が出来ません。',
1328
+ '42G220000' => 'このカードでは取引をする事が出来ません。',
1329
+ '42G300000' => 'このカードでは取引をする事が出来ません。',
1330
+ '42G420000' => '暗証番号が誤っていた為に、決済を完了する事が出来ませんでした。',
1331
+ '42G440000' => 'セキュリティーコードが誤っていた為に、決済を完了する事が出来ませんでした。',
1332
+ '42G450000' => 'セキュリティーコードが入力されていない為に、決済を完了する事が出来ませんでした。',
1333
+ '42G540000' => 'このカードでは取引をする事が出来ません。',
1334
+ '42G550000' => 'カード限度額を超えているために、決済を完了する事が出来ませんでした。',
1335
+ '42G560000' => 'このカードでは取引をする事が出来ません。',
1336
+ '42G600000' => 'このカードでは取引をする事が出来ません。',
1337
+ '42G610000' => 'このカードでは取引をする事が出来ません。',
1338
+ '42G650000' => 'カード番号に誤りがあるために、決済を完了する事が出来ませんでした。',
1339
+ '42G670000' => '商品コードに誤りがあるために、決済を完了する事が出来ませんでした。',
1340
+ '42G680000' => '金額に誤りがあるために、決済を完了する事が出来ませんでした。',
1341
+ '42G690000' => '税送料に誤りがあるために、決済を完了する事が出来ませんでした。',
1342
+ '42G700000' => 'ボーナス回数に誤りがあるために、決済を完了する事が出来ませんでした。',
1343
+ '42G710000' => 'ボーナス月に誤りがあるために、決済を完了する事が出来ませんでした。',
1344
+ '42G720000' => 'ボーナス額に誤りがあるために、決済を完了する事が出来ませんでした。',
1345
+ '42G730000' => '支払開始月に誤りがあるために、決済を完了する事が出来ませんでした。',
1346
+ '42G740000' => '分割回数に誤りがあるために、決済を完了する事が出来ませんでした。',
1347
+ '42G750000' => '分割金額に誤りがあるために、決済を完了する事が出来ませんでした。',
1348
+ '42G760000' => '初回金額に誤りがあるために、決済を完了する事が出来ませんでした。',
1349
+ '42G770000' => '業務区分に誤りがあるために、決済を完了する事が出来ませんでした。',
1350
+ '42G780000' => '支払区分に誤りがあるために、決済を完了する事が出来ませんでした。',
1351
+ '42G790000' => '照会区分に誤りがあるために、決済を完了する事が出来ませんでした。',
1352
+ '42G800000' => '取引区分に誤りがあるために、決済を完了する事が出来ませんでした。',
1353
+ '42G810000' => '取消取扱区分に誤りがあるために、決済を完了する事が出来ませんでした。',
1354
+ '42G830000' => '有効期限に誤りがあるために、決済を完了する事が出来ませんでした。',
1355
+ '42G950000' => 'このカードでは取引をする事が出来ません。',
1356
+ '42G960000' => 'このカードでは取引をする事が出来ません。',
1357
+ '42G970000' => 'このカードでは取引をする事が出来ません。',
1358
+ '42G980000' => 'このカードでは取引をする事が出来ません。',
1359
+ '42G990000' => 'このカードでは取引をする事が出来ません。',
1360
+ 'AU1000001' => '【決済要求】後続決済センターとの通信に失敗しました。',
1361
+ 'AU1000002' => '【決済要求】後続決済センターとの通信パラメータでエラーが発生しました。(受信パラメータ)',
1362
+ 'AU1000003' => '【決済要求】後続決済センターで処理取消が実施されました。',
1363
+ 'AU1000004' => '【決済要求】auかんたんOpenID連携解除でエラーが発生しました。',
1364
+ 'AU1000005' => '【操作キャンセル】auかんたん決済でお客様がお支払をキャンセルしました。',
1365
+ 'AMPL40505' => '有効なクレジットカードではありません。',
1366
+ 'AMPL40506' => '後続センターにてシステムエラーが発生しました。',
1367
+ 'AMPL90000' => '後続センターにてシステムエラーが発生しました。',
1368
+ 'BA1010001' => 'Shop ID is not specified',
1369
+ 'BA1010005' => 'Shop ID length is incorrect',
1370
+ 'BA1020001' => 'Shop Pass is not specified',
1371
+ 'BA1020005' => 'Shop Pass length is incorrect',
1372
+ 'BA1020008' => 'Shop Pass contains invalid characters',
1373
+ 'BA1030001' => 'Method is not specified',
1374
+ 'BA1030007' => 'Method value is not valid for its enumeration',
1375
+ 'BA1040001' => 'Bank ID is not specified',
1376
+ 'BA1040005' => 'Bank ID length is incorrect',
1377
+ 'BA1040008' => 'Bank ID contains invalid characters',
1378
+ 'BA1050001' => 'Bank Code is not specified',
1379
+ 'BA1050005' => 'Bank Code length is incorrect',
1380
+ 'BA1050008' => 'Bank Code may only contain single-byte numeric characters',
1381
+ 'BA1060001' => 'Branch Code is not specified',
1382
+ 'BA1060005' => 'Branch Code length is incorrect',
1383
+ 'BA1060008' => 'Branch Code may only contain single-byte numeric characters',
1384
+ 'BA1060010' => 'Branch Code is not valid for Japan Post Bank format',
1385
+ 'BA1070001' => 'Account Type is not specified',
1386
+ 'BA1070007' => 'Account Type value is not valid for its enumeration',
1387
+ 'BA1080001' => 'Account Number is not specified',
1388
+ 'BA1080005' => 'Account Number length is incorrect',
1389
+ 'BA1080008' => 'Account Number may only contain single-byte numeric characters',
1390
+ 'BA1080010' => 'Account Number is not valid for Japan Post Bank format',
1391
+ 'BA1090001' => 'Account Name is not specified',
1392
+ 'BA1090003' => 'Account Name exceeds maximum allowed length',
1393
+ 'BA1090008' => 'Account Name contains invalid characters',
1394
+ 'BA1100003' => 'Memo exceeds maximum allowed length',
1395
+ 'BA1110001' => 'Deposit ID is not specified',
1396
+ 'BA1110005' => 'Deposit ID length is incorrect',
1397
+ 'BA1110008' => 'Deposit ID may only contain single-byte alphanumeric and hyphen characters',
1398
+ 'BA1120001' => 'Amount is not specified',
1399
+ 'BA1120005' => 'Amount length is incorrect',
1400
+ 'BA1120008' => 'Amount must be a positive integer',
1401
+ 'BA1120072' => 'Amount exceeds available funds',
1402
+ 'BA1210007' => 'Account Type is not specified',
1403
+ 'BA1220005' => 'Branch Code Jpbank exceeds maximum allowed length',
1404
+ 'BA1220008' => 'Branch Code Jpbank may only contain single-byte numeric characters',
1405
+ 'BA1230005' => 'Account Number Jpbank exceeds maximum allowed length',
1406
+ 'BA1230008' => 'Account Number Jpbank may only contain single-byte numeric characters',
1407
+ 'BA1250007' => 'Japan Post Bank error. Combination of Branch Code Jpbank and Account Number Jpbank are invalid',
1408
+ 'BA1500002' => 'Shop does not exist for specified Shop ID or Shop Pass',
1409
+ 'BA1500010' => 'The specified Shop has invalid settings',
1410
+ 'BA1510007' => 'The desposit or withdrawal function cannot be used for the specified Shop',
1411
+ 'BA1520002' => 'Account not found for the for specified Bank ID (or has been deleted)',
1412
+ 'BA1520071' => 'Account registration failed. Bank ID already exists (includes deleted Bank IDs)',
1413
+ 'BA1530002' => 'Bank does not exist for the combination of Bank Code and Branch Code',
1414
+ 'BA1540071' => 'Deposit registration failed. Deposit ID already exists',
1415
+ 'BA1540072' => 'Deposit not found for the specified Deposit ID ',
1416
+ 'BA1550071' => 'Deposit cancellation failed. Desposit is in a non-cancellable status',
1417
+ 'BA1600071' => 'Balance record does not exist for the specified Shop ID',
1418
+ 'BA1610002' => 'Mail Deposit does not exist for the specified Mail Address',
1419
+ 'BA1610073' => 'Mail Deposit cancellation failed. Mail Desposit is in a non-cancellable status',
1420
+ 'BA1620001' => 'Mail Deposit registration failed. Mail Address is not specified',
1421
+ 'BA1620010' => 'Mail Deposit registration failed. Mail Address is invalid',
1422
+ 'BA1630010' => 'Mail Deposit registration failed. Shop Mail Address is invalid',
1423
+ 'BA1640001' => 'Mail Deposit registration failed. Expire is not specified',
1424
+ 'BA1640010' => 'Mail Deposit registration failed. Expire is invalid',
1425
+ 'BA1650007' => 'Mail Deposit registration failed. Contract does not allow usage',
1426
+ 'BA1660002' => 'Mail Deposit registration failed. Contact address has not been setup',
1427
+ 'BA1099999' => 'System error. Please wait and try again',
1428
+ 'BA9000000' => 'System maintenance in progress',
1429
+ 'B01000002' => '【決済結果問合せ】楽天Edyセンタから発信する決済開始メールが不達となりました。不達の原因は、携帯端末側のメールアドレス変更、ドメイン拒否等が考えられます。',
1430
+ 'B01000003' => '【決済結果問合せ】楽天Edyセンタに該当の注文番号が存在しません。',
1431
+ 'B01000100' => '決済申込みで指定した注文番号は、既に楽天Edyセンタに登録されています。',
1432
+ 'B01001011' => '指定したモールIDに誤りがあります(タグ自体がない)',
1433
+ 'B01001012' => '指定したモールIDに誤りがあります(値なし)',
1434
+ 'B01001013' => '指定したモールIDに誤りがあります(サイズエラー)',
1435
+ 'B01001014' => '指定したモールIDに誤りがあります(属性エラー)',
1436
+ 'B01001021' => '指定した注文番号に誤りがあります(タグ自体がない)',
1437
+ 'B01001022' => '指定した注文番号に誤りがあります(値なし)',
1438
+ 'B01001023' => '指定した注文番号に誤りがあります(サイズエラー)',
1439
+ 'B01001024' => '指定した注文番号に誤りがあります(属性エラー)',
1440
+ 'B01001031' => '指定した購入金額の範囲が誤っています(タグ自体がない)',
1441
+ 'B01001032' => '指定した購入金額の範囲が誤っています(値がない)',
1442
+ 'B01001033' => '指定した購入金額の範囲が誤っています(サイズエラー)',
1443
+ 'B01001034' => '指定した購入金額の範囲が誤っています(属性エラー)',
1444
+ 'B01001035' => '指定した購入金額の範囲が誤っています(値エラー)',
1445
+ 'B01001041' => '指定したユーザメールアドレスの範囲が誤っています(タグ自体がない)',
1446
+ 'B01001042' => '指定したユーザメールアドレスの範囲が誤っています(値がない)',
1447
+ 'B01001043' => '指定したユーザメールアドレスの範囲が誤っています(サイズエラー)',
1448
+ 'B01001044' => 'To日付時刻指定(属性エラー)',
1449
+ 'B01001045' => '指定したユーザメールアドレスの範囲が誤っています(値エラー)',
1450
+ 'B01001055' => '指定した<検索条件>が指定範囲を超えています',
1451
+ 'B01001064' => '指定した予備に誤りがあります(属性エラー)',
1452
+ 'B01001083' => '請求書メール付加の指定に誤りがあります(サイズエラー)',
1453
+ 'B01001111' => '決済終了通知の指定に誤りがあります(タグ自体がない)',
1454
+ 'B01001112' => '決済終了通知の指定に誤りがあります(値がない)',
1455
+ 'B01001113' => '決済終了通知の指定に誤りがあります(サイズエラー)',
1456
+ 'B01001114' => '決済終了通知の指定に誤りがあります(属性エラー)',
1457
+ 'B01001121' => '指定した有効期限に誤りがあります(タグ自体がない)',
1458
+ 'B01001122' => '指定した有効期限に誤りがあります(値がない)',
1459
+ 'B01001123' => '指定した有効期限に誤りがあります(サイズエラー)',
1460
+ 'B01001124' => '指定した有効期限に誤りがあります(属性エラー)',
1461
+ 'B01001125' => '指定した有効期限に誤りがあります(値エラー)',
1462
+ 'B01002001' => '楽天Edyセンタのサービスが停止しています',
1463
+ 'B01002010' => '指定された加盟店IDは利用できない状態です(未登録)',
1464
+ 'B01002011' => '指定された加盟店IDは利用できない状態です(閉塞状態)',
1465
+ 'B01002012' => '指定された加盟店IDは利用できない状態です(適用期間外)',
1466
+ 'B01003001' => 'システムエラー1',
1467
+ 'B01003002' => 'システムエラー2',
1468
+ 'B01003007' => 'システムエラー3',
1469
+ 'B01003008' => 'システムエラー4',
1470
+ 'B01003009' => 'システムエラー5',
1471
+ 'B01004001' => 'クライアント証明書の情報と異なる加盟店IDが指定されました',
1472
+ 'B01007001' => '決済完了URLの指定に誤りがあります(タグ自体がない)',
1473
+ 'B01007002' => '決済完了URLの指定に誤りがあります(値がない)',
1474
+ 'B01007003' => '決済完了URLの指定に誤りがあります(サイズエラー)',
1475
+ 'B01007004' => '決済完了URLの指定に誤りがあります(属性エラー)',
1476
+ 'B01007005' => '決済完了URLの指定に誤りがあります(値エラー)',
1477
+ 'B01007011' => '指定したユーザメールアドレスに誤りがあります(属性エラー)',
1478
+ 'B01007021' => '指定したモールメールアドレスに誤りがあります(属性エラー)',
1479
+ 'B01009000' => '【決済申込み】加盟店IDの指定に誤りがあります',
1480
+ 'B01009001' => '【決済申込み】パスワードの指定に誤りがあります',
1481
+ 'B01009002' => '【決済申込み】注文番号の指定に誤りがあります',
1482
+ 'B01009003' => '【決済申込み】金額の指定に誤りがあります',
1483
+ 'B01009004' => '【決済申込み】ユーザメールアドレスの指定に誤りがあります',
1484
+ 'B01009005' => '【決済申込み】加盟店様メールアドレスの指定に誤りがあります',
1485
+ 'B01009006' => '【決済申込み】予備の指定に誤りがあります',
1486
+ 'B01009007' => '【決済申込み】顧客名の指定に誤りがあります',
1487
+ 'B01009008' => '【決済申込み】請求書メール付加情報の指定に誤りがあります',
1488
+ 'B01009009' => '【決済申込み】決済完了メール付加情報の指定に誤りがあります',
1489
+ 'B01009010' => '【決済申込み】店舗名の指定に誤りがあります',
1490
+ 'B01009011' => '【決済申込み】決済終了通知URLの指定に誤りがあります',
1491
+ 'B01009012' => '【決済申込み】有効期限の指定に誤りがあります',
1492
+ 'B01009013' => '【決済申込み】XML の書式に誤りがあります',
1493
+ 'B01009014' => '【決済申込み】HTML エラー楽天Edyセンタから受信した内容が想定外の内容です',
1494
+ 'B01009050' => '【決済結果問合せ】加盟店IDの指定に誤りがあります',
1495
+ 'B01009051' => '【決済結果問合せ】パスワードの指定に誤りがあります',
1496
+ 'B01009052' => '【決済結果問合せ】注文番号の指定に誤りがあります',
1497
+ 'B01009053' => '【決済結果問合せ】From日付時刻の指定に誤りがあります',
1498
+ 'B01009054' => '【決済結果問合せ】To日付時刻の指定に誤りがあります',
1499
+ 'B01009055' => '【決済結果問合せ】検索パターンの指定に誤りがあります',
1500
+ 'B01009056' => '【決済結果問合せ】XML エラー',
1501
+ 'B01009057' => '【決済結果問合せ】HTML エラー',
1502
+ 'B01009100' => 'センタから受信したHTTP レスポンスコードが異常でした (100)HTTP-Status-Continue',
1503
+ 'B01009101' => 'センタから受信したHTTP レスポンスコードが異常でした (101)HTTP-Status-SwitchingProtocol',
1504
+ 'B01009201' => 'センタから受信したHTTP レスポンスコードが異常でした (201)HTTP-Status-Created',
1505
+ 'B01009202' => 'センタから受信したHTTP レスポンスコードが異常でした (202)HTTP-Status-Accepted',
1506
+ 'B01009203' => 'センタから受信したHTTP レスポンスコードが異常でした (203)HTTP-Status-NonAuthoritative Infomation',
1507
+ 'B01009204' => 'センタから受信したHTTP レスポンスコードが異常でした (204)HTTP-Status-NoContent',
1508
+ 'B01009205' => 'センタから受信したHTTP レスポンスコードが異常でした (205)HTTP-Status-ResetContent',
1509
+ 'B01009206' => 'センタから受信したHTTP レスポンスコードが異常でした (206)HTTP-Status-PartialContent',
1510
+ 'B01009300' => '(300)HTTP-Status-MultipleChoices',
1511
+ 'B01009301' => '(301)HTTP-Status-MovePermanently',
1512
+ 'B01009302' => '(302)HTTP-Status-MovedTemporarily',
1513
+ 'B01007600' => 'サーバ閉塞中です',
1514
+ 'B01009303' => '(303)HTTP-Status-SeeOther',
1515
+ 'B01009304' => '(304)HTTP-Status-NotModified',
1516
+ 'B01009305' => '(305)HTTP-Status-UseProxy',
1517
+ 'B01009400' => '(400)HTTP-Status-BadRequest',
1518
+ 'B01009401' => '(401)HTTP-Status-Unauthorized',
1519
+ 'B01009402' => '(402)HTTP-Status-PaymentRequired',
1520
+ 'B01009403' => '(403)HTTP-Status-Forbidden',
1521
+ 'B01009404' => '(404)HTTP-Status-NotFound',
1522
+ 'B01009405' => '(405)HTTP-Status-MethodNotAllowed',
1523
+ 'B01009406' => '(406)HTTP-Status-NotAcceptable',
1524
+ 'B01009407' => '(407)HTTP-Status-ProxyAuthenticationRequired',
1525
+ 'B01009408' => '(408)HTTP-Status-RequestTimeout',
1526
+ 'B01009409' => '(409)HTTP-Status-Conflict',
1527
+ 'B01009410' => '(410)HTTP-Status-Gone',
1528
+ 'B01009411' => '(411)HTTP-Status-LengthRequired',
1529
+ 'B01009412' => '(412)HTTP-Status-PreconditionFailed',
1530
+ 'B01009413' => '(413)HTTP-Status-RequestEntityTooLarge',
1531
+ 'B01009414' => '(414)HTTP-Status-RequestURITooLong',
1532
+ 'B01009415' => '(415)HTTP-Status-UnsupportedMediaType',
1533
+ 'B01009500' => '(500)HTTP-Status-InternalServerError',
1534
+ 'B01009501' => '(501)HTTP-Status-NotInplemented',
1535
+ 'B01009502' => '(502)HTTP-Status-BadGateway',
1536
+ 'B01009503' => '(503)HTTP-Status-ServiceUnavailable',
1537
+ 'B01009504' => '(504)HTTP-Status-GatewayTimeout',
1538
+ 'B01009505' => '(505)HTTP-Status-HTTPVersionNotSupported',
1539
+ 'B01009600' => 'センタとの通信開始に失敗しました',
1540
+ 'B01009601' => 'センタとの通信開始(名前解決)に失敗しました',
1541
+ 'B01009602' => 'センタとの通信開始(IP Address解決)に失敗しました',
1542
+ 'B01009603' => 'センタとの通信開始(connect)に失敗しました',
1543
+ 'B01009604' => 'センタとの通信中にエラーが発生しました',
1544
+ 'B01009605' => 'センタとの通信中(受信時)にエラーが発生しました',
1545
+ 'B01009606' => 'センタとの通信中(送信時)にエラーが発生しました',
1546
+ 'B01009607' => 'センタからの受信内容(HTTP Header部)が異常でした',
1547
+ 'B01009610' => 'Proxyサーバとの通信開始に失敗しました',
1548
+ 'B01009611' => 'Proxyサーバとの通信開始(名前解決)に失敗しました',
1549
+ 'B01009612' => 'Proxyサーバとの通信開始(IP Address解決)に失敗しました',
1550
+ 'B01009613' => 'Proxyサーバとの通信開始(connect) に失敗しました',
1551
+ 'B01009614' => 'Proxyサーバとの通信中にエラーが発生しました',
1552
+ 'B01009615' => 'Proxyサーバとの通信中(受信時)にエラーが発生しました',
1553
+ 'B01009616' => 'Proxyサーバとの通信中(送信時)にエラーが発生しました',
1554
+ 'B01009617' => 'Proxyサーバからの受信内容が異常でした',
1555
+ 'B01009620' => 'SSL通信の初期化中にエラーが発生しました',
1556
+ 'B01009621' => 'SSL通信の初期化中にエラーが発生しました',
1557
+ 'B01009622' => 'SSL通信の初期化中にエラーが発生しました',
1558
+ 'B01009623' => 'SSL通信の初期化中にエラーが発生しました',
1559
+ 'B01009624' => 'SSL通信の初期化中にエラーが発生しました',
1560
+ 'B01009625' => 'SSL通信の初期化中にエラーが発生しました',
1561
+ 'B01009626' => 'SSL通信のハンドシェイク時にエラーが発生しました',
1562
+ 'B01009627' => 'SSL通信のハンドシェイク時にエラーが発生しました',
1563
+ 'B01009628' => 'SSL通信のハンドシェイク時にエラーが発生しました',
1564
+ 'B01009629' => 'SSL通信の受信時にエラーが発生しました',
1565
+ 'B01009630' => 'SSL通信の送信時にエラーが発生しました',
1566
+ 'B01009700' => '定義ファイル読込み時にエラーが発生しました(socket定義ファイル)',
1567
+ 'B01009701' => '定義ファイル読込み時にエラーが発生しました(通信定義ファイル)',
1568
+ 'B01009702' => '定義ファイル読込み時にエラーが発生しました(ログ定義ファイル)',
1569
+ 'B01009900' => '楽天Edy決済プログラムの内部エラーが発生しました',
1570
+ 'B01009901' => 'URLの解釈中にエラーが発生しました',
1571
+ 'B01009902' => '文字コードの変換中にエラーが発生しました',
1572
+ 'B01009903' => 'URLのプロトコルエラー',
1573
+ 'B01009904' => 'SIGTERMを受信しました',
1574
+ 'B01009999' => 'XML文字列の解釈に失敗しました',
1575
+ 'D01000001' => 'システムエラー(通信)/取引失敗を表示し、お問い合わせ下さい。',
1576
+ 'D01000002' => 'システムエラー(通信)/取引失敗を表示し、お問い合わせ下さい。',
1577
+ 'D01000099' => 'システムエラー(通信)/取引失敗を表示し、お問い合わせ下さい。',
1578
+ 'E01010001' => 'ショップIDが指定されていません。',
1579
+ 'E01010008' => 'ショップIDに半角英数字以外の文字が含まれているか、13文字を超えています。',
1580
+ 'E01010010' => 'ショップIDが一致しません。',
1581
+ 'E01020001' => 'ショップパスワードが指定されていません。',
1582
+ 'E01020008' => 'ショップパスワードに半角英数字以外の文字が含まれているか、10 文字を超えています。',
1583
+ 'E01030002' => '指定されたIDとパスワードのショップが存在しません。',
1584
+ 'E01040001' => 'オーダーIDが指定されていません。',
1585
+ 'E01040003' => 'オーダーIDが最大文字数を超えています。',
1586
+ 'E01040010' => '既にオーダーIDが存在しています。',
1587
+ 'E01040013' => 'オーダーIDに半角英数字と”-”以外の文字が含まれています。',
1588
+ 'E01050001' => '処理区分が指定されていません。',
1589
+ 'E01050002' => '指定された処理区分は定義されていません。',
1590
+ 'E01050004' => '指定した処理区分の処理は実行出来ません。',
1591
+ 'E01060001' => '利用金額が指定されていません。',
1592
+ 'E01060005' => '利用金額が最大桁数を超えています。',
1593
+ 'E01060006' => '利用金額に数字以外の文字が含まれています。',
1594
+ 'E01060010' => '取引の利用金額と指定した利用金額が一致していません。',
1595
+ 'E01070005' => '税送料が最大桁数を超えています。',
1596
+ 'E01070006' => '税送料に数字以外の文字が含まれています。',
1597
+ 'E01080007' => '3Dセキュア使用フラグに0,1以外の値が指定されています。',
1598
+ 'E01080010' => '管理画面の設定と一致しません。',
1599
+ 'E01080101' => '3D必須店舗にも関わらず3Dセキュア使用フラグがOFFになっています。',
1600
+ 'E01090001' => '取引IDが指定されていません。',
1601
+ 'E01090008' => '取引IDの書式が正しくありません。',
1602
+ 'E01100001' => '取引パスワードが指定されていません。',
1603
+ 'E01100008' => '取引パスワードの書式が正しくありません。',
1604
+ 'E01110002' => '指定されたIDとパスワードの取引が存在しません。',
1605
+ 'E01110010' => '指定された取引は決済が完了していません。',
1606
+ 'E01130012' => 'カード会社略称が最大バイト数を超えています。',
1607
+ 'E01170001' => 'カード番号が指定されていません。',
1608
+ 'E01170003' => 'カード番号が最大文字数を超えています。',
1609
+ 'E01170006' => 'カード番号に数字以外の文字が含まれています。',
1610
+ 'E01170011' => 'カード番号が10桁~16桁の範囲ではありません。',
1611
+ 'E01180001' => '有効期限が指定されていません。',
1612
+ 'E01180003' => '有効期限が4桁ではありません。',
1613
+ 'E01180006' => '有効期限に数字以外の文字が含まれています。',
1614
+ 'E01190001' => 'サイトIDが指定されていません。',
1615
+ 'E01190008' => 'サイトIDの書式が正しくありません。',
1616
+ 'E01200001' => 'サイトパスワードが指定されていません。',
1617
+ 'E01200008' => 'サイトパスワードの書式が正しくありません。',
1618
+ 'E01210002' => '指定されたIDとパスワードのサイトが存在しません。',
1619
+ 'E01220001' => '会員IDが指定されていません。',
1620
+ 'E01220008' => '会員IDの書式が正しくありません。',
1621
+ 'E01230006' => 'カード登録連番に数字以外の文字が含まれています。',
1622
+ 'E01230009' => 'カード登録連番が最大登録可能数を超えています。',
1623
+ 'E01240002' => '指定されたカードが存在しません。',
1624
+ 'E01240012' => '指定された会員IDがファイル内で重複しています(※洗替時)',
1625
+ 'E01250008' => 'カードパスワードの書式が正しくありません。',
1626
+ 'E01250010' => 'カードパスワードが一致しません。',
1627
+ 'E01260001' => '支払方法が指定されていません。',
1628
+ 'E01260002' => '指定された支払方法が存在しません。',
1629
+ 'E01260010' => '指定されたカード番号または支払方法が正しくありません。',
1630
+ 'E01270001' => '支払回数が指定されていません。',
1631
+ 'E01270005' => '支払回数が最大桁数を超えています。',
1632
+ 'E01270006' => '支払回数の数字以外の文字が含まれています。',
1633
+ 'E01270010' => '指定された支払回数はご利用できません。',
1634
+ 'E01290001' => 'HTTP_ACCEPTが指定されていません。',
1635
+ 'E01300001' => 'HTTP_USER_AGENTが指定されていません。',
1636
+ 'E01310002' => '使用端末が指定されていません。',
1637
+ 'E01310007' => '使用端末に”0”,”1”以外の値が指定されています。',
1638
+ 'E01320012' => '加盟店自由項目1の値が最大バイト数を超えています。',
1639
+ 'E01330012' => '加盟店自由項目2の値が最大バイト数を超えています。',
1640
+ 'E01340012' => '加盟店自由項目3の値が最大バイト数を超えています。',
1641
+ 'E01350001' => 'MDが指定されていません。',
1642
+ 'E01350008' => 'MDの書式が正しくありません。',
1643
+ 'E01360001' => 'PaResが指定されていません。',
1644
+ 'E01370008' => '3Dセキュア表示店舗名の書式が正しくありません。',
1645
+ 'E01370012' => '3Dセキュア表示店舗名の値が最大バイト数を超えています。',
1646
+ 'E01390002' => '指定されたサイトIDと会員IDの会員が存在しません。',
1647
+ 'E01390010' => '指定されたサイトIDと会員IDの会員が既に存在しています。',
1648
+ 'E01400007' => '加盟店自由項目返却フラグに”0”,”1”以外の値が指定されています。',
1649
+ 'E01410010' => '該当取引は操作禁止状態です。',
1650
+ 'E01420010' => '仮売上有効期間を超えています。',
1651
+ 'E01430012' => '会員名の値が最大バイト数を超えています。',
1652
+ 'E01440008' => '洗替・継続課金フラグの書式が正しくありません。',
1653
+ 'E01450008' => '商品コードの書式が正しくありません。',
1654
+ 'E01460008' => 'セキュリティコードの書式が正しくありません。',
1655
+ 'E01470008' => 'カード登録連番モードの書式が正しくありません。',
1656
+ 'E01480008' => '名義人の書式が正しくありません。',
1657
+ 'E01490005' => '利用金額・税送料の合計値が最大桁数を超えています。',
1658
+ 'E01800001' => '暗証番号が未入力です。',
1659
+ 'E01800008' => '暗証番号の書式が正しくありません。',
1660
+ 'E01800010' => '暗証番号は利用できません。',
1661
+ 'E11010001' => 'この取引は既に決済が終了しています。',
1662
+ 'E11010002' => '取引エラー/決済を中止して、取引が出来ない事を通知して下さい。',
1663
+ 'E11010003' => 'この取引は指定処理区分処理を行う事が出来ません。',
1664
+ 'E11010010' => '180日超えの取引のため、処理を行う事が出来ません。',
1665
+ 'E11010011' => '180日超えの取引のため、処理を行う事が出来ません。',
1666
+ 'E11010012' => '180日超えの取引のため、処理を行う事が出来ません。',
1667
+ 'E11010013' => '180日超えの取引のため、処理を行う事が出来ません。',
1668
+ 'E11010014' => '180日超えの取引のため、処理を行う事が出来ません。',
1669
+ 'E11010099' => 'このカードはご利用になれません。',
1670
+ 'E11010999' => '特になし',
1671
+ 'E21010001' => '3Dセキュア認証に失敗しました。もう一度、購入画面からやり直して下さい。',
1672
+ 'E21010007' => '3Dセキュア認証に失敗しました。もう一度、購入画面からやり直して下さい。',
1673
+ 'E21010999' => '3Dセキュア認証に失敗しました。もう一度、購入画面からやり直して下さい。',
1674
+ 'E21020001' => '3Dセキュア認証に失敗しました。もう一度、è³¼入画面からやり直して下さい。',
1675
+ 'E21020002' => '3Dセキュア認証がキャンセルされました。もう一度、購入画面からやり直して下さい。',
1676
+ 'E21020007' => '3Dセキュア認証に失敗しました。もう一度、購入画面からやり直して下さい。',
1677
+ 'E21020999' => '3Dセキュア認証に失敗しました。もう一度、購入画面からやり直して下さい。',
1678
+ 'E21010201' => 'このカードでは取引をする事が出来ません。3Dセキュア認証に対応したカードをお使い下さい。',
1679
+ 'E21010202' => 'このカードでは取引をする事が出来ません。3Dセキュア認証に対応したカードをお使い下さい。',
1680
+ 'E31500014' => '-',
1681
+ 'E41170002' => '入力されたカード会社に対応していません。別のカード番号を入力して下さい。',
1682
+ 'E41170099' => 'カード番号に誤りがあります。再度確認して入力して下さい。',
1683
+ 'E61010001' => '決済処理に失敗しました。申し訳ございませんが、しばらく時間をあけて購入画面からやり直してください。',
1684
+ 'E61010002' => 'ご利用出来ないカードをご利用になったもしくはカード番号が誤っております。',
1685
+ 'E61010003' => '決済処理に失敗しました。申し訳ございませんが、しばらく時間をあけて購入画面からやり直してください。',
1686
+ 'E61020001' => '指定の決済方法は利用停止になっています。',
1687
+ 'E82010001' => '実行中にエラーが発生しました。処理は開始されませんでした。',
1688
+ 'E90010001' => '現在処理を行っているのでもうしばらくお待ち下さい。',
1689
+ 'E91019999' => '決済処理に失敗しました。申し訳ございませんが、しばらく時間をあけて購入画面からやり直してください。',
1690
+ 'E91020001' => '通信タイムアウトが発生しました。申し訳ございませんが、しばらく時間をあけて購入画面からやり直してください。',
1691
+ 'E91029999' => '決済処理に失敗しました。申し訳ございませんが、しばらく時間をあけて購入画面からやり直してください。',
1692
+ 'E91050001' => '決済処理に失敗しました。',
1693
+ 'E91099999' => '決済処理に失敗しました。申し訳ございませんが、しばらく時間をあけて購入画面からやり直してください。',
1694
+ 'E92000001' => '只今、大変込み合っていますので、しばらく時間をあけて再度決済を行ってください。',
1695
+ 'F01001001' => 'ショップIDが指定されていません。',
1696
+ 'F01001008' => 'ショップIDに半角英数字以外の文字が含まれているか、13 文字を超えています。',
1697
+ 'F01002001' => 'ショップパスワードが指定されていません。',
1698
+ 'F01002008' => 'ショップパスワードに半角英数字以外の文字が含まれているか、10文字を超えています。',
1699
+ 'F01003002' => '指定されたIDのショップが存在しません。',
1700
+ 'F01004001' => '照会IDが指定されていません。',
1701
+ 'F01004002' => '指定されたIDの照会が存在しません。',
1702
+ 'F01004005' => '照会IDが最大桁数を超えています。',
1703
+ 'F01010001' => '住所(都道府県)が指定されていません。',
1704
+ 'F01010012' => '住所(都道府県)が最大バイト数を超えています。',
1705
+ 'F01011001' => '住所(市区町村)が指定されていません。',
1706
+ 'F01011012' => '住所(市区町村)が最大バイト数を超えています。',
1707
+ 'F01012001' => '住所(地名)が指定されていません。',
1708
+ 'F01012012' => '住所(地名)が最大バイト数を超えています。',
1709
+ 'F01013001' => '住所(番地・丁目)が指定されていません。',
1710
+ 'F01013012' => '住所(番地・丁目)が最大バイト数を超えています。',
1711
+ 'F01014012' => '住所(号室)が最大バイト数を超えています。',
1712
+ 'F01015005' => '電話番号が最大文字数を超えています。',
1713
+ 'F01015008' => '電話番号に数字、-以外の文字が指定されています。',
1714
+ 'F01020008' => 'レコード区分にHD以外の値が指定されています。',
1715
+ 'F01021008' => 'レコード区分にDT以外の値が指定されています。',
1716
+ 'F01022008' => 'レコード区分にFT以外の値が指定されています。',
1717
+ 'F01023008' => '項目数が誤っています。',
1718
+ 'F01024008' => '項目数が誤っています。',
1719
+ 'F01025008' => '項目数が誤っています。',
1720
+ 'F01026008' => '項目数が誤っています。',
1721
+ 'F01030001' => 'データレコード件数が指定されていません。',
1722
+ 'F01030006' => 'データレコード件数に数字以外の文字が含まれています。',
1723
+ 'F01030011' => 'データレコード件数が1~20 000の範囲ではありません。',
1724
+ 'F01040010' => 'ヘッダレコードのレコード件数とデータレコードの件数が一致しません。',
1725
+ 'F01050001' => '同一ショップ内で照会I/Fの照会実行中に照会データ登録が実行されました。',
1726
+ 'F01060001' => '照会機能が利用停止になっています。',
1727
+ 'F01070001' => '照会データが指定されていません。',
1728
+ 'F01090999' => '照会実行中にエラーが発生しました。',
1729
+ 'M01001005' => 'バージョンの文字数が最大文字数を超えています。',
1730
+ 'M01002001' => 'ショップIDが指定されていません。',
1731
+ 'M01002002' => '指定されたIDとパスワードのショップが存在しません。',
1732
+ 'M01002008' => 'ショップIDの書式が正しくありません。',
1733
+ 'M01003001' => 'ショップパスワードが指定されていません。',
1734
+ 'M01003008' => 'ショップパスワードの書式が正しくありません。',
1735
+ 'M01004001' => 'オーダーIDが指定されていません。',
1736
+ 'M01004002' => '指定されたオーダーIDの取引は登録されていません。',
1737
+ 'M01004010' => '既にオーダーIDが存在しています。',
1738
+ 'M01004012' => 'オーダーIDが最大文字数を超えています。',
1739
+ 'M01004013' => 'オーダーIDに不正な文字が含まれています。',
1740
+ 'M01004014' => '指定されたオーダーIDの取引は既に決済を依頼してます。',
1741
+ 'M01005001' => '利用金額が指定されていません。',
1742
+ 'M01005005' => '利用金額が最大桁数を超えています。',
1743
+ 'M01005006' => '利用金額に数字以外の文字が含まれています。',
1744
+ 'M01005011' => '利用金額が有効な範囲を超えています。',
1745
+ 'M01006005' => '税送料が最大桁数を超えています。',
1746
+ 'M01006006' => '税送料に数字以外の文字が含まれています。',
1747
+ 'M01007001' => '取引IDが指定されていません。',
1748
+ 'M01007008' => '取引IDの書式が正しくありません。',
1749
+ 'M01008001' => '取引Iパスワードが指定されていません。',
1750
+ 'M01008008' => '取引パスワードの書式が正しくありません。',
1751
+ 'M01009001' => '支払先コンビニコードが指定されていません。',
1752
+ 'M01009002' => '指定された支払先コンビニコードが正しくありません。',
1753
+ 'M01009005' => '支払先コンビニコードが最大文字数を超えています。',
1754
+ 'M01010001' => '氏名が指定されていません。',
1755
+ 'M01010012' => '氏名が最大バイト数を超えています。',
1756
+ 'M01010013' => '氏名に不正な文字が含まれています。',
1757
+ 'M01011001' => 'フリガナが指定されていません。',
1758
+ 'M01011012' => 'フリガナが最大バイト数を超えています。',
1759
+ 'M01011013' => 'フリガナに不正な文字が含まれています。',
1760
+ 'M01012001' => '電話番号が指定されていません。',
1761
+ 'M01012005' => '電話番号が最大文字数を超えています。',
1762
+ 'M01012008' => '電話番号の書式が正しくありません。',
1763
+ 'M01013005' => '支払期限日数が最大文字数を超えています。',
1764
+ 'M01013006' => '支払期限日数に数字以外の文字が指定されています。',
1765
+ 'M01013011' => '支払期限日数が有効な範囲ではありません。',
1766
+ 'M01014001' => '結果通知先メールアドレスが指定されていません。',
1767
+ 'M01014005' => '結果通知先メールアドレスが最大文字数を超えています。',
1768
+ 'M01014008' => '結果通知先メールアドレスの書式が正しくありません。',
1769
+ 'M01015005' => '加盟店メールアドレスが最大文字数を超えています。',
1770
+ 'M01015008' => '加盟店メールアドレスの書式が正しくありません。',
1771
+ 'M01016012' => '予約番号が最大バイト数を超えています。',
1772
+ 'M01016013' => '予約番号に不正な文字が含まれています。',
1773
+ 'M01017012' => '会員番号が最大バイト数を超えています。',
1774
+ 'M01017013' => '会員番号に不正な文字が含まれています。',
1775
+ 'M01018012' => 'POSレジ表示欄1が最大バイト数を超えています。',
1776
+ 'M01018013' => 'POSレジ表示欄1に不正な文字が含まれています。',
1777
+ 'M01019012' => 'POSレジ表示欄2が最大バイト数を超えています。',
1778
+ 'M01019013' => 'POSレジ表示欄2に不正な文字が含まれています。',
1779
+ 'M01020012' => 'POSレジ表示欄3が最大バイト数を超えています。',
1780
+ 'M01020013' => 'POSレジ表示欄3に不正な文字が含まれています。',
1781
+ 'M01021012' => 'POSレジ表示欄4が最大バイト数を超えています。',
1782
+ 'M01021013' => 'POSレジ表示欄4に不正な文字が含まれています。',
1783
+ 'M01022012' => 'POSレジ表示欄5が最大バイト数を超えています。',
1784
+ 'M01022013' => 'POSレジ表示欄5に不正な文字が含まれています。',
1785
+ 'M01023012' => 'POSレジ表示欄6が最大バイト数を超えています。',
1786
+ 'M01023013' => 'POSレジ表示欄6に不正な文字が含まれています。',
1787
+ 'M01024012' => 'POSレジ表示欄7が最大バイト数を超えています。',
1788
+ 'M01024013' => 'POSレジ表示欄7に不正な文字が含まれています。',
1789
+ 'M01025012' => 'POSレジ表示欄8が最大バイト数を超えています。',
1790
+ 'M01025013' => 'POSレジ表示欄8に不正な文字が含まれています。',
1791
+ 'M01026012' => 'レシート表示欄1が最大バイト数を超えています。',
1792
+ 'M01026013' => 'レシート表示欄1に不正な文字が含まれています。',
1793
+ 'M01027012' => 'レシート表示欄2が最大バイト数を超えています。',
1794
+ 'M01027013' => 'レシート表示欄2に不正な文字が含まれています。',
1795
+ 'M01028012' => 'レシート表示欄3が最大バイト数を超えています。',
1796
+ 'M01028013' => 'レシート表示欄3に不正な文字が含まれています。',
1797
+ 'M01029012' => 'レシート表示欄4が最大バイト数を超えています。',
1798
+ 'M01029013' => 'レシート表示欄4に不正な文字が含まれています。',
1799
+ 'M01030012' => 'レシート表示欄5が最大バイト数を超えています。',
1800
+ 'M01030013' => 'レシート表示欄5に不正な文字が含まれています。',
1801
+ 'M01031012' => 'レシート表示欄6が最大バイト数を超えています。',
1802
+ 'M01031013' => 'レシート表示欄6に不正な文字が含まれています。',
1803
+ 'M01032012' => 'レシート表示欄7が最大バイト数を超えています。',
1804
+ 'M01032013' => 'レシート表示欄7に不正な文字が含まれています。',
1805
+ 'M01033012' => 'レシート表示欄8が最大バイト数を超えています。',
1806
+ 'M01033013' => 'レシート表示欄8に不正な文字が含まれています。',
1807
+ 'M01034012' => 'レシート表示欄9が最大バイト数を超えています。',
1808
+ 'M01034013' => 'レシート表示欄9に不正な文字が含まれています。',
1809
+ 'M01035012' => 'レシート表示欄10が最大バイト数を超えています。',
1810
+ 'M01035013' => 'レシート表示欄10に不正な文字が含まれています。',
1811
+ 'M01036001' => 'お問合せ先が指定されていません。',
1812
+ 'M01036012' => 'お問合せ先が最大バイト数を超えています。',
1813
+ 'M01036013' => 'お問合せ先に不正な文字が含まれています。',
1814
+ 'M01037001' => 'お問合せ先電話番号が指定されていません。',
1815
+ 'M01037005' => 'お問合せ先電話番号が最大文字数を超えています。',
1816
+ 'M01037008' => 'お問合せ先電話番号に数字、-以外の文字が指定されています。',
1817
+ 'M01038001' => 'お問合せ先受付時間が指定されていません。',
1818
+ 'M01038005' => 'お問合せ先受付時間が最大文字数を超えています。',
1819
+ 'M01038008' => 'お問合せ先受付時間に数字、”:、””-“以外の文字が指定されています。',
1820
+ 'M01039012' => '加盟店自由項目1が最大バイト数を超えています。',
1821
+ 'M01039013' => '加盟店自由項目1に不正な文字が含まれています。',
1822
+ 'M01040012' => '加盟店自由項目2が最大バイト数を超えています。',
1823
+ 'M01040013' => '加盟店自由項目2に不正な文字が含まれています。',
1824
+ 'M01041012' => '加盟店自由項目3が最大バイト数を超えています。',
1825
+ 'M01041013' => '加盟店自由項目3に不正な文字が含まれています。',
1826
+ 'M01042005' => '結果返却方法フラグが最大文字数を超えています。',
1827
+ 'M01042011' => '結果返却方法フラグに”0”,”1”以外の値が指定されています。',
1828
+ 'M01043001' => '商品・サービス名が指定されていません。',
1829
+ 'M01043012' => '商品・サービス名が最大バイト数を超えています。',
1830
+ 'M01043013' => '商品・サービス名に不正な文字が含まれています。',
1831
+ 'M01044012' => '決済開始メール付加情報が最大バイト数を超えています。',
1832
+ 'M01044013' => '決済開始メール付加情報に不正な文字が含まれています。',
1833
+ 'M01045012' => '決済完了メール付加情報が最大バイト数を超えています。',
1834
+ 'M01045013' => '決済完了メール付加情報に不正な文字が含まれています。',
1835
+ 'M01046012' => '決済内容確認画面付加情報が最大バイト数を超えています。',
1836
+ 'M01046013' => '決済内容確認画面付加情報に不正な文字が含まれています。',
1837
+ 'M01047012' => '決済完了画面付加情報が最大バイト数を超えています。',
1838
+ 'M01047013' => '決済完了画面付加情報に不正な文字が含まれています。',
1839
+ 'M01048005' => '支払期限秒数が最大文字数を超えています。',
1840
+ 'M01048006' => '支払期限秒数に数字以外の文字が指定されています。',
1841
+ 'M01048011' => '支払期限秒数が有効な範囲ではありません。',
1842
+ 'M01049012' => '決済開始メール付加情報が最大バイト数を超えています。',
1843
+ 'M01049013' => '決済開始メール付加情報に不正な文字が含まれています。',
1844
+ 'M01050012' => '決済完了メール付加情報が最大バイト数を超えています。',
1845
+ 'M01050013' => '決済完了メール付加情報に不正な文字が含まれています。',
1846
+ 'M01051001' => '決済方法が指定されていません。',
1847
+ 'M01051005' => '決済方法が最大文字数を超えています。',
1848
+ 'M01051011' => '決済方法が有効な範囲ではありません。',
1849
+ 'M01053002' => '指定されたコンビニはご利用できません。',
1850
+ 'M01054001' => '処理区分が指定されていません。',
1851
+ 'M01054004' => '取引の現状態に対して、処理可能な操作ではありません。',
1852
+ 'M01054010' => '指定された処理区分は定義されていません。',
1853
+ 'M01055010' => '取引の利用金額・税送料の合計値が、指定された利用金額・税送料の合計値と一致しません。',
1854
+ 'M01056001' => 'リダイレクトURLが指定されていません。',
1855
+ 'M01056012' => 'リダイレクトURLが最大文字数を超えています。',
1856
+ 'M01057010' => '取消可能な期間を超えています。',
1857
+ 'M01058002' => '指定された取引が存在しません。',
1858
+ 'M01058010' => '取引のショップIDが、指定されたショップIDと一致しません。',
1859
+ 'M01059005' => '戻り先URLが最大文字数を超えています。',
1860
+ 'M01060010' => '仮売上有効期間を超えています。',
1861
+ 'M01061001' => '金融機関コードが設定されていません。',
1862
+ 'M01061002' => '存在しない金融機関コードが設定されました。',
1863
+ 'M01061005' => '金融機関コードが最大桁数を超えています。',
1864
+ 'M01062001' => '支店コードが設定されていません。',
1865
+ 'M01062002' => '存在しない支店コードが設定されました。',
1866
+ 'M01062005' => '支店コードが最大桁数を超えています。',
1867
+ 'M01063001' => '会員登録区分が設定されていません。',
1868
+ 'M01063002' => '存在しない会員登録区分が設定されました。',
1869
+ 'M01064001' => '口座名義人(姓:漢字)が設定されていません。',
1870
+ 'M01064003' => '口座名義人(姓:漢字)が最大文字数を超えています。',
1871
+ 'M01064013' => '口座名義人(姓:漢字)に利用できない文字が含まれています。',
1872
+ 'M01065001' => '口座名義人(姓:読み)が設定されていません。',
1873
+ 'M01065003' => '口座名義人(姓:読み)が最大文字数を超えています。',
1874
+ 'M01065013' => '口座名義人(姓:読み)に利用できない文字が含まれています。',
1875
+ 'M01066001' => '口座名義人(名:漢字)が設定されていません。',
1876
+ 'M01066003' => '口座名義人(名:漢字)が最大文字数を超えています。',
1877
+ 'M01066013' => '口座名義人(名:漢字)に利用できない文字が含まれています。',
1878
+ 'M01067001' => '口座名義人(名:読み)が設定されていません。',
1879
+ 'M01067003' => '口座名義人(名:読み)が最大文字数を超えています。',
1880
+ 'M01067013' => '口座名義人(名:読み)に利用できない文字が含まれています。',
1881
+ 'M01068001' => '口座名義人(法人名漢字)が設定されていません。',
1882
+ 'M01068003' => '口座名義人(法人名漢字)が最大文字数を超えています。',
1883
+ 'M01068013' => '口座名義人(法人名漢字)に利用できない文字が含まれています。',
1884
+ 'M01069001' => '口座名義人(法人名読み)が設定されていません。',
1885
+ 'M01069003' => '口座名義人(法人名読み)が最大文字数を超えています。',
1886
+ 'M01069013' => '口座名義人(法人名読み)に利用できない文字が含まれています。',
1887
+ 'M01070001' => '口座番号が設定されていません。',
1888
+ 'M01070002' => '存在しない預金種目が設定されました。',
1889
+ 'M01071001' => '口座番号が設定されていません。',
1890
+ 'M01071005' => '口座番号が最大桁数を超えています。',
1891
+ 'M01071013' => '口座番号に数字以外の文字が含まれています。',
1892
+ 'M01073002' => '存在しないトランザクションIDが指定されました。',
1893
+ 'M01073004' => '指定した申込処理は実行出来ません。',
1894
+ 'M01074090' => 'トークンが不正です。',
1895
+ 'M01074091' => '決済URLの有効期限が切れています。',
1896
+ 'M01074101' => 'トークンタイプが無効です。',
1897
+ 'M01074108' => 'トークンタイプが設定されていません。',
1898
+ 'M01074112' => 'The token type exceeds the maximum number of digits',
1899
+ 'M01074113' => 'The token type is invalid.',
1900
+ 'M01075001' => '口座名義が設定されていません。',
1901
+ 'M01075005' => '口座名義が最大文字数を超えています。',
1902
+ 'M01075013' => '口座名義に利用できない文字が含まれています。',
1903
+ 'M01076001' => 'ユーザ利用端末が設定されていません。',
1904
+ 'M01076010' => '指定されたユーザ利用端末は定義されていません。',
1905
+ 'M01077005' => '口座名義漢字が最大文字数を超えています。',
1906
+ 'M01077013' => '口座名義漢字に利用できない文字が含まれています。',
1907
+ 'M01078005' => '通貨コードの桁数が間違っています。',
1908
+ 'M01078010' => '利用可能な通貨コードではありません。',
1909
+ 'M01080001' => '摘要が設定されていません。',
1910
+ 'M01080005' => '摘要が最大文字数を超えています。',
1911
+ 'M01080013' => '摘要に利用できない文字が含まれています。',
1912
+ 'M01081011' => '決済結果URL有効期限秒から有効な範囲ではありません。',
1913
+ 'M01081013' => '決済結果URL有効期限秒に利用できない文字が含まれています。',
1914
+ 'M01082001' => 'サービス名が設定されていません。',
1915
+ 'M01082005' => 'サービス名が最大文字数を超えています。',
1916
+ 'M01082013' => 'サービス名に利用できない文字が含まれています。',
1917
+ 'M01083001' => 'サービス電話番号が設定されていません。',
1918
+ 'M01084002' => '存在しないOpenIDが指定されました。',
1919
+ 'M01085001' => 'キャンセル金額が指定されていません。',
1920
+ 'M01085005' => 'キャンセル金額が最大桁数を超えています。',
1921
+ 'M01085006' => 'キャンセル金額に数字以外の文字が含まれています。',
1922
+ 'M01085010' => 'オーソリ時の金額とキャンセル金額が一致しません。',
1923
+ 'M01085011' => 'キャンセル金額がオーソリ時の金額を超えています。',
1924
+ 'M01086005' => 'キャンセル税送料が最大桁数を超えています。',
1925
+ 'M01086006' => 'キャンセル税送料に数字以外の文字が含まれています。',
1926
+ 'M01500001' => 'ショップ情報文字列が設定されていません。',
1927
+ 'M01500005' => 'ショップ情報文字列の文字数が間違っています。',
1928
+ 'M01500012' => 'ショップ情報文字列が他の項目と矛盾しています。',
1929
+ 'M01510001' => '購買情報文字列が設定されていません。',
1930
+ 'M01510005' => '購買情報文字列の文字数が間違っています。',
1931
+ 'M01510012' => '購買情報文字列が他の項目と矛盾しています。',
1932
+ 'M01520002' => 'ユーザー利用端末情報に無効な値が設定されています。',
1933
+ 'M01530001' => '決済結果戻り先URLが設定されていません。',
1934
+ 'M01530005' => '決済結果戻り先URLが最大文字数を越えています。',
1935
+ 'M01540005' => '決済キャンセル時URLが最大文字数を超えています。',
1936
+ 'M01550001' => '日時情報文字列が設定されていません。',
1937
+ 'M01550005' => '日時情報文字列の文字数が間違っています。',
1938
+ 'M01550006' => '日時情報文字列に無効な文字が含まれます。',
1939
+ 'M01590005' => '商品コードが最大桁数を超えています。',
1940
+ 'M01590006' => '商品コードに無効な文字が含まれます。',
1941
+ 'M01600001' => '会員情報チェック文字列が設定されていません。',
1942
+ 'M01600005' => '会員情報チェック文字列が最大文字数を超えています。',
1943
+ 'M01600012' => '会員情報チェック文字列が他の項目と矛盾しています。',
1944
+ 'M01610005' => 'リトライ回数が0~99の範囲外です。',
1945
+ 'M01610006' => 'リトライ回数に数字以外が設定されています。',
1946
+ 'M01620005' => 'セッションタイムアウト値が0~9999の範囲外です。',
1947
+ 'M01620006' => 'セッションタイムアウト値に数字以外が設定されています。',
1948
+ 'M01630010' => '取引後カード登録時、取引の会員IDとパラメータの会員IDが一致しません。',
1949
+ 'M01640010' => '取引後カード登録時、取引のサイトIDとパラメータのサイトIDが一致しません。',
1950
+ 'M01650012' => '指定されたショップは、指定されたサイトに属していません。',
1951
+ 'M01660013' => '言語パラメータにサポートされない値が設定されています。',
1952
+ 'M01670013' => '出力エンコーディングにサポートされない値が設定されています。',
1953
+ 'M01680001' => '決済利用フラグが設定されていません。',
1954
+ 'M01680008' => '決済利用フラグに”0”,”1”以外の値が指定されています。',
1955
+ 'M01700001' => 'メールリンクのご利用契約が無いか、利用停止中です。',
1956
+ 'M01701002' => '呼び出したメールリンクデータは存在しません。',
1957
+ 'M01702003' => '呼び出したメールリンクデータは有効期限切れです。',
1958
+ 'M01703001' => 'ユニーク文字列が指定されていません。',
1959
+ 'M01703005' => 'ユニーク文字列の長さが32バイト以外です。',
1960
+ 'M01704005' => 'テンプレート番号が1桁を超えています。',
1961
+ 'M01704006' => 'テンプレート番号に数字以外が設定されています。',
1962
+ 'M11010099' => 'この取引は決済が終了していません。',
1963
+ 'M11010999' => '特になし',
1964
+ 'M91099999' => '決済処理に失敗しました。',
1965
+ 'N01001001' => '実行中にエラーが発生しました。処理は開始されませんでした。',
1966
+ 'N01001002' => '実行中にエラーが発生しました。処理は開始されませんでした。',
1967
+ 'N01001003' => '実行中にエラーが発生しました。処理は開始されませんでした。',
1968
+ 'N01001004' => '実行中にエラーが発生しました。処理は開始されませんでした。',
1969
+ 'N01001005' => '実行中にエラーが発生しました。処理は開始されませんでした。',
1970
+ 'N01001006' => '実行中にエラーが発生しました。処理は開始されませんでした。',
1971
+ 'N01001007' => '実行中にエラーが発生しました。処理は開始されませんでした。',
1972
+ 'N01001008' => '実行中にエラーが発生しました。処理は開始されませんでした。',
1973
+ 'N01001009' => '実行中にエラーが発生しました。処理は開始されませんでした。',
1974
+ 'N10000001' => '該当する取引がありません。',
1975
+ 'N0C030C01' => 'しばらくしてからやり直してください。',
1976
+ 'N0C030C03' => 'しばらくしてからやり直してください。',
1977
+ 'N0C030C12' => 'しばらくしてからやり直してください。',
1978
+ 'N0C030C13' => 'しばらくご利用になれません。',
1979
+ 'N0C030C14' => 'しばらくしてからやり直してください。',
1980
+ 'N0C030C15' => 'しばらくしてからやり直してください。',
1981
+ 'N0C030C16' => 'しばらくしてからやり直してください。',
1982
+ 'N0C030C33' => 'しばらくしてからやり直してください。',
1983
+ 'N0C030C34' => 'しばらくしてからやり直してください。',
1984
+ 'N0C030C49' => 'しばらくしてからやり直してください。',
1985
+ 'N0C030C50' => 'しばらくしてからやり直してください。',
1986
+ 'N0C030C51' => 'もう一度やり直してください。',
1987
+ 'N0C030C53' => 'しばらくしてからやり直してください。',
1988
+ 'N0C030C54' => 'しばらくしてからやり直してください。',
1989
+ 'N0C030C55' => 'しばらくしてからやり直してください。',
1990
+ 'N0C030C56' => 'しばらくしてからやり直してください。',
1991
+ 'N0C030C57' => 'しばらくしてからやり直してください。',
1992
+ 'N0C030C58' => 'しばらくしてからやり直してください。',
1993
+ 'N0C030C60' => 'しばらくしてからやり直してください。',
1994
+ 'N0C030G03' => '現在このカードはお取扱できません。カード会社にお問合せください。',
1995
+ 'N0C030G12' => '現在このカードはお取扱できません。カード会社にお問合せください。',
1996
+ 'N0C030G30' => '現在このカードはお取扱できません。カード会社にお問合せください。',
1997
+ 'N0C030G54' => '現在このカードはお取扱できません。カード会社にお問合せください。',
1998
+ 'N0C030G55' => '現在このカードはお取扱できません。カード会社にお問合せください。',
1999
+ 'N0C030G56' => '現在このカードはお取扱できません。カード会社にお問合せください。',
2000
+ 'N0C030G60' => '現在このカードはお取扱できません。カード会社にお問合せください。',
2001
+ 'N0C030G61' => '現在このカードはお取扱できません。カード会社にお問合せください。',
2002
+ 'N0C030G65' => '現在このカードはお取扱できません。カード会社にお問合せください。',
2003
+ 'N0C030G67' => 'しばらくしてからやり直してください。',
2004
+ 'N0C030G83' => '現在このカードはお取扱できません。カード会社にお問合せください。',
2005
+ 'N0C030G85' => '現在このカードはお取扱できません。カード会社にお問合せください。',
2006
+ 'N0C030G95' => '現在このカードはお取扱できません。カード会社にお問合せください。',
2007
+ 'N0C030G96' => '現在このカードはお取扱できません。カード会社にお問合せください。',
2008
+ 'N0C030G97' => '現在このカードはお取扱できません。カード会社にお問合せください。',
2009
+ 'N0C030G98' => 'もう一度やり直してください。',
2010
+ 'N0C030G99' => '現在このカードはお取扱できません。カード会社にお問合せください。',
2011
+ 'N0N010007' => 'お客様の携帯電話ではサービスをご利用いただけません。',
2012
+ 'N0N010008' => 'お客様の携帯電話ではサービスをご利用いただけません。',
2013
+ 'N0N010009' => 'お客様の携帯電話ではサービスをご利用いただけません。',
2014
+ 'N0N010013' => 'しばらくご利用になれません。店舗までお問合せください。',
2015
+ 'N0N010024' => 'しばらくご利用になれません。店舗までお問合せください。',
2016
+ 'N0N010032' => 'しばらくご利用になれません。店舗までお問合せください。',
2017
+ 'N0N020014' => 'エラーが発生しました。店舗までお問合せください。',
2018
+ 'N0N020017' => '現在このカードはお取扱できません。カード会社にお問合せください。',
2019
+ 'N0N020018' => '現在このカードはお取扱できません。カード会社にお問合せください。',
2020
+ 'N0N020019' => '現在このカードはお取扱できません。カード会社にお問合せください。',
2021
+ 'N0N020020' => '現在このカードはお取扱できません。カード会社にお問合せください。',
2022
+ 'N0N020021' => '現在このカードはお取扱できません。カード会社にお問合せください。',
2023
+ 'N0N020022' => '現在このカードはお取扱できません。カード会社にお問合せください。',
2024
+ 'N0N020023' => '現在このカードはお取扱できません。カード会社にお問合せください。',
2025
+ 'N0N030038' => '在このカードはお取扱できません。カード会社にお問合せください。',
2026
+ 'N0N040014' => 'エラーが発生しました。店舗までお問合せください。',
2027
+ 'N0K040026' => 'もう一度やり直してください。',
2028
+ 'N0K040027' => 'エラーが発生しました。店舗までお問合せください。',
2029
+ 'N0K040028' => 'エラーが発生しました。店舗までお問合せください。',
2030
+ 'N0K040029' => 'エラーが発生しました。店舗までお問合せください。',
2031
+ 'N0N040031' => 'しばらくご利用になれません。店舗までお問合せください。',
2032
+ 'N0K040037' => 'しばらくご利用になれません。店舗までお問合せください。',
2033
+ 'N0T000001' => 'もう一度やり直してください。',
2034
+ 'N0T000002' => 'ご利用可能なカードが設定されていないため、お支払を継続できません。なお、iDでお支払いただくには事前にカードを設定いただく必要があります。',
2035
+ 'N0T000003' => 'ご利用可能なカードが設定されていないため、お支払を継続できません。なお、iDでお支払いただくには事前にカードを設定いただく必要があります。',
2036
+ 'N0T000004' => 'パスワード入力間違いが規定回数を超えたため、iDでのお支払を継続できません。なお、iDを再度ご利用いただくには、iDアプリを再度起動しリセットを実行した後、カードを設定しなおしていただく必要があります。',
2037
+ 'N0T000005' => 'ICカードロックを設定されている場合は、一旦iDアプリを終了し、ICカードロックを解除してから再度iDアプリを起動してください。ICカードロックを解除してもご利用いただけない場合はカード会社へお問合せください。',
2038
+ 'N0T000006' => 'エラーが発生しました。店舗までお問合せください。',
2039
+ 'N0T000007' => 'もう一度やり直してください。',
2040
+ 'N0T000008' => 'もう一度やり直してください。',
2041
+ 'N0T000009' => '現在このカードはお取扱できません。カード会社にお問合せください。',
2042
+ 'N0T000010' => 'もう一度やり直してください。',
2043
+ 'P01010002' => 'APIの認証に失敗しました。',
2044
+ 'P01010003' => '通信パラメータが不正です。',
2045
+ 'P01010004' => '通信パラメータが不正です。',
2046
+ 'P01010005' => '指定オプションが不正です。',
2047
+ 'P01010006' => '指定バージョンが不正です。',
2048
+ 'P01010007' => 'API呼出し権限がありません。',
2049
+ 'P01010008' => 'セキュリティーヘッダーが不正です。',
2050
+ 'P01010009' => '預金口座状態が不正です。',
2051
+ 'P01010010' => '通信パラメータが不正です。',
2052
+ 'P01010011' => '指定取引は無効です。',
2053
+ 'P01010101' => 'APIが一時的に使用不可になっています。',
2054
+ 'P01010102' => '指定オプションが一時的に使用不可になっています。',
2055
+ 'P01010103' => '指定オプションが一時的に使用不可になっています。',
2056
+ 'P01010202' => '取引数が月間の最大数を超えています。',
2057
+ 'P01010400' => '注文合計が不正です。',
2058
+ 'P01010401' => '注文合計が不正です。',
2059
+ 'P01010402' => '加盟店の設定が認証オプションを使用できない契約になっています。',
2060
+ 'P01010404' => '戻りURLが不正です。',
2061
+ 'P01010405' => 'キャンセル時のURLが不正です。',
2062
+ 'P01010406' => '顧客IDが無効です。',
2063
+ 'P01010407' => '顧客のメールアドレスが無効です。',
2064
+ 'P01010408' => 'トークンが不正です。',
2065
+ 'P01010409' => 'トークンが不正です。',
2066
+ 'P01010410' => 'トークンが無効です。',
2067
+ 'P01010411' => 'トークンの有効期限が切れました。',
2068
+ 'P01010412' => '請求番号が重複しています。',
2069
+ 'P01010413' => '商品の合計金額が不正です。',
2070
+ 'P01010414' => '取引の金額上限を超えています。',
2071
+ 'P01010415' => '指定取引は処理済みです。',
2072
+ 'P01010416' => '再処理の最大試行回数を超えています。',
2073
+ 'P01010417' => '支払方法が無効です。',
2074
+ 'P01010418' => '通貨コードが不正です。',
2075
+ 'P01010419' => '顧客IDが不正です。',
2076
+ 'P01010420' => '支払オプションが不正です。',
2077
+ 'P01010421' => 'トークンが無効です。',
2078
+ 'P01010422' => '顧客の資金源が不正です。',
2079
+ 'P01010424' => '配送先住所が無効です。',
2080
+ 'P01010425' => '加盟店の設定がAPIを使用できない契約になっています。',
2081
+ 'P01010426' => '商品の合計金額が無効です。',
2082
+ 'P01010427' => '送料の合計が無効です。',
2083
+ 'P01010428' => '手数料の合計が無効です。',
2084
+ 'P01010429' => '税金の合計が無効です。',
2085
+ 'P01010430' => '商品金額が不正です。',
2086
+ 'P01010431' => '商品金額が無効です。',
2087
+ 'P01010432' => '請求番号の桁数オーバーです。',
2088
+ 'P01010433' => '商品説明の一部が省略されました。',
2089
+ 'P01010434' => '自由項目の一部が省略されました。',
2090
+ 'P01010435' => '承認が未処理です。',
2091
+ 'P01010436' => 'ページスタイル名の桁数オーバーです。',
2092
+ 'P01010437' => 'ヘッダーイメージURLの桁数オーバーです。',
2093
+ 'P01010438' => 'ヘッダーイメージURLの桁数オーバーです。',
2094
+ 'P01010439' => 'ヘッダーイメージURLの桁数オーバーです。',
2095
+ 'P01010440' => 'ヘッダーイメージURLの桁数オーバーです。',
2096
+ 'P01010441' => '通知先URLの桁数オーバーです。',
2097
+ 'P01010442' => '識別コードの桁数オーバーです。',
2098
+ 'P01010443' => '支払オプションが不正です。',
2099
+ 'P01010444' => '通貨コードが不正です。',
2100
+ 'P01010445' => '指定取引の処理を続行できません。',
2101
+ 'P01010446' => '支払オプションが不正です。',
2102
+ 'P01010457' => 'eBayのAPIの初期化に失敗しました。',
2103
+ 'P01010458' => 'eBayのAPIでエラーが発生しました。',
2104
+ 'P01010459' => 'eBayのAPIでエラーが発生しました。',
2105
+ 'P01010460' => 'eBayの通信でエラーが発生しました。',
2106
+ 'P01010461' => '商品数が不正です。',
2107
+ 'P01010462' => '注文が存在しません。',
2108
+ 'P01010463' => 'eBayの接続情報が不正です。',
2109
+ 'P01010464' => '商品番号と取引IDが不整合です。',
2110
+ 'P01010465' => 'eBayの接続情報が無効です。',
2111
+ 'P01010467' => '商品番号が重複しています。',
2112
+ 'P01010468' => '注文IDが重複しています。',
2113
+ 'P01010469' => '指定オプションが一時的に使用不可になっています。',
2114
+ 'P01010470' => '指定オプションが無効です。',
2115
+ 'P01010471' => '戻りURLが不正です。',
2116
+ 'P01010472' => 'キャンセル時のURLが不正です。',
2117
+ 'P01010473' => '指定パラメータはサポート対象外です。',
2118
+ 'P01010474' => '指定取引の処理を続行できません。',
2119
+ 'P01010475' => '支払オプションが不正です。',
2120
+ 'P01010476' => '無効なデータです。',
2121
+ 'P01010477' => '無効なデータです。',
2122
+ 'P01010478' => '無効なデータです。',
2123
+ 'P01010479' => '無効なデータです。',
2124
+ 'P01010480' => '無効なデータです。',
2125
+ 'P01010481' => '支払オプションが不正です。',
2126
+ 'P01010482' => '支払オプションが不正です。',
2127
+ 'P01010537' => 'リスク管理設定により、該当取引が拒否されました。',
2128
+ 'P01010538' => 'リスク管理設定により、該当取引が拒否されました。',
2129
+ 'P01010539' => 'リスク管理設定により、支払いが拒否されました。',
2130
+ 'P01010600' => '承認が取消されました。',
2131
+ 'P01010601' => '承認期間の有効期限が切れました。',
2132
+ 'P01010602' => '承認は既に完了しています。',
2133
+ 'P01010603' => '顧客のアカウントに制限が掛けられています。',
2134
+ 'P01010604' => '承認処理を続行できません。',
2135
+ 'P01010605' => 'サポート対象外の通貨コードです。',
2136
+ 'P01010606' => '取引が拒否されました。',
2137
+ 'P01010607' => '承認と回収機能が使用できません。',
2138
+ 'P01010608' => '顧客の資金源が不正です。',
2139
+ 'P01010609' => '取引IDが無効です。',
2140
+ 'P01010610' => '指定された金額の上限を超えています。',
2141
+ 'P01010611' => '加盟店の設定が承認と回収機能を使用できない契約になっています。',
2142
+ 'P01010612' => '決済可能な最大数に達しました。',
2143
+ 'P01010613' => '通貨コードが不正です。',
2144
+ 'P01010614' => '取消の承認番号が不正です。',
2145
+ 'P01010615' => '再承認の指定方法が不正です。',
2146
+ 'P01010616' => '承認に許される再承認の最大数に達しました。',
2147
+ 'P01010617' => '保証期間に再承認が呼出されました。',
2148
+ 'P01010618' => '取引が取消、又は期限切れの状態です。',
2149
+ 'P01010619' => '請求番号の桁数オーバーです。',
2150
+ 'P01010620' => '注文の状態が取消、期限切れ、又は完了状態です。',
2151
+ 'P01010621' => '注文の有効期限が切れました。',
2152
+ 'P01010622' => '注文が取消されました。',
2153
+ 'P01010623' => '注文に許される承認の最大数に達しました。',
2154
+ 'P01010624' => '請求番号が重複しています。',
2155
+ 'P01010625' => '取引の金額上限を超えています。',
2156
+ 'P01010626' => '取引がリスクモデルによって拒否されました。',
2157
+ 'P01010627' => 'サポート対象外のパラメータです。',
2158
+ 'P01010628' => '指定取引の処理を続行できません。',
2159
+ 'P01010629' => '再承認の指定方法が不正です。',
2160
+ 'P01010630' => '商品金額が無効です。',
2161
+ 'P01010725' => '配送先住所が不正です。',
2162
+ 'P01010726' => '配送先住所が不正です。',
2163
+ 'P01010727' => '配送先住所が不正です。',
2164
+ 'P01010728' => '配送先住所が不正です。',
2165
+ 'P01010729' => '配送先住所が不正です。',
2166
+ 'P01010730' => '配送先住所が不正です。',
2167
+ 'P01010731' => '配送先住所が不正です。',
2168
+ 'P01010736' => '配送先住所の照会に失敗しました。',
2169
+ 'P01010800' => '無効なデータです。',
2170
+ 'P01011001' => '桁数オーバーです。',
2171
+ 'P01011094' => '指定承認の取消、再承認、回収はできません。',
2172
+ 'P01011547' => '指定オプションが一時的に使用不可になっています。',
2173
+ 'P01011601' => '請求先住所が不正です。',
2174
+ 'P01011602' => '請求先住所が不正です。',
2175
+ 'P01011610' => '支払が保留されています。',
2176
+ 'P01011611' => '取引が中止されました。',
2177
+ 'P01011612' => '取引の処理を続行できません。',
2178
+ 'P01011801' => '無効なデータです。',
2179
+ 'P01011802' => '無効なデータです。',
2180
+ 'P01011803' => '無効なデータです。',
2181
+ 'P01011804' => '無効なデータです。',
2182
+ 'P01011805' => '無効なデータです。',
2183
+ 'P01011806' => '無効なデータです。',
2184
+ 'P01011807' => '無効なデータです。',
2185
+ 'P01011810' => '無効なデータです。',
2186
+ 'P01011811' => '無効なデータです。',
2187
+ 'P01011812' => '無効なデータです。',
2188
+ 'P01011813' => '無効なデータです。',
2189
+ 'P01011814' => '無効なデータです。',
2190
+ 'P01011815' => '無効なデータです。',
2191
+ 'P01011820' => '無効なデータです。',
2192
+ 'P01011821' => '無効なオプションです。',
2193
+ 'P01011822' => 'オプションの指定に誤りがあります。',
2194
+ 'P01011823' => 'オプションの指定に誤りがあります。',
2195
+ 'P01011824' => 'オプションの指定に誤りがあります。',
2196
+ 'P01011825' => 'オプションの指定に誤りがあります。',
2197
+ 'P01011826' => '送料の合計が無効です。',
2198
+ 'P01011827' => 'オプションの指定に誤りがあります。',
2199
+ 'P01011828' => 'オプションの指定に誤りがあります。',
2200
+ 'P01011829' => 'オプションの指定に誤りがあります。',
2201
+ 'P01011830' => 'オプションの指定に誤りがあります。',
2202
+ 'P01011831' => 'URLの桁数オーバーです。',
2203
+ 'P01011832' => '注文合計が不正です。',
2204
+ 'P01012109' => '無効なオプションです。',
2205
+ 'P01012124' => '無効なオプションです。',
2206
+ 'P01012200' => '顧客IDが不正です。',
2207
+ 'P01012201' => 'オプションの指定に誤りがあります。',
2208
+ 'P01012202' => 'オプションの指定に誤りがあります。',
2209
+ 'P01012203' => '保留状態の為、支払が失敗しました。',
2210
+ 'P01012204' => 'エラーが発生した為、取引は戻されました。',
2211
+ 'P01012205' => 'オプションの指定に誤りがあります。',
2212
+ 'P01012206' => 'オプションの指定に誤りがあります。',
2213
+ 'P01012207' => 'オプションの指定に誤りがあります。',
2214
+ 'P01012208' => '商品金額が一致しません。',
2215
+ 'P01020000' => '支払状況が不正です。 (None)',
2216
+ 'P01020001' => '支払状況が不正です。 (Canceled-Reversal)',
2217
+ 'P01020003' => '支払状況が不正です。 (Denied)',
2218
+ 'P01020004' => '支払状況が不正です。 (Expired)',
2219
+ 'P01020005' => '支払状況が不正です。 (Failed)',
2220
+ 'P01020006' => '支払状況が不正です。 (In-Progress)',
2221
+ 'P01020007' => '支払状況が不正です。 (Partially-Refunded)',
2222
+ 'P01020008' => '支払状況が不正です。 (Pending)',
2223
+ 'P01020009' => '支払状況が不正です。 (Refunded)',
2224
+ 'P01020010' => '支払状況が不正です。 (Reversed)',
2225
+ 'P01020011' => '支払状況が不正です。 (Processed)',
2226
+ 'P01020012' => '支払状況が不正です。 (Voided)',
2227
+ 'P01029999' => '支払状況が不正です。',
2228
+ 'P01081000' => '無効なパラメータです。',
2229
+ 'P01081001' => '無効なパラメータです。',
2230
+ 'P01081002' => '指定メソッドはサポートされていません。',
2231
+ 'P01081003' => 'メソッドが指定されていません。',
2232
+ 'P01081004' => 'リクエストパラメータが指定されていません。',
2233
+ 'P01081100' => 'パラメータが指定されていません。 (Amt)',
2234
+ 'P01081101' => 'パラメータが指定されていません。 (MaxAmt)',
2235
+ 'P01081102' => 'パラメータが指定されていません。 (ReturnURL)',
2236
+ 'P01081103' => 'パラメータが指定されていません。 (NotifyURL)',
2237
+ 'P01081104' => 'パラメータが指定されていません。 (CancelURL)',
2238
+ 'P01081105' => 'パラメータが指定されていません。 (ShipToStreet)',
2239
+ 'P01081106' => 'パラメータが指定されていません。 (ShipToStreet2)',
2240
+ 'P01081107' => 'パラメータが指定されていません。 (ShipToCity)',
2241
+ 'P01081108' => 'パラメータが指定されていません。 (ShipToState)',
2242
+ 'P01081109' => 'パラメータが指定されていません。 (ShipToZip)',
2243
+ 'P01081110' => 'パラメータが指定されていません。 (Country)',
2244
+ 'P01081111' => 'パラメータが指定されていません。 (ReqConfirmShipping)',
2245
+ 'P01081112' => 'パラメータが指定されていません。 (NoShipping)',
2246
+ 'P01081113' => 'パラメータが指定されていません。 (AddrOverride)',
2247
+ 'P01081114' => 'パラメータが指定されていません。 (LocaleCode)',
2248
+ 'P01081115' => 'パラメータが指定されていません。 (PaymentAction)',
2249
+ 'P01081116' => 'パラメータが指定されていません。 (Email)',
2250
+ 'P01081117' => 'パラメータが指定されていません。 (Token)',
2251
+ 'P01081118' => 'パラメータが指定されていません。 (PayerID)',
2252
+ 'P01081119' => 'パラメータが指定されていません。 (ItemAmt)',
2253
+ 'P01081120' => 'パラメータが指定されていません。 (ShippingAmt)',
2254
+ 'P01081121' => 'パラメータが指定されていません。 (HandlingAmt)',
2255
+ 'P01081122' => 'パラメータが指定されていません。 (TaxAmt)',
2256
+ 'P01081123' => 'パラメータが指定されていません。 (IPAddress)',
2257
+ 'P01081124' => 'パラメータが指定されていません。 (ShipToName)',
2258
+ 'P01081125' => 'パラメータが指定されていません。 (L_Amt)',
2259
+ 'P01081126' => 'パラメータが指定されていません。 (Amt)',
2260
+ 'P01081127' => 'パラメータが指定されていません。 (L_TaxAmt)',
2261
+ 'P01081128' => 'パラメータが指定されていません。 (AuthorizationID)',
2262
+ 'P01081129' => 'パラメータが指定されていません。 (CompleteType)',
2263
+ 'P01081130' => 'パラメータが指定されていません。 (CurrencyCode)',
2264
+ 'P01081131' => 'パラメータが指定されていません。 (TransactionID)',
2265
+ 'P01081132' => 'パラメータが指定されていません。 (TransactionEntity)',
2266
+ 'P01081133' => 'パラメータが指定されていません。 (Acct)',
2267
+ 'P01081134' => 'パラメータが指定されていません。 (ExpDate)',
2268
+ 'P01081135' => 'パラメータが指定されていません。 (FirstName)',
2269
+ 'P01081136' => 'パラメータが指定されていません。 (LastName)',
2270
+ 'P01081137' => 'パラメータが指定されていません。 (Street)',
2271
+ 'P01081138' => 'パラメータが指定されていません。 (Street2)',
2272
+ 'P01081139' => 'パラメータが指定されていません。 (City)',
2273
+ 'P01081140' => 'パラメータが指定されていません。 (State)',
2274
+ 'P01081141' => 'パラメータが指定されていません。 (Zip)',
2275
+ 'P01081142' => 'パラメータが指定されていません。 (CountryCode)',
2276
+ 'P01081143' => 'パラメータが指定されていません。 (RefundType)',
2277
+ 'P01081144' => 'パラメータが指定されていません。 (StartDate)',
2278
+ 'P01081145' => 'パラメータが指定されていません。 (EndDate)',
2279
+ 'P01081146' => 'パラメータが指定されていません。 (MPID)',
2280
+ 'P01081147' => 'パラメータが指定されていません。 (CreditCardType)',
2281
+ 'P01081148' => 'パラメータが指定されていません。 (User)',
2282
+ 'P01081149' => 'パラメータが指定されていません。 (Pwd)',
2283
+ 'P01081150' => 'パラメータが指定されていません。 (Version)',
2284
+ 'P01081200' => '無効なパラメータです。 (Amt)',
2285
+ 'P01081201' => '無効なパラメータです。 (MaxAmt)',
2286
+ 'P01081203' => '無効なパラメータです。 (NotifyURL)',
2287
+ 'P01081205' => '無効なパラメータです。 (ShipToStreet)',
2288
+ 'P01081206' => '無効なパラメータです。 (ShipToStreet2)',
2289
+ 'P01081207' => '無効なパラメータです。 (ShipToCity)',
2290
+ 'P01081208' => '無効なパラメータです。 (ShipToState)',
2291
+ 'P01081209' => '無効なパラメータです。 (ShipToZip)',
2292
+ 'P01081210' => '無効なパラメータです。 (Country)',
2293
+ 'P01081211' => '無効なパラメータです。 (ReqConfirmShipping)',
2294
+ 'P01081212' => '無効なパラメータです。 (Noshipping)',
2295
+ 'P01081213' => '無効なパラメータです。 (AddrOverride)',
2296
+ 'P01081214' => '無効なパラメータです。 (LocaleCode)',
2297
+ 'P01081215' => '無効なパラメータです。 (PaymentAction)',
2298
+ 'P01081219' => '無効なパラメータです。 (ItemAmt)',
2299
+ 'P01081220' => '無効なパラメータです。 (ShippingAmt)',
2300
+ 'P01081221' => '無効なパラメータです。 (HandlingTotal Amt)',
2301
+ 'P01081222' => '無効なパラメータです。 (TaxAmt)',
2302
+ 'P01081223' => '無効なパラメータです。 (IPAddress)',
2303
+ 'P01081224' => '無効なパラメータです。 (ShipToName)',
2304
+ 'P01081225' => '無効なパラメータです。 (L_Amt)',
2305
+ 'P01081226' => '無効なパラメータです。 (Amt)',
2306
+ 'P01081227' => '無効なパラメータです。 (L_TaxAmt)',
2307
+ 'P01081229' => '無効なパラメータです。 (CompleteType)',
2308
+ 'P01081230' => '無効なパラメータです。 (CurrencyCode)',
2309
+ 'P01081232' => '無効なパラメータです。 (TransactionEntity)',
2310
+ 'P01081234' => '無効なパラメータです。 (ExpDate)',
2311
+ 'P01081235' => '無効なパラメータです。 (FirstName)',
2312
+ 'P01081236' => '無効なパラメータです。 (LastName)',
2313
+ 'P01081237' => '無効なパラメータです。 (Street)',
2314
+ 'P01081238' => '無効なパラメータです。 (Street2)',
2315
+ 'P01081239' => '無効なパラメータです。 (City)',
2316
+ 'P01081243' => '無効なパラメータです。 (RefundType)',
2317
+ 'P01081244' => '無効なパラメータです。 (StartDate)',
2318
+ 'P01081245' => '無効なパラメータです。 (EndDate)',
2319
+ 'P01081247' => '無効なパラメータです。 (CreditCardType)',
2320
+ 'P01081248' => '無効なパラメータです。 (Username)',
2321
+ 'P01081249' => '無効なパラメータです。 (Password)',
2322
+ 'P01081250' => '無効なパラメータです。 (Version)',
2323
+ 'P01081251' => '内部エラーが発生しました。',
2324
+ 'P02000001' => 'PayPalセンターとの通信に失敗しました。',
2325
+ 'P02000002' => 'PayPalセンターとの通信に失敗しました。',
2326
+ 'P03000003' => 'PayPalの支払操作をユーザがキャンセルしました。',
2327
+ 'S01000002' => 'モバイルSuicaアプリのネット決済一覧から決済を行ってください。',
2328
+ 'S01001001' => '決済依頼処理に失敗しました。申し訳ございませんが、しばらく時間をあけて購入画面からやり直してください。',
2329
+ 'S01001002' => '決済依頼処理に失敗しました。申し訳ございませんが、しばらく時間をあけて購入画面からやり直してください。',
2330
+ 'S01001006' => 'モバイルSuica決済は利用できません。',
2331
+ 'S01001007' => 'モバイルSuicaの登録が終わってから、再度購入画面からやり直してください。',
2332
+ 'S01001008' => 'モバイルSuica決済の決済依頼件数がオーバーしています。モバイルSuicaアプリのネット決済一覧確認してから、再度購入画面からやり直してください。',
2333
+ 'S01001010' => '決済処理に失敗しました。申し訳ございませんが、しばらく時間をあけて購入画面からやり直してください。',
2334
+ 'S01001012' => '登録データなし',
2335
+ 'S01001015' => 'モバイルSuicaの登録状況を確認した後、再度購入画面からやり直してください。',
2336
+ 'S01001016' => '決済処理に失敗しました。申し訳ございませんが、しばらく時間をあけて購入画面からやり直してください。',
2337
+ 'S01001017' => '決済処理に失敗しました。申し訳ございませんが、しばらく時間をあけて購入画面からやり直してください。',
2338
+ 'S01009901' => '決済処理に失敗しました。申し訳ございませんが、しばらく時間をあけて購入画面からやり直してください。',
2339
+ 'S01009902' => '決済処理に失敗しました。申し訳ございませんが、しばらく時間をあけて購入画面からやり直してください。',
2340
+ 'SB1000001' => '後続決済センターで確定処理が失敗しました。',
2341
+ 'SB1000002' => '後続決済センターで取消処理が失敗しました。',
2342
+ 'SB1000003' => 'お客様がソフトバンクまとめて支払い(B)を中止しました。',
2343
+ 'SB1000004' => 'ソフトバンクまとめて支払い(B)が失敗しました。',
2344
+ 'SB1000005' => '後続決済センターとの通信に失敗しました。',
2345
+ 'WM1000001' => '【決済要求】後続決済センターとの通信パラメータでエラーが発生しました。(メッセージダイジェスト)',
2346
+ 'WM1000002' => '【決済要求】後続決済センターで許可されていない接続です。',
2347
+ 'WM1000003' => '【決済要求】後続決済センターで決済モジュールの実行に失敗しました。',
2348
+ 'WM1000004' => '【決済要求】後続決済センターとの通信パラメータでエラーが発生しました。(受信パラメータ)',
2349
+ 'WM1000005' => '【決済要求】後続決済センターとの通信に失敗しました。',
2350
+ 'WM1000006' => '【決済結果受信】後続決済センターとの通信パラメータでエラーが発生しました。(受信パラメータ)',
2351
+ 'WM1000007' => '【決済結果受信】後続決済センターで二重入金が発生しました。',
2352
+ 'WM1000008' => '【決済結果受信】内部エラーが発生しました。(遷移)',
2353
+ 'WM1000009' => '【ユーザーキャンセル受信】入金済みの取引に対し、ユーザーの支払操作がキャンセルされた通知を受信しました。',
2354
+ 'WM1000010' => '【ユーザーキャンセル受信】内部エラーが発生しました。(遷移)',
2355
+ 'W0100W001' => 'データ種別不正',
2356
+ 'W0100W002' => 'UserId/Passwordが存在しない',
2357
+ 'W0100W003' => '収納処理企業コード/支払いコードが一致しない',
2358
+ 'W0100W004' => '2DBC処理事業者番号/契約案件番号が一致しない',
2359
+ 'W0100W005' => '入金処理企業コード/支払いコードが一致しない',
2360
+ 'W0100W090' => 'キーデータ取得時エラー',
2361
+ 'W0100W600' => '収納処理 項目チェック時エラー (不正な値)',
2362
+ 'W0100W601' => '収納処理 項目チェック時エラー (支払いコード未設定)',
2363
+ 'W0100W602' => '収納処理 項目チェック時エラー (支払いコード桁不足)',
2364
+ 'W0100W603' => '収納処理 項目チェック時エラー (受付番号未設定)',
2365
+ 'W0100W604' => '収納処理 項目チェック時エラー (受付番号桁不足)',
2366
+ 'W0100W605' => '収納処理 項目チェック時エラー (企業コード未設定)',
2367
+ 'W0100W606' => '収納処理 項目チェック時エラー (企業コード桁不足)',
2368
+ 'W0100W607' => '収納処理 項目チェック時エラー (電話番号未設定)',
2369
+ 'W0100W608' => '収納処理 項目チェック時エラー (漢字氏名未設定)',
2370
+ 'W0100W609' => '収納処理 項目チェック時エラー (支払期限未設定)',
2371
+ 'W0100W610' => '収納処理 項目チェック時エラー (支払期限 数字以外の値)',
2372
+ 'W0100W611' => '収納処理 項目チェック時エラー (支払期限桁不正)',
2373
+ 'W0100W612' => '収納処理 項目チェック時エラー (支払期限 日時の値不正)',
2374
+ 'W0100W613' => '収納処理 項目チェック時エラー (支払期限 過去日付不正)',
2375
+ 'W0100W614' => '収納処理 項目チェック時エラー (支払金額未設定)',
2376
+ 'W0100W615' => '収納処理 項目チェック時エラー (支払金額値不正)',
2377
+ 'W0100W616' => '収納処理 項目チェック時エラー (支払金額 ≦0)',
2378
+ 'W0100W617' => '収納処理 項目チェック時エラー (支払金額 > 999999)',
2379
+ 'W0100W640' => '収納情報重複エラー',
2380
+ 'W0100W641' => '収納情報論理削除済みエラー',
2381
+ 'W0100W670' => '収納DB OPEN時エラー',
2382
+ 'W0100W671' => '収納DB READ時エラー',
2383
+ 'W0100W672' => '収納DB INSERT時エラー',
2384
+ 'W0100W680' => 'ケータイ決済番号用シーケンスNoを取得できない',
2385
+ 'W0100W700' => '入金処理 項目チェックエラー(支払コード未設定)',
2386
+ 'W0100W701' => '入金処理 項目チェックエラー(企業コード未設定)',
2387
+ 'W0100W730' => '入金処理 未入金エラー',
2388
+ 'W0100W731' => '入金処理 未送信データなしエラー',
2389
+ 'W0100W740' => '入金処理 入金情報なしエラー',
2390
+ 'W0100W741' => '入金処理 入金情報論理削除済みエラー',
2391
+ 'W0100W770' => '入金処理 READ要求 入金DB OPEN時エラー',
2392
+ 'W0100W771' => '入金処理 READ要求 入金DB READ時エラー',
2393
+ 'W0100W772' => '入金処理 READ要求 入金DB UPDATE時エラー',
2394
+ 'W0100W773' => '入金処理 SEARCH要求 入金DB OPEN時エラー',
2395
+ 'W0100W774' => '入金処理 SEARCH要求 入金DB READ時エラー',
2396
+ 'W0100W775' => '入金処理 SEARCH要求 入金DB UPDATE時エラー',
2397
+ }.freeze
2398
+
2399
+ API_ERROR_MESSAGES = { en: API_ERROR_MESSAGES_EN, ja: API_ERROR_MESSAGES_JA }
106
2400
  end
107
- end
2401
+ end