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