gmo 0.3.0 → 0.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/CHANGELOG.md +20 -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/_entry_tran_brandtoken_gets_data_about_a_transaction.yml +38 -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_doesn_t_require_card_info_if_token_is_present.yml +69 -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/_void_tran_brandtoken_gets_data_about_order.yml +108 -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 +6 -1
- data/lib/gmo/const.rb +1159 -1
- data/lib/gmo/errors.rb +20 -2
- data/lib/gmo/remittance_api.rb +329 -0
- data/lib/gmo/shop_and_site_api.rb +73 -0
- data/lib/gmo/shop_api.rb +223 -2
- data/lib/gmo/site_api.rb +64 -0
- data/lib/gmo/version.rb +1 -1
- data/spec/gmo/{error_spec.rb → errors_spec.rb} +11 -2
- data/spec/gmo/remittance_api_spec.rb +504 -0
- data/spec/gmo/shop_and_site_api_spec.rb +74 -0
- data/spec/gmo/shop_api_spec.rb +278 -0
- data/spec/gmo/site_api_spec.rb +84 -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 +30 -4
data/fixtures/vcr_cassettes/GMO_Payment_SiteAPI/_search_brandtoken_gets_data_about_a_brandtoken.yml
ADDED
@@ -0,0 +1,74 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: post
|
5
|
+
uri: https://<HOST>/payment/TradedBrandtoken.idPass
|
6
|
+
body:
|
7
|
+
encoding: UTF-8
|
8
|
+
string: OrderID=<SHOP_PASS>502<SHOP_PASS>90974&MemberID=<SHOP_PASS>502<SHOP_PASS>90974&ShopID=<SHOP_ID>&ShopPass=<SHOP_PASS>&SiteID=<SITE_ID>&SitePass=<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
|
+
- Tue, 08 Aug 20<SHOP_PASS>7 <SHOP_PASS><SHOP_PASS>:<SHOP_PASS>6:<SHOP_PASS>5
|
25
|
+
GMT
|
26
|
+
Content-Type:
|
27
|
+
- text/plain;charset=Shift_JIS
|
28
|
+
Content-Length:
|
29
|
+
- '29'
|
30
|
+
Connection:
|
31
|
+
- close
|
32
|
+
Content-Language:
|
33
|
+
- ja-JP
|
34
|
+
body:
|
35
|
+
encoding: UTF-8
|
36
|
+
string: TokenSeq=0&CardNoToken=*************<SHOP_PASS><SHOP_PASS><SHOP_PASS>&Forward=2a99663
|
37
|
+
http_version:
|
38
|
+
recorded_at: Tue, 08 Aug 2017 11:16:15 GMT
|
39
|
+
- request:
|
40
|
+
method: post
|
41
|
+
uri: https://<HOST>/payment/SearchBrandtoken.idPass
|
42
|
+
body:
|
43
|
+
encoding: UTF-8
|
44
|
+
string: MemberID=<SHOP_PASS>502<SHOP_PASS>9<SHOP_PASS><SHOP_PASS><SHOP_PASS>7&SeqMode=0&SiteID=<SITE_ID>&SitePass=<SHOP_PASS>
|
45
|
+
headers:
|
46
|
+
Accept-Encoding:
|
47
|
+
- gzip;q=<SHOP_PASS>.0,deflate;q=0.6,identity;q=0.3
|
48
|
+
Accept:
|
49
|
+
- "*/*"
|
50
|
+
User-Agent:
|
51
|
+
- Ruby
|
52
|
+
response:
|
53
|
+
status:
|
54
|
+
code: 200
|
55
|
+
message: OK
|
56
|
+
headers:
|
57
|
+
Server:
|
58
|
+
- nginx
|
59
|
+
Date:
|
60
|
+
- Tue, 08 Aug 20<SHOP_PASS>7 <SHOP_PASS><SHOP_PASS>:<SHOP_PASS>8:37 GMT
|
61
|
+
Content-Type:
|
62
|
+
- text/plain;charset=Shift_JIS
|
63
|
+
Content-Length:
|
64
|
+
- '29'
|
65
|
+
Connection:
|
66
|
+
- close
|
67
|
+
Content-Language:
|
68
|
+
- ja-JP
|
69
|
+
body:
|
70
|
+
encoding: UTF-8
|
71
|
+
string: TokenSeq=0&DefaultFlag=0&CardName=&CardNoToken=*************111&Expire=2212&HolderName=&DeleteFlag=0
|
72
|
+
http_version:
|
73
|
+
recorded_at: Tue, 08 Aug 2017 11:18:38 GMT
|
74
|
+
recorded_with: VCR 3.0.3
|
@@ -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.
|
@@ -94,6 +95,10 @@ module GMO
|
|
94
95
|
include ShopAndSiteAPIMethods
|
95
96
|
end
|
96
97
|
|
98
|
+
class RemittanceAPI < API
|
99
|
+
include RemittanceAPIMethods
|
100
|
+
end
|
101
|
+
|
97
102
|
end
|
98
103
|
|
99
104
|
# Set up the http service GMO methods used to make requests
|
@@ -102,4 +107,4 @@ module GMO
|
|
102
107
|
end
|
103
108
|
|
104
109
|
GMO.http_service = NetHTTPService
|
105
|
-
end
|
110
|
+
end
|
data/lib/gmo/const.rb
CHANGED
@@ -1,8 +1,22 @@
|
|
1
1
|
module GMO
|
2
2
|
module Const
|
3
|
+
ACCOUNT_TYPES_MAP = {
|
4
|
+
:normal => 1,
|
5
|
+
:current => 2,
|
6
|
+
:savings => 4
|
7
|
+
}.freeze
|
8
|
+
|
9
|
+
TOKEN_TYPES_MAP = {
|
10
|
+
apple_pay: 'APay'
|
11
|
+
}.freeze
|
12
|
+
|
3
13
|
INPUT_PARAMS = {
|
4
14
|
:access_id => "AccessID",
|
5
15
|
:access_pass => "AccessPass",
|
16
|
+
:account_name => "Account_Name",
|
17
|
+
:account_number => "Account_Number",
|
18
|
+
:account_number_jp => "Account_Number_Jpbank",
|
19
|
+
:account_type => "Account_Type",
|
6
20
|
:address_1 => "Address1",
|
7
21
|
:address_2 => "Address2",
|
8
22
|
:address_3 => "Address3",
|
@@ -10,6 +24,10 @@ module GMO
|
|
10
24
|
:address_5 => "Address5",
|
11
25
|
:address_6 => "Address6",
|
12
26
|
:amount => "Amount",
|
27
|
+
:bank_code => "Bank_Code",
|
28
|
+
:bank_id => "Bank_ID",
|
29
|
+
:branch_code => "Branch_Code",
|
30
|
+
:branch_code_jp => "Branch_Code_Jpbank",
|
13
31
|
:cancel_amount => "CancelAmount",
|
14
32
|
:cancel_tax => "CancelTax",
|
15
33
|
:card_name => "CardName",
|
@@ -29,6 +47,10 @@ module GMO
|
|
29
47
|
:customer_kana => "CustomerKana",
|
30
48
|
:customer_name => "CustomerName",
|
31
49
|
:default_flag => "DefaultFlag",
|
50
|
+
:deposit_id => "Deposit_ID",
|
51
|
+
:deposit_account_name => "Mail_Deposit_Account_Name",
|
52
|
+
:deposit_email => "Mail_Address",
|
53
|
+
:deposit_shop_email => "Shop_Mail_Address",
|
32
54
|
:device_category => "DeviceCategory",
|
33
55
|
:docomo_disp_1 => "DocomoDisp1",
|
34
56
|
:docomo_disp_2 => "DocomoDisp2",
|
@@ -36,6 +58,7 @@ module GMO
|
|
36
58
|
:eddy_add_info_2 => "EdyAddInfo2",
|
37
59
|
:expire => "Expire",
|
38
60
|
:first_month_free_flag => "FirstMonthFreeFlag",
|
61
|
+
:free => "Free",
|
39
62
|
:holder_name => "HolderName",
|
40
63
|
:http_accept => "HttpAccept",
|
41
64
|
:http_user_agent => "HttpUserAgent",
|
@@ -102,6 +125,8 @@ module GMO
|
|
102
125
|
:td_tenant_name => "TdTenantName",
|
103
126
|
:tel_no => "TelNo",
|
104
127
|
:token => "Token",
|
128
|
+
:token_seq => "TokenSeq",
|
129
|
+
:token_type => "TokenType",
|
105
130
|
:error_rcv_url => "ErrorRcvURL",
|
106
131
|
:product_name => "ProductName",
|
107
132
|
:product_image_url => "ProductImageUrl",
|
@@ -110,6 +135,1139 @@ module GMO
|
|
110
135
|
:lang_cd => "LangCd",
|
111
136
|
:user_info => "UserInfo",
|
112
137
|
:package_name => "PackageName"
|
113
|
-
}
|
138
|
+
}.freeze
|
139
|
+
|
140
|
+
API_ERROR_MESSAGES_EN = {
|
141
|
+
'000' => 'Token acquisition completed normally',
|
142
|
+
'100' => 'Card number Required check error',
|
143
|
+
'101' => 'Card number format error (inclusive of numbers)',
|
144
|
+
'102' => 'Card number format error (out of 10-16 digit range)',
|
145
|
+
'110' => 'Expiration date mandatory check error',
|
146
|
+
'111' => 'Expiration date format error (including numbers)',
|
147
|
+
'112' => 'Expiration date format error (other than 6 or 4 digits)',
|
148
|
+
'113' => 'Expiration format error (Month is 13 or more)',
|
149
|
+
'121' => 'Security code format error (inclusive of numbers)',
|
150
|
+
'122' => 'Security code format error (5 digits or more)',
|
151
|
+
'131' => 'Nominee format error (Half size alphanumeric characters, including some symbols)',
|
152
|
+
'132' => 'Holder format error (51 digits or more)',
|
153
|
+
'501' => 'Token parameter (id) has not been transmitted',
|
154
|
+
'502' => 'Token parameter (id) does not exist in the master',
|
155
|
+
'511' => 'The token parameter (cardInfo) has not been transmitted',
|
156
|
+
'512' => 'Token parameter (cardInfo) can not be decrypted',
|
157
|
+
'521' => 'Token parameter (key) has not been transmitted',
|
158
|
+
'522' => 'Token parameter (key) can not be decrypted',
|
159
|
+
'531' => 'Token parameter (callBack) has not been sent',
|
160
|
+
'541' => 'Token parameter (hash) does not exist',
|
161
|
+
'551' => 'Apikey for token does not exist ID',
|
162
|
+
'552' => 'Apikey for token is not valid',
|
163
|
+
'553' => 'Token has been used.',
|
164
|
+
'901' => 'System error inside multipayment',
|
165
|
+
|
166
|
+
'42C010000' => 'Settlement process failed. Please try again from the management console',
|
167
|
+
'42C030000' => 'Settlement process failed. Please try again from the management console',
|
168
|
+
'42C120000' => 'Settlement process failed. Please try again from the management console',
|
169
|
+
'42C130000' => 'Settlement process failed. Please try again from the management console',
|
170
|
+
'42C140000' => 'Settlement process failed. Please try again from the management console',
|
171
|
+
'42C150000' => 'Settlement process failed. Please try again from the management console',
|
172
|
+
'42C500000' => 'Settlement process failed. Please try again from the management console',
|
173
|
+
'42C510000' => 'Settlement process failed. Please try again from the management console',
|
174
|
+
'42C530000' => 'Settlement process failed. Please try again from the management console',
|
175
|
+
'42C540000' => 'Settlement process failed. Please try again from the management console',
|
176
|
+
'42C550000' => 'Settlement process failed. Please try again from the management console',
|
177
|
+
'42C560000' => 'Settlement process failed. Please try again from the management console',
|
178
|
+
'42C570000' => 'Settlement process failed. Please try again from the management console',
|
179
|
+
'42C580000' => 'Settlement process failed. Please try again from the management console',
|
180
|
+
'42C600000' => 'Settlement process failed. Please try again from the management console',
|
181
|
+
'42C700000' => 'Settlement process failed. Please try again from the management console',
|
182
|
+
'42C710000' => 'Settlement process failed. Please try again from the management console',
|
183
|
+
'42C720000' => 'Settlement process failed. Please try again from the management console',
|
184
|
+
'42C730000' => 'Settlement process failed. Please try again from the management console',
|
185
|
+
'42C740000' => 'Settlement process failed. Please try again from the management console',
|
186
|
+
'42C750000' => 'Settlement process failed. Please try again from the management console',
|
187
|
+
'42C760000' => 'Settlement process failed. Please try again from the management console',
|
188
|
+
'42C770000' => 'Settlement process failed. Please try again from the management console',
|
189
|
+
'42C780000' => 'Settlement process failed. Please try again from the management console',
|
190
|
+
'42G020000' => 'Card balance is insufficient',
|
191
|
+
'42G030000' => 'Card limit has been exceeded',
|
192
|
+
'42G040000' => 'Card balance is insufficient',
|
193
|
+
'42G050000' => 'Card limit has been exceeded',
|
194
|
+
'42G120000' => 'Card is not valid for transactions',
|
195
|
+
'42G220000' => 'Card is not valid for transactions',
|
196
|
+
'42G300000' => 'Card is not valid for transactions',
|
197
|
+
'42G420000' => 'PIN is incorrect',
|
198
|
+
'42G440000' => 'Security code is incorrect',
|
199
|
+
'42G450000' => 'Security code not provided',
|
200
|
+
'42G540000' => 'Card is not valid for transactions',
|
201
|
+
'42G550000' => 'Card limit has been exceeded',
|
202
|
+
'42G560000' => 'Card is not valid for transactions',
|
203
|
+
'42G600000' => 'Card is not valid for transactions',
|
204
|
+
'42G610000' => 'Card is not valid for transactions',
|
205
|
+
'42G650000' => 'Card number is incorrect',
|
206
|
+
'42G670000' => 'Product code is incorrect',
|
207
|
+
'42G680000' => 'Amount is incorrect',
|
208
|
+
'42G690000' => 'Tax/Shipping is incorrect',
|
209
|
+
'42G700000' => 'Number of bonuses is incorrect',
|
210
|
+
'42G710000' => 'Bonus month is incorrect',
|
211
|
+
'42G720000' => 'Bonus amount is incorrect',
|
212
|
+
'42G730000' => 'Payment start month is incorrect',
|
213
|
+
'42G740000' => 'Number of installments is incorrect',
|
214
|
+
'42G750000' => 'Installment amount is incorrect',
|
215
|
+
'42G760000' => 'Initial amount is incorrect',
|
216
|
+
'42G770000' => 'Task classification is incorrect',
|
217
|
+
'42G780000' => 'Payment classification is incorrect',
|
218
|
+
'42G790000' => 'Reference classification is incorrect',
|
219
|
+
'42G800000' => 'Cancellation classification is incorrect',
|
220
|
+
'42G810000' => 'Cancellation handling classification is incorrect',
|
221
|
+
'42G830000' => 'Expiration date is incorrect',
|
222
|
+
'42G950000' => 'Card is not valid for transactions',
|
223
|
+
'42G960000' => 'Card is not valid for transactions',
|
224
|
+
'42G970000' => 'Card is not valid for transactions',
|
225
|
+
'42G980000' => 'Card is not valid for transactions',
|
226
|
+
'42G990000' => 'Card is not valid for transactions',
|
227
|
+
|
228
|
+
'AU1000001' => '[Settlement request] Failed to communicate with the connected settlement center',
|
229
|
+
'AU1000002' => '[Settlement request] An input parameter error occurred while connecting to the settlement center',
|
230
|
+
'AU1000003' => '[Settlement request] A transaction failure cancellation has occurred in the settlement center',
|
231
|
+
'AU1000004' => '[Settlement request] An error has occurred in au simple OpenID connection termination',
|
232
|
+
'AU1000005' => '[Operation canceled] Customer canceled the payment in au simple settlement',
|
233
|
+
'AMPL40505' => 'The input credit card is invalid',
|
234
|
+
'AMPL40506' => 'A system error has occurred in the connected datacenter',
|
235
|
+
'AMPL90000' => 'A system error has occurred in the connected datacenter',
|
236
|
+
|
237
|
+
'BA1010001' => 'Shop ID is not specified',
|
238
|
+
'BA1010005' => 'Shop ID length is incorrect',
|
239
|
+
'BA1020001' => 'Shop Pass is not specified',
|
240
|
+
'BA1020005' => 'Shop Pass length is incorrect',
|
241
|
+
'BA1020008' => 'Shop Pass contains invalid characters',
|
242
|
+
'BA1030001' => 'Method is not specified',
|
243
|
+
'BA1030007' => 'Method value is not valid for its enumeration',
|
244
|
+
'BA1040001' => 'Bank ID is not specified',
|
245
|
+
'BA1040005' => 'Bank ID length is incorrect',
|
246
|
+
'BA1040008' => 'Bank ID contains invalid characters',
|
247
|
+
'BA1050001' => 'Bank Code is not specified',
|
248
|
+
'BA1050005' => 'Bank Code length is incorrect',
|
249
|
+
'BA1050008' => 'Bank Code may only contain single-byte numeric characters',
|
250
|
+
'BA1060001' => 'Branch Code is not specified',
|
251
|
+
'BA1060005' => 'Branch Code length is incorrect',
|
252
|
+
'BA1060008' => 'Branch Code may only contain single-byte numeric characters',
|
253
|
+
'BA1060010' => 'Branch Code is not valid for Japan Post Bank format',
|
254
|
+
'BA1070001' => 'Account Type is not specified',
|
255
|
+
'BA1070007' => 'Account Type value is not valid for its enumeration',
|
256
|
+
'BA1080001' => 'Account Number is not specified',
|
257
|
+
'BA1080005' => 'Account Number length is incorrect',
|
258
|
+
'BA1080008' => 'Account Number may only contain single-byte numeric characters',
|
259
|
+
'BA1080010' => 'Account Number is not valid for Japan Post Bank format',
|
260
|
+
'BA1090001' => 'Account Name is not specified',
|
261
|
+
'BA1090003' => 'Account Name exceeds maximum allowed length',
|
262
|
+
'BA1090008' => 'Account Name contains invalid characters',
|
263
|
+
'BA1100003' => 'Memo exceeds maximum allowed length',
|
264
|
+
'BA1110001' => 'Deposit ID is not specified',
|
265
|
+
'BA1110005' => 'Deposit ID length is incorrect',
|
266
|
+
'BA1110008' => 'Deposit ID may only contain single-byte alphanumeric and hyphen characters',
|
267
|
+
'BA1120001' => 'Amount is not specified',
|
268
|
+
'BA1120005' => 'Amount length is incorrect',
|
269
|
+
'BA1120008' => 'Amount must be a positive integer',
|
270
|
+
'BA1120072' => 'Amount exceeds available funds',
|
271
|
+
'BA1210007' => 'Account Type is not specified',
|
272
|
+
'BA1220005' => 'Branch Code Jpbank exceeds maximum allowed length',
|
273
|
+
'BA1220008' => 'Branch Code Jpbank may only contain single-byte numeric characters',
|
274
|
+
'BA1230005' => 'Account Number Jpbank exceeds maximum allowed length',
|
275
|
+
'BA1230008' => 'Account Number Jpbank may only contain single-byte numeric characters',
|
276
|
+
'BA1250007' => 'Japan Post Bank error. Combination of Branch Code Jpbank and Account Number Jpbank are invalid',
|
277
|
+
'BA1500002' => 'Shop does not exist for specified Shop ID or Shop Pass',
|
278
|
+
'BA1500010' => 'The specified Shop has invalid settings',
|
279
|
+
'BA1510007' => 'The desposit or withdrawal function cannot be used for the specified Shop',
|
280
|
+
'BA1520002' => 'Account not found for the for specified Bank ID (or has been deleted)',
|
281
|
+
'BA1520071' => 'Account registration failed. Bank ID already exists (includes deleted Bank IDs)',
|
282
|
+
'BA1530002' => 'Bank does not exist for the combination of Bank Code and Branch Code',
|
283
|
+
'BA1540071' => 'Deposit registration failed. Deposit ID already exists',
|
284
|
+
'BA1540072' => 'Deposit not found for the specified Deposit ID ',
|
285
|
+
'BA1550071' => 'Deposit cancellation failed. Desposit is in a non-cancellable status',
|
286
|
+
'BA1600071' => 'Balance record does not exist for the specified Shop ID',
|
287
|
+
'BA1610002' => 'Mail Deposit does not exist for the specified Mail Address',
|
288
|
+
'BA1610073' => 'Mail Deposit cancellation failed. Mail Desposit is in a non-cancellable status',
|
289
|
+
'BA1620001' => 'Mail Deposit registration failed. Mail Address is not specified',
|
290
|
+
'BA1620010' => 'Mail Deposit registration failed. Mail Address is invalid',
|
291
|
+
'BA1630010' => 'Mail Deposit registration failed. Shop Mail Address is invalid',
|
292
|
+
'BA1640001' => 'Mail Deposit registration failed. Expire is not specified',
|
293
|
+
'BA1640010' => 'Mail Deposit registration failed. Expire is invalid',
|
294
|
+
'BA1650007' => 'Mail Deposit registration failed. Contract does not allow usage',
|
295
|
+
'BA1660002' => 'Mail Deposit registration failed. Contact address has not been setup',
|
296
|
+
'BA1099999' => 'System error. Please wait and try again',
|
297
|
+
'BA9000000' => 'System maintenance in progress',
|
298
|
+
'B01000002' => 'Non-delivery due to mobile device email address change or rejection of the sender domain, etc',
|
299
|
+
'B01000003' => 'Order Number does not exist in the Edy Center system',
|
300
|
+
'B01000100' => 'Order Number in the settlement request has already been registered in the Edy Center system',
|
301
|
+
'B01001011' => 'Mall ID is invalid (tag not present)',
|
302
|
+
'B01001012' => 'Mall ID is invalid (no value)',
|
303
|
+
'B01001013' => 'Mall ID is invalid (size error)',
|
304
|
+
'B01001014' => 'Mall ID is invalid (attribute error)',
|
305
|
+
'B01001021' => 'Order Number is invalid (tag not present)',
|
306
|
+
'B01001022' => 'Order Number is invalid (no value)',
|
307
|
+
'B01001023' => 'Order Number is invalid (size error)',
|
308
|
+
'B01001024' => 'Order Number is invalid (attribute error)',
|
309
|
+
'B01001031' => 'Purchase Amount is invalid (tag not present)',
|
310
|
+
'B01001032' => 'Purchase Amount is invalid (no value)',
|
311
|
+
'B01001033' => 'Purchase Amount is invalid (size error)',
|
312
|
+
'B01001034' => 'Purchase Amount is invalid (attribute error)',
|
313
|
+
'B01001035' => 'Purchase Amount is invalid (value error)',
|
314
|
+
'B01001041' => 'User Email Address is invalid (tag not present)',
|
315
|
+
'B01001042' => 'User Email Address is invalid (no value)',
|
316
|
+
'B01001043' => 'User Email Address is invalid (size error)',
|
317
|
+
'B01001044' => 'To Datetime is invalid (attribute error)',
|
318
|
+
'B01001045' => 'User Email Address is invalid (value error)',
|
319
|
+
'B01001055' => 'Search Condition has exceeded the specified range',
|
320
|
+
'B01001064' => 'Backup is invalid (attribute error)',
|
321
|
+
'B01001083' => 'Invoice Emails is invalid (size error)',
|
322
|
+
'B01001111' => 'Settlement Completion Notification is invalid (tag not present)',
|
323
|
+
'B01001112' => 'Settlement Completion Notification is invalid (no value)',
|
324
|
+
'B01001113' => 'Settlement Completion Notification is invalid (size error)',
|
325
|
+
'B01001114' => 'Settlement Completion Notification is invalid (attribute error)',
|
326
|
+
'B01001121' => 'Expiration Date is invalid (tag not present)',
|
327
|
+
'B01001122' => 'Expiration Date is invalid (no value)',
|
328
|
+
'B01001123' => 'Expiration Date is invalid (size error)',
|
329
|
+
'B01001124' => 'Expiration Date is invalid (attribute error)',
|
330
|
+
'B01001125' => 'Expiration Date is invalid (value error)',
|
331
|
+
'B01002001' => 'Service of Edy Center system has stopped',
|
332
|
+
'B01002010' => 'Merchant ID cannot be used (unregistered)',
|
333
|
+
'B01002011' => 'Merchant ID cannot be used (closed state)',
|
334
|
+
'B01002012' => 'Merchant ID cannot be used (outside the application period)',
|
335
|
+
'B01003001' => 'System error 1',
|
336
|
+
'B01003002' => 'System error 2',
|
337
|
+
'B01003007' => 'System error 3',
|
338
|
+
'B01003008' => 'System error 4',
|
339
|
+
'B01003009' => 'System error 5',
|
340
|
+
'B01004001' => 'Merchant ID is different than the client certificate',
|
341
|
+
'B01007001' => 'Settlement Notification URL is invalid (tag not present)',
|
342
|
+
'B01007002' => 'Settlement Notification URL is invalid (no value)',
|
343
|
+
'B01007003' => 'Settlement Notification URL is invalid (size error)',
|
344
|
+
'B01007004' => 'Settlement Notification URL is invalid (attribute error)',
|
345
|
+
'B01007005' => 'Settlement Notification URL is invalid (value error)',
|
346
|
+
'B01007011' => 'User Email Address is invalid (attribute error)',
|
347
|
+
'B01007021' => 'Mall Email Address is invalid (attribute error)',
|
348
|
+
'B01009000' => 'Settlement Request - Merchant ID is invalid',
|
349
|
+
'B01009001' => 'Settlement Request. Password is invalid',
|
350
|
+
'B01009002' => 'Settlement Request - Order Number is invalid',
|
351
|
+
'B01009003' => 'Settlement Request - Amount is invalid',
|
352
|
+
'B01009004' => 'Settlement Request - User Email Address is invalid',
|
353
|
+
'B01009005' => 'Settlement Request - Merchant Email Address is invalid',
|
354
|
+
'B01009006' => 'Settlement Request - Backup is invalid',
|
355
|
+
'B01009007' => 'Settlement Request - Customer Name is invalid',
|
356
|
+
'B01009008' => 'Settlement Request - Invoice Emails is invalid',
|
357
|
+
'B01009009' => 'Settlement Request - Settlement Completion Emails is invalid',
|
358
|
+
'B01009010' => 'Settlement Request - Store Name is invalid',
|
359
|
+
'B01009011' => 'Settlement Request - Settlement Notification URL is invalid',
|
360
|
+
'B01009012' => 'Settlement Request - Expiration Date is invalid',
|
361
|
+
'B01009013' => 'Settlement Request - XML format error',
|
362
|
+
'B01009014' => 'Settlement Request - HTML error. Unexpected contents sent from Edy Center system',
|
363
|
+
'B01009050' => 'Settlement Result Inquiry - Merchant ID is invalid',
|
364
|
+
'B01009051' => 'Settlement Result Inquiry. Password is invalid',
|
365
|
+
'B01009052' => 'Settlement Result Inquiry - Order Number is invalid',
|
366
|
+
'B01009053' => 'Settlement Result Inquiry - From Datetime is invalid',
|
367
|
+
'B01009054' => 'Settlement Result Inquiry - To Datetime is invalid',
|
368
|
+
'B01009055' => 'Settlement Result Inquiry - Search Pattern is invalid',
|
369
|
+
'B01009056' => 'Settlement Result Inquiry - XML error',
|
370
|
+
'B01009057' => 'Settlement Result Inquiry - HTML error',
|
371
|
+
'B01009100' => 'Abnormal HTTP response code received from the center (100) HTTP-Status-Continue',
|
372
|
+
'B01009101' => 'Abnormal HTTP response code received from the center (101) HTTP-Status-SwitchingProtocol',
|
373
|
+
'B01009201' => 'Abnormal HTTP response code received from the center (201) HTTP-Status-Created',
|
374
|
+
'B01009202' => 'Abnormal HTTP response code received from the center (202) HTTP-Status-Accepted',
|
375
|
+
'B01009203' => 'Abnormal HTTP response code received from the center (203) HTTP-Status-NonAuthoritativeInfomation',
|
376
|
+
'B01009204' => 'Abnormal HTTP response code received from the center (204) HTTP-Status-NoContent',
|
377
|
+
'B01009205' => 'Abnormal HTTP response code received from the center (205) HTTP-Status-ResetContent',
|
378
|
+
'B01009206' => 'Abnormal HTTP response code received from the center (206) HTTP-Status-PartialContent',
|
379
|
+
'B01009300' => '(300) HTTP-Status-MultipleChoices',
|
380
|
+
'B01009301' => '(301) HTTP-Status-MovePermanently',
|
381
|
+
'B01009302' => '(302) HTTP-Status-MovedTemporarily',
|
382
|
+
'B01007600' => 'Server unavailable',
|
383
|
+
'B01009303' => '(303) HTTP-Status-SeeOther',
|
384
|
+
'B01009304' => '(304) HTTP-Status-NotModified',
|
385
|
+
'B01009305' => '(305) HTTP-Status-UseProxy',
|
386
|
+
'B01009400' => '(400) HTTP-Status-BadRequest',
|
387
|
+
'B01009401' => '(401) HTTP-Status-Unauthorized',
|
388
|
+
'B01009402' => '(402) HTTP-Status-PaymentRequired',
|
389
|
+
'B01009403' => '(403) HTTP-Status-Forbidden',
|
390
|
+
'B01009404' => '(404) HTTP-Status-NotFound',
|
391
|
+
'B01009405' => '(405) HTTP-Status-MethodNotAllowed',
|
392
|
+
'B01009406' => '(406) HTTP-Status-NotAcceptable',
|
393
|
+
'B01009407' => '(407) HTTP-Status-ProxyAuthenticationRequired',
|
394
|
+
'B01009408' => '(408) HTTP-Status-RequestTimeout',
|
395
|
+
'B01009409' => '(409) HTTP-Status-Conflict',
|
396
|
+
'B01009410' => '(410) HTTP-Status-Gone',
|
397
|
+
'B01009411' => '(411) HTTP-Status-LengthRequired',
|
398
|
+
'B01009412' => '(412) HTTP-Status-PreconditionFailed',
|
399
|
+
'B01009413' => '(413) HTTP-Status-RequestEntityTooLarge',
|
400
|
+
'B01009414' => '(414) HTTP-Status-RequestURITooLong',
|
401
|
+
'B01009415' => '(415) HTTP-Status-UnsupportedMediaType',
|
402
|
+
'B01009500' => '(500) HTTP-Status-InternalServerError',
|
403
|
+
'B01009501' => '(501) HTTP-Status-NotInplemented',
|
404
|
+
'B01009502' => '(502) HTTP-Status-BadGateway',
|
405
|
+
'B01009503' => '(503) HTTP-Status-ServiceUnavailable',
|
406
|
+
'B01009504' => '(504) HTTP-Status-GatewayTimeout',
|
407
|
+
'B01009505' => '(505) HTTP-Status-HTTPVersionNotSupported',
|
408
|
+
'B01009600' => 'Error while initializing communication with the Center',
|
409
|
+
'B01009601' => 'Error while initializing communication with the Center (name resolution)',
|
410
|
+
'B01009602' => 'Error while initializing communication with the Center (IP address resolution)',
|
411
|
+
'B01009603' => 'Error while initializing communication with the Center (connect)',
|
412
|
+
'B01009604' => 'Error during communication with the Center',
|
413
|
+
'B01009605' => 'Error during communication with the Center (while receiving)',
|
414
|
+
'B01009606' => 'Error during communication with the Center (while transmitting)',
|
415
|
+
'B01009607' => 'Received abnormal response content from the Center (HTTP Header portion)',
|
416
|
+
'B01009610' => 'Error while initializing communication with the Proxy server',
|
417
|
+
'B01009611' => 'Error while initializing communication with the Proxy server (name resolution)',
|
418
|
+
'B01009612' => 'Error while initializing communication with the Proxy server (IP address resolution)',
|
419
|
+
'B01009613' => 'Error while initializing communication with the Proxy server (connect)',
|
420
|
+
'B01009614' => 'Error during communication with the Proxy server',
|
421
|
+
'B01009615' => 'Error during communication with the Proxy server (while receiving)',
|
422
|
+
'B01009616' => 'Error during communication with the Proxy server (while transmitting)',
|
423
|
+
'B01009617' => 'Received abnormal response content from the Proxy server',
|
424
|
+
'B01009620' => 'Error while initializing SSL communication',
|
425
|
+
'B01009621' => 'Error while initializing SSL communication',
|
426
|
+
'B01009622' => 'Error while initializing SSL communication',
|
427
|
+
'B01009623' => 'Error while initializing SSL communication',
|
428
|
+
'B01009624' => 'Error while initializing SSL communication',
|
429
|
+
'B01009625' => 'Error while initializing SSL communication',
|
430
|
+
'B01009626' => 'Error during the handshake of SSL communication',
|
431
|
+
'B01009627' => 'Error during the handshake of SSL communication',
|
432
|
+
'B01009628' => 'Error during the handshake of SSL communication',
|
433
|
+
'B01009629' => 'Error during reception of SSL communication',
|
434
|
+
'B01009630' => 'Error while transmitting SSL communication',
|
435
|
+
'B01009700' => 'Failed to read definition file (socket definition file)',
|
436
|
+
'B01009701' => 'Failed to read definition file (communication definition file)',
|
437
|
+
'B01009702' => 'Failed to read definition file (log definition file)',
|
438
|
+
'B01009900' => 'MobileEdy settlement program internal error',
|
439
|
+
'B01009901' => 'URL interpretation failed',
|
440
|
+
'B01009902' => 'Character code conversion failed',
|
441
|
+
'B01009903' => 'URL protocol error',
|
442
|
+
'B01009904' => 'SIGTERM received',
|
443
|
+
'B01009999' => 'XML string interpretation failed',
|
444
|
+
|
445
|
+
'D01000001' => 'System communication error or transaction failure. Please contact support',
|
446
|
+
'D01000002' => 'System communication error or transaction failure. Please contact support',
|
447
|
+
'D01000099' => 'System communication error or transaction failure. Please contact support',
|
448
|
+
|
449
|
+
'E01010001' => 'Shop ID not specified',
|
450
|
+
'E01010008' => 'Shop ID contains invalid characters or is too long',
|
451
|
+
'E01010010' => 'Shop ID is invalid',
|
452
|
+
'E01020001' => 'Shop Password not specified',
|
453
|
+
'E01020008' => 'Shop Password contains invalid characters or is too long',
|
454
|
+
'E01030002' => 'Shop ID and Password are invalid',
|
455
|
+
'E01040001' => 'Order ID not specified',
|
456
|
+
'E01040003' => 'Order ID too long',
|
457
|
+
'E01040010' => 'Order ID previously used',
|
458
|
+
'E01040013' => 'Order ID contains characters other than a-z, A-Z, 0-9 and -',
|
459
|
+
'E01050001' => 'Process Classification not specified',
|
460
|
+
'E01050002' => 'Process Classification is invalid',
|
461
|
+
'E01050004' => 'Process Classification can not be executed',
|
462
|
+
'E01060001' => 'Amount not specified',
|
463
|
+
'E01060005' => 'Amount exceeds maximum allowed',
|
464
|
+
'E01060006' => 'Amount contains non-numeric characters',
|
465
|
+
'E01060010' => 'Capture Amount does not match Authorization Amount',
|
466
|
+
'E01070005' => 'Tax/Shipping exceeds maximum allowed',
|
467
|
+
'E01070006' => 'Tax/Shipping contains non-numeric characters',
|
468
|
+
'E01080007' => 'User Authentication Flag is not 1 or 0',
|
469
|
+
'E01080010' => 'User Authentication Flag does not match administration screen',
|
470
|
+
'E01080101' => 'User Authentication Flag is 0, however store requires User Authentication',
|
471
|
+
'E01090001' => 'Access ID not specified',
|
472
|
+
'E01090008' => 'Access ID incorrectly formatted',
|
473
|
+
'E01100001' => 'Access Password not specified',
|
474
|
+
'E01100008' => 'Access Password incorrectly formatted',
|
475
|
+
'E01110002' => 'Access ID and Password are invalid',
|
476
|
+
'E01110010' => 'Transaction settlement is not complete',
|
477
|
+
'E01130012' => 'Card Company Abbreviation is too long',
|
478
|
+
'E01170001' => 'Card Number not specified',
|
479
|
+
'E01170003' => 'Card Number too long',
|
480
|
+
'E01170006' => 'Card Number contains non-numeric characters',
|
481
|
+
'E01170011' => 'Card Number not 10-16 characters in length',
|
482
|
+
'E01180001' => 'Expiration Date not specified',
|
483
|
+
'E01180003' => 'Expiration Date is not four characters in length',
|
484
|
+
'E01180006' => 'Expiration Date contains non-numeric characters',
|
485
|
+
'E01190001' => 'Site ID is not specified',
|
486
|
+
'E01190008' => 'Site ID incorrectly formatted',
|
487
|
+
'E01200001' => 'Site Password not specified',
|
488
|
+
'E01200008' => 'Site Password incorrectly formatted',
|
489
|
+
'E01210002' => 'Site ID and Password are invalid',
|
490
|
+
'E01220001' => 'Member ID is not specified',
|
491
|
+
'E01220008' => 'Member ID incorrectly formatted',
|
492
|
+
'E01230006' => 'Card Registration Consecutive Number contains non-numeric characters',
|
493
|
+
'E01230009' => 'Card Registration Consecutive Number exceeds maximum registration capacity',
|
494
|
+
'E01240002' => 'Card specified does not exist',
|
495
|
+
'E01240012' => 'Member ID specified is redundant in file',
|
496
|
+
'E01250008' => 'Card Password incorrectly formatted',
|
497
|
+
'E01250010' => 'Card Password is invalid',
|
498
|
+
'E01260001' => 'Payment Method not specified',
|
499
|
+
'E01260002' => 'Payment Method is invalid',
|
500
|
+
'E01260010' => 'Payment Method specified can not be used',
|
501
|
+
'E01270001' => 'Number of Payments not specified',
|
502
|
+
'E01270005' => 'Number of Payments exceeds maximum allowed',
|
503
|
+
'E01270006' => 'Number of Payments contains non-numeric characters',
|
504
|
+
'E01270010' => 'Number of Payments specified is invalid',
|
505
|
+
'E01290001' => 'HTTP_ACCEPT not specified',
|
506
|
+
'E01300001' => 'HTTP_USER_AGENT not specified',
|
507
|
+
'E01310002' => 'Terminal not specified',
|
508
|
+
'E01310007' => 'Terminal values other than 1 or 0 are for the terminal to use',
|
509
|
+
'E01320012' => 'Client Field 1 too long',
|
510
|
+
'E01330012' => 'Client Field 2 too long',
|
511
|
+
'E01340012' => 'Client Field 3 too long',
|
512
|
+
'E01350001' => 'MD not specified',
|
513
|
+
'E01350008' => 'MD incorrectly formatted',
|
514
|
+
'E01360001' => 'PaRes not specified',
|
515
|
+
'E01370008' => 'User Authentication Display Name incorrectly formatted',
|
516
|
+
'E01370012' => 'User Authentication Display Name too long',
|
517
|
+
'E01390002' => 'Site ID and Member ID do not exist',
|
518
|
+
'E01390010' => 'Site ID and Member ID already exist',
|
519
|
+
'E01400007' => 'Client Field Flag is not 1 or 0',
|
520
|
+
'E01410010' => 'Transaction is set to prohibited status',
|
521
|
+
'E01420010' => 'Transaction authorization is too old',
|
522
|
+
'E01430012' => 'Member Name too long',
|
523
|
+
'E01440008' => 'Default Card Flag incorrectly formatted',
|
524
|
+
'E01450008' => 'Product Code incorrectly formatted',
|
525
|
+
'E01460008' => 'Security Code incorrectly formatted',
|
526
|
+
'E01470008' => 'Card Registration Consecutive Number incorrectly formatted',
|
527
|
+
'E01480008' => 'Cardholder Name incorrectly formatted',
|
528
|
+
'E01490005' => 'Amount + Tax/Shipping exceeds maximum allowed',
|
529
|
+
'E01800001' => 'PIN not specified',
|
530
|
+
'E01800008' => 'PIN incorrectly formatted',
|
531
|
+
'E01800010' => 'PIN is invalid',
|
532
|
+
'E11010001' => 'Transaction settlement already complete',
|
533
|
+
'E11010002' => 'Transaction settlement is not complete and thus can not be modified',
|
534
|
+
'E11010003' => 'Transaction Process Classification can not be performed',
|
535
|
+
'E11010010' => 'Transaction process can not be performed because transaction is more than 180 days old',
|
536
|
+
'E11010011' => 'Transaction process can not be performed because transaction is more than 180 days old',
|
537
|
+
'E11010012' => 'Transaction process can not be performed because transaction is more than 180 days old',
|
538
|
+
'E11010013' => 'Transaction process can not be performed because transaction is more than 180 days old',
|
539
|
+
'E11010014' => 'Transaction process can not be performed because transaction is more than 180 days old',
|
540
|
+
'E11010099' => 'Card can not be used',
|
541
|
+
'E11010999' => 'Card can not be used',
|
542
|
+
'E21010001' => 'User Authentication failed - please try again',
|
543
|
+
'E21010007' => 'User Authentication failed - please try again',
|
544
|
+
'E21010999' => 'User Authentication failed - please try again',
|
545
|
+
'E21020001' => 'User Authentication failed - please try again',
|
546
|
+
'E21020002' => 'User Authentication failed - please try again',
|
547
|
+
'E21020007' => 'User Authentication failed - please try again',
|
548
|
+
'E21020999' => 'User Authentication failed - please try again',
|
549
|
+
'E21010201' => 'Card does not support User Authentication',
|
550
|
+
'E21010202' => 'Card does not support User Authentication',
|
551
|
+
'E31500014' => 'Request method must be POST, not GET',
|
552
|
+
'E41170002' => 'Card can not be used',
|
553
|
+
'E41170099' => 'Card Number is incorrect',
|
554
|
+
'E61010001' => 'Settlement process failed - please try again',
|
555
|
+
'E61010002' => 'Settlement process failed - please try again',
|
556
|
+
'E61010003' => 'Settlement process failed - please try again',
|
557
|
+
'E61020001' => 'Settlement method has been disabled',
|
558
|
+
'E82010001' => 'Error executing transaction',
|
559
|
+
'E90010001' => 'Duplicate transaction',
|
560
|
+
'E91019999' => 'Settlement process failed - please try again',
|
561
|
+
'E91020001' => 'System communication timeout - please try again',
|
562
|
+
'E91029999' => 'Settlement process failed - please try again',
|
563
|
+
'E91050001' => 'Settlement process failed',
|
564
|
+
'E91099999' => 'Settlement process failed - please try again',
|
565
|
+
'E92000001' => 'System unable to process transaction - please try again',
|
566
|
+
|
567
|
+
'F01001001' => 'Shop ID is not specified',
|
568
|
+
'F01001008' => 'Shop ID contains non-alphanumeric characters or is more than 13 characters',
|
569
|
+
'F01002001' => 'Shop Password is not specified',
|
570
|
+
'F01002008' => 'Shop Password contains non-alphanumeric characters or is more than 10 characters',
|
571
|
+
'F01003002' => 'Shop does not exist for the specified Shop ID',
|
572
|
+
'F01004001' => 'Query ID is not specified',
|
573
|
+
'F01004002' => 'Query does not exist for the specified Query ID',
|
574
|
+
'F01004005' => 'Query ID exceeds the maximum number of digits',
|
575
|
+
'F01010001' => 'Address (State) is not specified',
|
576
|
+
'F01010012' => 'Address (Prefecture) exceeds the maximum number of bytes',
|
577
|
+
'F01011001' => 'Address (City) is not specified',
|
578
|
+
'F01011012' => 'Address (City) exceeds the maximum number of bytes',
|
579
|
+
'F01012001' => 'Address (Area) is not specified',
|
580
|
+
'F01012012' => 'Address (Area) exceeds the maximum number of bytes',
|
581
|
+
'F01013001' => 'Address (Street Address) is not specified',
|
582
|
+
'F01013012' => 'Address (Street Address) exceeds the maximum number of bytes',
|
583
|
+
'F01014012' => 'Address (Room Number) exceeds the maximum number of bytes',
|
584
|
+
'F01015005' => 'Telephone Number exceeds the maximum number of characters',
|
585
|
+
'F01015008' => 'Telephone Number contains characters other than numbers and hyphen (-)',
|
586
|
+
'F01020008' => 'Record Classification contains a value other than HD',
|
587
|
+
'F01021008' => 'Record Classification contains a value other than DT',
|
588
|
+
'F01022008' => 'Record Classification contains a value other than FT',
|
589
|
+
'F01023008' => 'Incorrect item count',
|
590
|
+
'F01024008' => 'Incorrect item count',
|
591
|
+
'F01025008' => 'Incorrect item count',
|
592
|
+
'F01026008' => 'Incorrect item count',
|
593
|
+
'F01030001' => 'Data Record Count is not specified',
|
594
|
+
'F01030006' => 'Data Record Count contains non-numeric characters',
|
595
|
+
'F01030011' => 'Data Record Count is not in the range of 1-20000',
|
596
|
+
'F01040010' => 'Data Record Count does not match the number of data records in the header',
|
597
|
+
'F01050001' => 'New query data was registered during query execution for the same Shop within the same query infrastructure',
|
598
|
+
'F01060001' => 'Query functionality is suspended',
|
599
|
+
'F01070001' => 'Query data is not specified',
|
600
|
+
'F01090999' => 'Error occurred during query execution',
|
601
|
+
|
602
|
+
'M01001005' => 'Version Number too long',
|
603
|
+
'M01002001' => 'Shop ID not specified',
|
604
|
+
'M01002002' => 'Shop ID and Password are invalid',
|
605
|
+
'M01002008' => 'Shop ID incorrectly formatted',
|
606
|
+
'M01003001' => 'Shop Password not specified',
|
607
|
+
'M01003008' => 'Shop Password incorrectly formatted',
|
608
|
+
'M01004001' => 'Order ID not specified',
|
609
|
+
'M01004002' => 'Order ID not part of a registered transaction',
|
610
|
+
'M01004010' => 'Order ID previously used',
|
611
|
+
'M01004012' => 'Order ID too long',
|
612
|
+
'M01004013' => 'Order ID contains characters other than a-z, A-Z, 0-9 and -',
|
613
|
+
'M01004014' => 'Order ID is already part of a transaction requesting settlement',
|
614
|
+
'M01005001' => 'Amount not specified',
|
615
|
+
'M01005005' => 'Amount too long',
|
616
|
+
'M01005006' => 'Amount contains non-numeric characters',
|
617
|
+
'M01005011' => 'Amount is outside valid range',
|
618
|
+
'M01006005' => 'Tax/Shipping exceeds maximum allowed',
|
619
|
+
'M01006006' => 'Tax/Shipping contains non-numeric characters',
|
620
|
+
'M01007001' => 'Access ID not specified',
|
621
|
+
'M01007008' => 'Access ID incorrectly formatted',
|
622
|
+
'M01008001' => 'Access Password not specified',
|
623
|
+
'M01008008' => 'Access Password incorrectly formatted',
|
624
|
+
'M01009001' => 'Payment Destination Convenience Store Code not specified',
|
625
|
+
'M01009002' => 'Payment Destination Convenience Store Code is incorrect',
|
626
|
+
'M01009005' => 'Payment Destination Convenience Store Code too long',
|
627
|
+
'M01010001' => 'Name not specified',
|
628
|
+
'M01010012' => 'Name too long',
|
629
|
+
'M01010013' => 'Name contains invalid characters',
|
630
|
+
'M01011001' => 'Furigana not specified',
|
631
|
+
'M01011012' => 'Furigana too long',
|
632
|
+
'M01011013' => 'Furigana contains invalid characters',
|
633
|
+
'M01012001' => 'Telephone Number not specified',
|
634
|
+
'M01012005' => 'Telephone Number too long',
|
635
|
+
'M01012008' => 'Telephone Number incorrectly formatted',
|
636
|
+
'M01013005' => 'Number of Due Dates too long',
|
637
|
+
'M01013006' => 'Number of Due Dates contains non-numeric characters',
|
638
|
+
'M01013011' => 'Number of Due Dates is outside valid range',
|
639
|
+
'M01014001' => 'Result Notice Destination Email not specified',
|
640
|
+
'M01014005' => 'Result Notice Destination Email too long',
|
641
|
+
'M01014008' => 'Result Notice Destination Email incorrectly formatted',
|
642
|
+
'M01015005' => 'Merchant Email too long',
|
643
|
+
'M01015008' => 'Merchant Email incorrectly formatted',
|
644
|
+
'M01016012' => 'Reservation Number too long',
|
645
|
+
'M01016013' => 'Reservation Number contains invalid characters',
|
646
|
+
'M01017012' => 'Member Number too long',
|
647
|
+
'M01017013' => 'Member Number contains invalid characters',
|
648
|
+
'M01018012' => 'POS Register Display Column 1 too long',
|
649
|
+
'M01018013' => 'POS Register Display Column 1 contains invalid characters',
|
650
|
+
'M01019012' => 'POS Register Display Column 2 too long',
|
651
|
+
'M01019013' => 'POS Register Display Column 2 contains invalid characters',
|
652
|
+
'M01020012' => 'POS Register Display Column 3 too long',
|
653
|
+
'M01020013' => 'POS Register Display Column 3 contains invalid characters',
|
654
|
+
'M01021012' => 'POS Register Display Column 4 too long',
|
655
|
+
'M01021013' => 'POS Register Display Column 4 contains invalid characters',
|
656
|
+
'M01022012' => 'POS Register Display Column 5 too long',
|
657
|
+
'M01022013' => 'POS Register Display Column 5 contains invalid characters',
|
658
|
+
'M01023012' => 'POS Register Display Column 6 too long',
|
659
|
+
'M01023013' => 'POS Register Display Column 6 contains invalid characters',
|
660
|
+
'M01024012' => 'POS Register Display Column 7 too long',
|
661
|
+
'M01024013' => 'POS Register Display Column 7 contains invalid characters',
|
662
|
+
'M01025012' => 'POS Register Display Column 8 too long',
|
663
|
+
'M01025013' => 'POS Register Display Column 8 contains invalid characters',
|
664
|
+
'M01026012' => 'Receipt Display Column 1 too long',
|
665
|
+
'M01026013' => 'Receipt Display Column 1 contains invalid characters',
|
666
|
+
'M01027012' => 'Receipt Display Column 2 too long',
|
667
|
+
'M01027013' => 'Receipt Display Column 2 contains invalid characters',
|
668
|
+
'M01028012' => 'Receipt Display Column 3 too long',
|
669
|
+
'M01028013' => 'Receipt Display Column 3 contains invalid characters',
|
670
|
+
'M01029012' => 'Receipt Display Column 4 too long',
|
671
|
+
'M01029013' => 'Receipt Display Column 4 contains invalid characters',
|
672
|
+
'M01030012' => 'Receipt Display Column 5 too long',
|
673
|
+
'M01030013' => 'Receipt Display Column 5 contains invalid characters',
|
674
|
+
'M01031012' => 'Receipt Display Column 6 too long',
|
675
|
+
'M01031013' => 'Receipt Display Column 6 contains invalid characters',
|
676
|
+
'M01032012' => 'Receipt Display Column 7 too long',
|
677
|
+
'M01032013' => 'Receipt Display Column 7 contains invalid characters',
|
678
|
+
'M01033012' => 'Receipt Display Column 8 too long',
|
679
|
+
'M01033013' => 'Receipt Display Column 8 contains invalid characters',
|
680
|
+
'M01034012' => 'Receipt Display Column 9 too long',
|
681
|
+
'M01034013' => 'Receipt Display Column 9 contains invalid characters',
|
682
|
+
'M01035012' => 'Receipt Display Column 10 too long',
|
683
|
+
'M01035013' => 'Receipt Display Column 10 contains invalid characters',
|
684
|
+
'M01036001' => 'Contact Address not specified',
|
685
|
+
'M01036012' => 'Contact Address too long',
|
686
|
+
'M01036013' => 'Contact Address contains invalid characters',
|
687
|
+
'M01037001' => 'Contact Telephone not specified',
|
688
|
+
'M01037005' => 'Contact Telephone too long',
|
689
|
+
'M01037008' => 'Contact Telephone contains characters other than 0-9 and -',
|
690
|
+
'M01038001' => 'Contact Business Hours not specified',
|
691
|
+
'M01038005' => 'Contact Business Hours too long',
|
692
|
+
'M01038008' => 'Contact Business Hours contains characters other than 0-9, : and -',
|
693
|
+
'M01039012' => 'Client Field 1 too long',
|
694
|
+
'M01039013' => 'Client Field 1 contains invalid characters',
|
695
|
+
'M01040012' => 'Client Field 2 too long',
|
696
|
+
'M01040013' => 'Client Field 2 contains invalid characters',
|
697
|
+
'M01041012' => 'Client Field 3 too long',
|
698
|
+
'M01041013' => 'Client Field 3 contains invalid characters',
|
699
|
+
'M01042005' => 'Result Return Method Flag too long',
|
700
|
+
'M01042011' => 'Result Return Method Flag is not 1 or 0',
|
701
|
+
'M01043001' => 'Product/Service Name not specified',
|
702
|
+
'M01043012' => 'Product/Service Name too long',
|
703
|
+
'M01043013' => 'Product/Service Name contains invalid characters',
|
704
|
+
'M01044012' => 'Settlement Start Email Additional Information too long',
|
705
|
+
'M01044013' => 'Settlement Start Email Additional Information contains invalid characters',
|
706
|
+
'M01045012' => 'Settlement Completion Email Additional Information too long',
|
707
|
+
'M01045013' => 'Settlement Completion Email Additional Information contains invalid characters',
|
708
|
+
'M01046012' => 'Settlement Contents Confirmation Screen Additional Information too long',
|
709
|
+
'M01046013' => 'Settlement Contents Confirmation Screen Additional Information contains invalid characters',
|
710
|
+
'M01047012' => 'Settlement Contents Confirmation Screen Additional Information too long',
|
711
|
+
'M01047013' => 'Settlement Contents Confirmation Screen Additional Information contains invalid characters',
|
712
|
+
'M01048005' => 'Due Date for Payment (Seconds) too long',
|
713
|
+
'M01048006' => 'Due Date for Payment (Seconds) contains non-numeric characters',
|
714
|
+
'M01048011' => 'Due Date for Payment (Seconds) is outside valid range',
|
715
|
+
'M01049012' => 'Settlement Start Email Additional Information too long',
|
716
|
+
'M01049013' => 'Settlement Start Email Additional Information contains invalid characters',
|
717
|
+
'M01050012' => 'Settlement Completion Email Additional Information too long',
|
718
|
+
'M01050013' => 'Settlement Completion Email Additional Information contains invalid characters',
|
719
|
+
'M01051001' => 'Settlement Method not specified',
|
720
|
+
'M01051005' => 'Settlement Method too long',
|
721
|
+
'M01051011' => 'Settlement Method is outside valid range',
|
722
|
+
'M01053002' => 'Convenience Store specified can not be used',
|
723
|
+
'M01054001' => 'Process Classification not specified',
|
724
|
+
'M01054004' => 'Process Classification is invalid for current transaction status',
|
725
|
+
'M01054010' => 'Process Classification specified is not defined',
|
726
|
+
'M01055010' => 'Amount + Tax/Shipping does not match Transaction Amount + Tax/Shipping',
|
727
|
+
'M01056001' => 'Redirect URL not specified',
|
728
|
+
'M01056012' => 'Redurect URL too long',
|
729
|
+
'M01057010' => 'Transaction is too old for cancellation',
|
730
|
+
'M01058002' => 'Transaction specified does not exist',
|
731
|
+
'M01058010' => 'Transaction Shop ID does not match specified Shop ID',
|
732
|
+
'M01059005' => 'Return Destination URL too long',
|
733
|
+
'M01060010' => 'Transaction authorization is too old',
|
734
|
+
'M01061001' => 'Financial institution code has not been set',
|
735
|
+
'M01061002' => 'Non-existent financial institution code was specified',
|
736
|
+
'M01061005' => 'Financial institution code exceeds the maximum number of digits',
|
737
|
+
'M01062001' => 'Branch code is not set',
|
738
|
+
'M01062002' => 'Non-existent branch code was specified',
|
739
|
+
'M01062005' => 'Branch code exceeds the maximum number of digits',
|
740
|
+
'M01063001' => 'Account holder segment has not been set',
|
741
|
+
'M01063002' => 'Account holder division has been set that does not exist',
|
742
|
+
'M01064001' => 'Account holder (surname kanji) is not set',
|
743
|
+
'M01064003' => 'Account holder (surname kanji) exceeds the maximum number of characters',
|
744
|
+
'M01064013' => 'Account holder (surname kanji) contains characters that are not allowed',
|
745
|
+
'M01065001' => 'Account holder (surname reading) is not set',
|
746
|
+
'M01065003' => 'Account holder (surname reading) exceeds the maximum number of characters',
|
747
|
+
'M01065013' => 'Account holder (surname reading) contains characters that are not allowed',
|
748
|
+
'M01066001' => 'Account holder (given name kanji) is not set',
|
749
|
+
'M01066003' => 'Account holder (given name kanji) exceeds the maximum number of characters',
|
750
|
+
'M01066013' => 'Account holder (given name kanji) contains characters that are not allowed',
|
751
|
+
'M01067001' => 'Account holder (given name reading) is not set',
|
752
|
+
'M01067003' => 'Account holder (given name reading) exceeds the maximum number of characters',
|
753
|
+
'M01067013' => 'Account holder (given name reading) contains characters that are not allowed',
|
754
|
+
'M01068001' => 'Account holder (corporate name kanji) is not set',
|
755
|
+
'M01068003' => 'Account holder (corporate name kanji) exceeds the maximum number of characters',
|
756
|
+
'M01068013' => 'Account holder (corporate name kanji) contains characters that are not allowed',
|
757
|
+
'M01069001' => 'Account holder (corporate name reading) is not set',
|
758
|
+
'M01069003' => 'Account holder (corporate name reading) exceeds the maximum number of characters',
|
759
|
+
'M01069013' => 'Account holder (corporate name reading) contains characters that are not allowed',
|
760
|
+
'M01070001' => 'Account number has not been set',
|
761
|
+
'M01070002' => 'Non-existent account number was specified',
|
762
|
+
'M01071001' => 'Account number has not been set',
|
763
|
+
'M01071005' => 'Account number exceeds the maximum number of digits',
|
764
|
+
'M01071013' => 'Account number contains non-numeric characters',
|
765
|
+
'M01073002' => 'Non-existent transaction ID was specified',
|
766
|
+
'M01073004' => 'Cannot perform the the specified processing job',
|
767
|
+
'M01074090' => 'Token is invalid',
|
768
|
+
'M01074091' => 'The Settlement URL has expired',
|
769
|
+
'M01074101' => 'Token Type is invalid',
|
770
|
+
'M01074108' => 'Token Type is not set',
|
771
|
+
'M01074112' => 'The token type exceeds the maximum number of digits',
|
772
|
+
'M01074113' => 'The token type is invalid.',
|
773
|
+
'M01075001' => 'Account holder has not been set',
|
774
|
+
'M01075005' => 'Account name exceeds the maximum number of characters',
|
775
|
+
'M01075013' => 'Account name contains characters that are not allowed',
|
776
|
+
'M01076001' => 'User terminal has not been set',
|
777
|
+
'M01076010' => 'User terminal specified is not defined',
|
778
|
+
'M01077005' => 'Account name (kanji) exceeds the maximum number of characters',
|
779
|
+
'M01077013' => 'Account name (kanji) contains characters that are not allowed',
|
780
|
+
'M01078005' => 'The number of digits of the currency code is incorrect',
|
781
|
+
'M01078010' => 'Non-existent currency code specified',
|
782
|
+
'M01080001' => 'Memo has not been set',
|
783
|
+
'M01080005' => 'Memo exceeds the maximum number of characters',
|
784
|
+
'M01080013' => 'Memo contains characters that are not allowed',
|
785
|
+
'M01081011' => 'Settlement result URL expiration seconds not within valid range',
|
786
|
+
'M01081013' => 'Settlement result URL expiration seconds contains non-numeric characters',
|
787
|
+
'M01082001' => 'Service name has not been set',
|
788
|
+
'M01082005' => 'Service name exceeds the maximum number of characters',
|
789
|
+
'M01082013' => 'Service name contains characters that are not allowed',
|
790
|
+
'M01083001' => 'Service phone number is not set',
|
791
|
+
'M01084002' => 'Non-existent OpenID was specified',
|
792
|
+
'M01085001' => 'Cancellation amount has not been set',
|
793
|
+
'M01085005' => 'Cancellation amount exceeds the maximum number of digits',
|
794
|
+
'M01085006' => 'Cancellation amount contains non-numeric characters',
|
795
|
+
'M01085010' => 'Amount at time of authorization and cancellation amount do not match',
|
796
|
+
'M01085011' => 'Cancellation amount exceeds the amount at time of authorization',
|
797
|
+
'M01086005' => 'Cancel stamp tax exceeds the maximum number of digits',
|
798
|
+
'M01086006' => 'Cancel stamp tax contains non-numeric characters',
|
799
|
+
'M01500001' => 'Shop information string has not been set',
|
800
|
+
'M01500005' => 'Shop information string contains the wrong number of characters',
|
801
|
+
'M01500012' => 'Shop information string is inconsistent with other items',
|
802
|
+
'M01510001' => 'Purchasing information string has not been set',
|
803
|
+
'M01510005' => 'Purchasing information string contains the wrong number of characters',
|
804
|
+
'M01510012' => 'Purchasing information string is inconsistent with other items',
|
805
|
+
'M01520002' => 'User terminal usage information contains an invalid value',
|
806
|
+
'M01530001' => 'Settlement result return URL is not set',
|
807
|
+
'M01530005' => 'Settlement result return URL exceeds the maximum number of characters',
|
808
|
+
'M01540005' => 'Settlement cancellation URL exceeds the maximum number of characters',
|
809
|
+
'M01550001' => 'Date and time information string has not been set',
|
810
|
+
'M01550005' => 'Date and time information string contains the wrong number of characters',
|
811
|
+
'M01550006' => 'Date and time information string contains invalid characters',
|
812
|
+
'M01590005' => 'Product code exceeds the maximum number of digits',
|
813
|
+
'M01590006' => 'Product code contains invalid characters',
|
814
|
+
'M01600001' => 'Member information check string has not been set',
|
815
|
+
'M01600005' => 'Member information check string exceeds the maximum number of characters',
|
816
|
+
'M01600012' => 'Member information check string is inconsistent with other items',
|
817
|
+
'M01610005' => 'Number of retries is out of range 0-99',
|
818
|
+
'M01610006' => 'Number of retries contains a non-numeric value',
|
819
|
+
'M01620005' => 'Session timeout is out of range 0-9999',
|
820
|
+
'M01620006' => 'Session timeout contains a non-numeric value',
|
821
|
+
'M01630010' => 'the time of the transaction after the card registration, member ID of the member ID and parameters of the transaction does not match',
|
822
|
+
'M01640010' => 'the time of the transaction after the card registration, site ID of the site ID and parameters of the transaction does not match',
|
823
|
+
'M01650012' => 'specified shop, does not belong to the specified site',
|
824
|
+
'M01660013' => 'values ??that are not supported in the language parameters have been set',
|
825
|
+
'M01670013' => 'unsupported value to the output encoding is set',
|
826
|
+
'M01680001' => 'Settlement usage flag not set',
|
827
|
+
'M01680008' => 'Settlement usage is set to a value other than "0", "1"',
|
828
|
+
'M01700001' => 'There are no available contract e-mail link, it is in use stop',
|
829
|
+
'M01701002' => 'Called email link data does not exist',
|
830
|
+
'M01702003' => 'Called email link data is expired',
|
831
|
+
'M01703001' => 'Unique string is not specified',
|
832
|
+
'M01703005' => 'Unique string length is other than 32 bytes',
|
833
|
+
'M01704005' => 'Template number is greater than one digit',
|
834
|
+
'M01704006' => 'Template number has been set to a non-numeric value',
|
835
|
+
'M11010099' => 'Transaction settlement is not complete',
|
836
|
+
'M11010999' => 'Transaction settlement may already be complete',
|
837
|
+
'M91099999' => 'Settlement process failed',
|
838
|
+
|
839
|
+
'N01001001' => 'Input notification code error. Error occurred during execution. Process was not started',
|
840
|
+
'N01001002' => 'Purchase transaction existance error. Error occurred during execution. Process was not started',
|
841
|
+
'N01001003' => 'Duplicate input received error. Error occurred during execution. Process was not started',
|
842
|
+
'N01001004' => 'Input state error. Error occurred during execution. Process was not started',
|
843
|
+
'N01001005' => 'Input usage stopped error. Error occurred during execution. Process was not started',
|
844
|
+
'N01001006' => 'Input payment amount mismatch error. Error occurred during execution. Process was not started',
|
845
|
+
'N01001007' => 'Input tax amount mismatch error. Error occurred during execution. Process was not started',
|
846
|
+
'N01001008' => 'Input settlement date error. Error occurred during execution. Process was not started',
|
847
|
+
'N01001009' => 'Input settlement date error. Error occurred during execution. Process was not started',
|
848
|
+
'N10000001' => 'Transaction existance error. The current transaction does not exist',
|
849
|
+
'N0C030C01' => 'Please try again later',
|
850
|
+
'N0C030C03' => 'Please try again later',
|
851
|
+
'N0C030C12' => 'Please try again later',
|
852
|
+
'N0C030C13' => 'System is temporarily available',
|
853
|
+
'N0C030C14' => 'Please try again later',
|
854
|
+
'N0C030C15' => 'Please try again later',
|
855
|
+
'N0C030C16' => 'Please try again later',
|
856
|
+
'N0C030C33' => 'Please try again later',
|
857
|
+
'N0C030C34' => 'Please try again later',
|
858
|
+
'N0C030C49' => 'Please try again later',
|
859
|
+
'N0C030C50' => 'Please try again later',
|
860
|
+
'N0C030C51' => 'Please try again',
|
861
|
+
'N0C030C53' => 'Please try again later',
|
862
|
+
'N0C030C54' => 'Please try again later',
|
863
|
+
'N0C030C55' => 'Please try again later',
|
864
|
+
'N0C030C56' => 'Please try again later',
|
865
|
+
'N0C030C57' => 'Please try again later',
|
866
|
+
'N0C030C58' => 'Please try again later',
|
867
|
+
'N0C030C60' => 'Please try again later',
|
868
|
+
'N0C030G03' => 'This card is currently unavailable. Please contact your card company',
|
869
|
+
'N0C030G12' => 'This card is currently unavailable. Please contact your card company',
|
870
|
+
'N0C030G30' => 'This card is currently unavailable. Please contact your card company',
|
871
|
+
'N0C030G54' => 'This card is currently unavailable. Please contact your card company',
|
872
|
+
'N0C030G55' => 'This card is currently unavailable. Please contact your card company',
|
873
|
+
'N0C030G56' => 'This card is currently unavailable. Please contact your card company',
|
874
|
+
'N0C030G60' => 'This card is currently unavailable. Please contact your card company',
|
875
|
+
'N0C030G61' => 'This card is currently unavailable. Please contact your card company',
|
876
|
+
'N0C030G65' => 'This card is currently unavailable. Please contact your card company',
|
877
|
+
'N0C030G67' => 'Please try again later',
|
878
|
+
'N0C030G83' => 'This card is currently unavailable. Please contact your card company',
|
879
|
+
'N0C030G85' => 'This card is currently unavailable. Please contact your card company',
|
880
|
+
'N0C030G95' => 'This card is currently unavailable. Please contact your card company',
|
881
|
+
'N0C030G96' => 'This card is currently unavailable. Please contact your card company',
|
882
|
+
'N0C030G97' => 'This card is currently unavailable. Please contact your card company',
|
883
|
+
'N0C030G98' => 'Please try again',
|
884
|
+
'N0C030G99' => 'This card is currently unavailable. Please contact your card company',
|
885
|
+
'N0N010007' => "Service is not offered on the customer's mobile phone",
|
886
|
+
'N0N010008' => "Service is not offered on the customer's mobile phone",
|
887
|
+
'N0N010009' => "Service is not offered on the customer's mobile phone",
|
888
|
+
'N0N010013' => 'Usage is temporarily unavailable. Please contact the merchant',
|
889
|
+
'N0N010024' => 'Usage is temporarily unavailable. Please contact the merchant',
|
890
|
+
'N0N010032' => 'Usage is temporarily unavailable. Please contact the merchant',
|
891
|
+
'N0N020014' => 'An error occurred. Please contact the merchant',
|
892
|
+
'N0N020017' => 'This card is currently unavailable. Please contact your card company',
|
893
|
+
'N0N020018' => 'This card is currently unavailable. Please contact your card company',
|
894
|
+
'N0N020019' => 'This card is currently unavailable. Please contact your card company',
|
895
|
+
'N0N020020' => 'This card is currently unavailable. Please contact your card company',
|
896
|
+
'N0N020021' => 'This card is currently unavailable. Please contact your card company',
|
897
|
+
'N0N020022' => 'This card is currently unavailable. Please contact your card company',
|
898
|
+
'N0N020023' => 'This card is currently unavailable. Please contact your card company',
|
899
|
+
'N0N030038' => 'This card is currently unavailable because the PIN is incorrect. Please contact your card company',
|
900
|
+
'N0N040014' => 'An error occurred. Please contact the merchant',
|
901
|
+
'N0K040026' => 'Please try again',
|
902
|
+
'N0K040027' => 'An error occurred. Please contact the merchant',
|
903
|
+
'N0K040028' => 'An error occurred. Please contact the merchant',
|
904
|
+
'N0K040029' => 'An error occurred. Please contact the merchant',
|
905
|
+
'N0N040031' => 'Usage is temporarily unavailable. Please contact the merchant',
|
906
|
+
'N0K040037' => 'Usage is temporarily unavailable. Please contact the merchant',
|
907
|
+
'N0T000001' => 'Please try again',
|
908
|
+
'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',
|
909
|
+
'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',
|
910
|
+
'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',
|
911
|
+
'N0T000005' => 'Please contact the card company if you cannot unlock your IC card',
|
912
|
+
'N0T000006' => 'An error occurred. Please contact the merchant',
|
913
|
+
'N0T000007' => 'Please try again',
|
914
|
+
'N0T000008' => 'Please try again',
|
915
|
+
'N0T000009' => 'This card is currently unavailable. Please contact your card company',
|
916
|
+
'N0T000010' => 'Please try again',
|
917
|
+
|
918
|
+
'P01010002' => 'Failed to authenticate the input API',
|
919
|
+
'P01010003' => 'Invalid input parameter',
|
920
|
+
'P01010004' => 'Invalid input parameter',
|
921
|
+
'P01010005' => 'Invalid input option specified',
|
922
|
+
'P01010006' => 'Invalid version specified',
|
923
|
+
'P01010007' => 'Permission to call input API not granted',
|
924
|
+
'P01010008' => 'Input security header is invalid',
|
925
|
+
'P01010009' => 'Input account status is invalid',
|
926
|
+
'P01010010' => 'Invalid input parameter',
|
927
|
+
'P01010011' => 'Specified transaction is invalid',
|
928
|
+
'P01010101' => 'Input API is temporarily unavailable',
|
929
|
+
'P01010102' => 'Specified option is temporarily unavailable',
|
930
|
+
'P01010103' => 'Specified option is temporarily unavailable',
|
931
|
+
'P01010202' => 'Number of input purchase transactions exceeds the monthly limit',
|
932
|
+
'P01010400' => 'Order Total Price is invalid',
|
933
|
+
'P01010401' => 'Order Total Price is invalid',
|
934
|
+
'P01010402' => 'Merchant contract does not allow authentication option',
|
935
|
+
'P01010404' => 'Input return URL is invalid',
|
936
|
+
'P01010405' => 'Input cancellation URL is invalid',
|
937
|
+
'P01010406' => 'Input customer ID is invalid',
|
938
|
+
'P01010407' => 'Input customer e-mail address is invalid',
|
939
|
+
'P01010408' => 'Token is invalid',
|
940
|
+
'P01010409' => 'Token is invalid',
|
941
|
+
'P01010410' => 'Token is not active',
|
942
|
+
'P01010411' => 'Token expired',
|
943
|
+
'P01010412' => 'Duplicate invoice number',
|
944
|
+
'P01010413' => 'Input goods total amount is invalid',
|
945
|
+
'P01010414' => 'Maximum transaction amount limit exceeded',
|
946
|
+
'P01010415' => 'Transaction is already processed',
|
947
|
+
'P01010416' => 'Maximum number of reprocess attempts exceeded',
|
948
|
+
'P01010417' => 'Input payment method is invalid',
|
949
|
+
'P01010418' => 'Input currency code is invalid',
|
950
|
+
'P01010419' => 'Input customer ID is invalid',
|
951
|
+
'P01010420' => 'Input payment option is invalid',
|
952
|
+
'P01010421' => 'Input token is invalid',
|
953
|
+
'P01010422' => 'Input customer funding source is invalid',
|
954
|
+
'P01010424' => 'Input shipping address is invalid',
|
955
|
+
'P01010425' => 'Merchant contract does not permit API usage',
|
956
|
+
'P01010426' => 'Input goods total amount is invalid',
|
957
|
+
'P01010427' => 'Input shipping total is invalid',
|
958
|
+
'P01010428' => 'Input commission total is invalid',
|
959
|
+
'P01010429' => 'Input tax total is invalid',
|
960
|
+
'P01010430' => 'Input goods amount is incorrect',
|
961
|
+
'P01010431' => 'Input goods amount is invalid',
|
962
|
+
'P01010432' => 'Invoice number exceeds the allowed number of digits',
|
963
|
+
'P01010433' => 'Part of the input item description has been omitted',
|
964
|
+
'P01010434' => 'Part of the input free items have been omitted',
|
965
|
+
'P01010435' => 'Authorization is not yet processed',
|
966
|
+
'P01010436' => 'Input header image URL exceeds the maximum number of characters',
|
967
|
+
'P01010437' => 'Input header image URL exceeds the maximum number of characters',
|
968
|
+
'P01010438' => 'Input header image URL exceeds the maximum number of characters',
|
969
|
+
'P01010439' => 'Input header image URL exceeds the maximum number of characters',
|
970
|
+
'P01010440' => 'Input header image URL exceeds the maximum number of characters',
|
971
|
+
'P01010441' => 'Input notification URL exceeds the maximum number of characters',
|
972
|
+
'P01010442' => 'Input identification code exceeds the maximum number of characters',
|
973
|
+
'P01010443' => 'Input payment option is invalid',
|
974
|
+
'P01010444' => 'Input currency code is invalid',
|
975
|
+
'P01010445' => 'Cannot continue processing the specified transaction',
|
976
|
+
'P01010446' => 'Input payment option is invalid',
|
977
|
+
'P01010457' => 'Failed to initialize the eBay API',
|
978
|
+
'P01010458' => 'An error occurred in the eBay API',
|
979
|
+
'P01010459' => 'An error occurred in the eBay API',
|
980
|
+
'P01010460' => 'An error occurred during communication with eBay',
|
981
|
+
'P01010461' => 'Input number of items is invalid',
|
982
|
+
'P01010462' => 'Input order does not exist',
|
983
|
+
'P01010463' => 'eBay connection information is invalid',
|
984
|
+
'P01010464' => 'Item number and transaction ID do not match',
|
985
|
+
'P01010465' => 'Invalid eBay connection information',
|
986
|
+
'P01010467' => 'Duplicate input item number',
|
987
|
+
'P01010468' => 'Duplicate input order ID',
|
988
|
+
'P01010469' => 'Specified option is temporarily unavailable',
|
989
|
+
'P01010470' => 'Invalid option specified',
|
990
|
+
'P01010471' => 'Input return URL is invalid',
|
991
|
+
'P01010472' => 'Input cancellation URL is invalid',
|
992
|
+
'P01010473' => 'Unsupported input parameters specified',
|
993
|
+
'P01010474' => 'Cannot continue processing the specified transaction',
|
994
|
+
'P01010475' => 'Input payment option is invalid',
|
995
|
+
'P01010476' => 'Input data is invalid',
|
996
|
+
'P01010477' => 'Input data is invalid',
|
997
|
+
'P01010478' => 'Input data is invalid',
|
998
|
+
'P01010479' => 'Input data is invalid',
|
999
|
+
'P01010480' => 'Input data is invalid',
|
1000
|
+
'P01010481' => 'Payment option is invalid',
|
1001
|
+
'P01010482' => 'Payment option is invalid',
|
1002
|
+
'P01010537' => 'Transaction denied due to risk management settings',
|
1003
|
+
'P01010538' => 'Transaction denied due to risk management settings',
|
1004
|
+
'P01010539' => 'Payment denied due to risk management settings',
|
1005
|
+
'P01010600' => 'Authorization has been canceled',
|
1006
|
+
'P01010601' => 'Authorization period has elapsed',
|
1007
|
+
'P01010602' => 'Authorization has already been completed',
|
1008
|
+
'P01010603' => "Restrictions have been applied to the customer's account",
|
1009
|
+
'P01010604' => 'Cannot continue with the authorization process',
|
1010
|
+
'P01010605' => 'Input currency code is not supported',
|
1011
|
+
'P01010606' => 'Transaction denied',
|
1012
|
+
'P01010607' => 'Authorization and recovery function is not available',
|
1013
|
+
'P01010608' => 'Input customer funding source is invalid',
|
1014
|
+
'P01010609' => 'Input transaction ID is invalid',
|
1015
|
+
'P01010610' => 'Input amount exceeds the maximum limit',
|
1016
|
+
'P01010611' => 'Merchant contract does not allow usage of the authorization and recovery function',
|
1017
|
+
'P01010612' => 'Maximum number of settlements reached',
|
1018
|
+
'P01010613' => 'Input currency code is invalid',
|
1019
|
+
'P01010614' => 'Input authorization cancellation number is invalid',
|
1020
|
+
'P01010615' => 'Input re-authorization method is invalid',
|
1021
|
+
'P01010616' => 'Authorization has exceeded the maximum number of re-authorizations',
|
1022
|
+
'P01010617' => 'Re-authorization has been called during the warranty period',
|
1023
|
+
'P01010618' => 'Transaction is canceled or expired',
|
1024
|
+
'P01010619' => 'Input invoice number exceeds the maximum number of characters',
|
1025
|
+
'P01010620' => 'Order status is in canceled, expired, or completed state',
|
1026
|
+
'P01010621' => 'Order has expired',
|
1027
|
+
'P01010622' => 'Order has been canceled',
|
1028
|
+
'P01010623' => 'Order has reached the maximum number of authorizations',
|
1029
|
+
'P01010624' => 'Duplicate input invoice number',
|
1030
|
+
'P01010625' => 'Transaction amount exceeds the maximum limit',
|
1031
|
+
'P01010626' => 'Transaction has been rejected by the risk model',
|
1032
|
+
'P01010627' => 'Input parameters are not supported',
|
1033
|
+
'P01010628' => 'Cannot continue processing the specified transaction',
|
1034
|
+
'P01010629' => 'Input re-authorization method is invalid',
|
1035
|
+
'P01010630' => 'Input goods amount is invalid',
|
1036
|
+
'P01010725' => 'Input shipping address is invalid',
|
1037
|
+
'P01010726' => 'Input shipping address is invalid',
|
1038
|
+
'P01010727' => 'Input shipping address is invalid',
|
1039
|
+
'P01010728' => 'Input shipping address is invalid',
|
1040
|
+
'P01010729' => 'Input shipping address is invalid',
|
1041
|
+
'P01010730' => 'Input shipping address is invalid',
|
1042
|
+
'P01010731' => 'Input shipping address is invalid',
|
1043
|
+
'P01010736' => 'Failed to query the input shipping address',
|
1044
|
+
'P01010800' => 'Invalid input parmeter',
|
1045
|
+
'P01011001' => 'Input exceeds the allowed number of digits',
|
1046
|
+
'P01011094' => 'Cannot of cancel, re-authorize, or recover the specified authorization',
|
1047
|
+
'P01011547' => 'Specified option is temporarily unavailable',
|
1048
|
+
'P01011601' => 'Input billing address is invalid',
|
1049
|
+
'P01011602' => 'Input billing address is invalid',
|
1050
|
+
'P01011610' => 'Payment is pending',
|
1051
|
+
'P01011611' => 'Transaction has been aborted',
|
1052
|
+
'P01011612' => 'Cannot continue processing the transaction',
|
1053
|
+
'P01011801' => 'Input data is invalid',
|
1054
|
+
'P01011802' => 'Input data is invalid',
|
1055
|
+
'P01011803' => 'Input data is invalid',
|
1056
|
+
'P01011804' => 'Input data is invalid',
|
1057
|
+
'P01011805' => 'Input data is invalid',
|
1058
|
+
'P01011806' => 'Input data is invalid',
|
1059
|
+
'P01011807' => 'Input data is invalid',
|
1060
|
+
'P01011810' => 'Input data is invalid',
|
1061
|
+
'P01011811' => 'Input data is invalid',
|
1062
|
+
'P01011812' => 'Input data is invalid',
|
1063
|
+
'P01011813' => 'Input data is invalid',
|
1064
|
+
'P01011814' => 'Input data is invalid',
|
1065
|
+
'P01011815' => 'Input data is invalid',
|
1066
|
+
'P01011820' => 'Input data is invalid',
|
1067
|
+
'P01011821' => 'Input option is invalid',
|
1068
|
+
'P01011822' => 'Input option contains an error',
|
1069
|
+
'P01011823' => 'Input option contains an error',
|
1070
|
+
'P01011824' => 'Input option contains an error',
|
1071
|
+
'P01011825' => 'Input option contains an error',
|
1072
|
+
'P01011826' => 'Input shipping total is invalid',
|
1073
|
+
'P01011827' => 'Input option contains an error',
|
1074
|
+
'P01011828' => 'Input option contains an error',
|
1075
|
+
'P01011829' => 'Input option contains an error',
|
1076
|
+
'P01011830' => 'Input option contains an error',
|
1077
|
+
'P01011831' => 'Input URL exceeds the maximum number of characters',
|
1078
|
+
'P01011832' => 'Input order total is invalid',
|
1079
|
+
'P01012109' => 'Input option is invalid',
|
1080
|
+
'P01012124' => 'Input option is invalid',
|
1081
|
+
'P01012200' => 'Input customer ID is invalid',
|
1082
|
+
'P01012201' => 'Input option contains an error',
|
1083
|
+
'P01012202' => 'Input option contains an error',
|
1084
|
+
'P01012203' => 'Payment failed due to the input being in hold state',
|
1085
|
+
'P01012204' => 'Transaction failed due to input error',
|
1086
|
+
'P01012205' => 'Input option contains an error',
|
1087
|
+
'P01012206' => 'Input option contains an error',
|
1088
|
+
'P01012207' => 'Input option contains an error',
|
1089
|
+
'P01012208' => 'Input goods amount does not match',
|
1090
|
+
'P01020000' => 'Payment Status is invalid (None)',
|
1091
|
+
'P01020001' => 'Payment Status is invalid (Canceled-Reversal)',
|
1092
|
+
'P01020003' => 'Payment Status is invalid (Denied)',
|
1093
|
+
'P01020004' => 'Payment Status is invalid (Expired)',
|
1094
|
+
'P01020005' => 'Payment Status is invalid (Failed)',
|
1095
|
+
'P01020006' => 'Payment Status is invalid (In-Progress)',
|
1096
|
+
'P01020007' => 'Payment Status is invalid (Partially-Refunded)',
|
1097
|
+
'P01020008' => 'Payment Status is invalid (Pending)',
|
1098
|
+
'P01020009' => 'Payment Status is invalid (Refunded)',
|
1099
|
+
'P01020010' => 'Payment Status is invalid (Reversed)',
|
1100
|
+
'P01020011' => 'Payment Status is invalid (Processed)',
|
1101
|
+
'P01020012' => 'Payment Status is invalid (Voided)',
|
1102
|
+
'P01029999' => 'Payment Status is invalid',
|
1103
|
+
'P01081000' => 'Parameter is invalid',
|
1104
|
+
'P01081001' => 'Parameter is invalid',
|
1105
|
+
'P01081002' => 'Specified method is not supported',
|
1106
|
+
'P01081003' => 'Method is not specified',
|
1107
|
+
'P01081004' => 'Request Parameter not specified',
|
1108
|
+
'P01081100' => 'Parameter not specified (Amt)',
|
1109
|
+
'P01081101' => 'Parameter not specified (MaxAmt)',
|
1110
|
+
'P01081102' => 'Parameter not specified (ReturnURL)',
|
1111
|
+
'P01081103' => 'Parameter not specified (NotifyURL)',
|
1112
|
+
'P01081104' => 'Parameter not specified (CancelURL)',
|
1113
|
+
'P01081105' => 'Parameter not specified (ShipToStreet)',
|
1114
|
+
'P01081106' => 'Parameter not specified (ShipToStreet2)',
|
1115
|
+
'P01081107' => 'Parameter not specified (ShipToCity)',
|
1116
|
+
'P01081108' => 'Parameter not specified (ShipToState)',
|
1117
|
+
'P01081109' => 'Parameter not specified (ShipToZip)',
|
1118
|
+
'P01081110' => 'Parameter not specified (Country)',
|
1119
|
+
'P01081111' => 'Parameter not specified (ReqConfirmShipping)',
|
1120
|
+
'P01081112' => 'Parameter not specified (NoShipping)',
|
1121
|
+
'P01081113' => 'Parameter not specified (AddrOverride)',
|
1122
|
+
'P01081114' => 'Parameter not specified (LocaleCode)',
|
1123
|
+
'P01081115' => 'Parameter not specified (PaymentAction)',
|
1124
|
+
'P01081116' => 'Parameter not specified (Email)',
|
1125
|
+
'P01081117' => 'Parameter not specified (Token)',
|
1126
|
+
'P01081118' => 'Parameter not specified (PayerID)',
|
1127
|
+
'P01081119' => 'Parameter not specified (ItemAmt)',
|
1128
|
+
'P01081120' => 'Parameter not specified (ShippingAmt)',
|
1129
|
+
'P01081121' => 'Parameter not specified (HandlingAmt)',
|
1130
|
+
'P01081122' => 'Parameter not specified (TaxAmt)',
|
1131
|
+
'P01081123' => 'Parameter not specified (IPAddress)',
|
1132
|
+
'P01081124' => 'Parameter not specified (ShipToName)',
|
1133
|
+
'P01081125' => 'Parameter not specified (L_Amt)',
|
1134
|
+
'P01081126' => 'Parameter not specified (Amt)',
|
1135
|
+
'P01081127' => 'Parameter not specified (L_TaxAmt)',
|
1136
|
+
'P01081128' => 'Parameter not specified (AuthorizationID)',
|
1137
|
+
'P01081129' => 'Parameter not specified (CompleteType)',
|
1138
|
+
'P01081130' => 'Parameter not specified (CurrencyCode)',
|
1139
|
+
'P01081131' => 'Parameter not specified (TransactionID)',
|
1140
|
+
'P01081132' => 'Parameter not specified (TransactionEntity)',
|
1141
|
+
'P01081133' => 'Parameter not specified (Acct)',
|
1142
|
+
'P01081134' => 'Parameter not specified (ExpDate)',
|
1143
|
+
'P01081135' => 'Parameter not specified (FirstName)',
|
1144
|
+
'P01081136' => 'Parameter not specified (LastName)',
|
1145
|
+
'P01081137' => 'Parameter not specified (Street)',
|
1146
|
+
'P01081138' => 'Parameter not specified (Street2)',
|
1147
|
+
'P01081139' => 'Parameter not specified (City)',
|
1148
|
+
'P01081140' => 'Parameter not specified (State)',
|
1149
|
+
'P01081141' => 'Parameter not specified (Zip)',
|
1150
|
+
'P01081142' => 'Parameter not specified (CountryCode)',
|
1151
|
+
'P01081143' => 'Parameter not specified (RefundType)',
|
1152
|
+
'P01081144' => 'Parameter not specified (StartDate)',
|
1153
|
+
'P01081145' => 'Parameter not specified (EndDate)',
|
1154
|
+
'P01081146' => 'Parameter not specified (MPID)',
|
1155
|
+
'P01081147' => 'Parameter not specified (CreditCardType)',
|
1156
|
+
'P01081148' => 'Parameter not specified (User)',
|
1157
|
+
'P01081149' => 'Parameter not specified (Pwd)',
|
1158
|
+
'P01081150' => 'Parameter not specified (Version)',
|
1159
|
+
'P01081200' => 'Parameter is invalid (Amt)',
|
1160
|
+
'P01081201' => 'Parameter is invalid (MaxAmt)',
|
1161
|
+
'P01081203' => 'Parameter is invalid (NotifyURL)',
|
1162
|
+
'P01081205' => 'Parameter is invalid (ShipToStreet)',
|
1163
|
+
'P01081206' => 'Parameter is invalid (ShipToStreet2)',
|
1164
|
+
'P01081207' => 'Parameter is invalid (ShipToCity)',
|
1165
|
+
'P01081208' => 'Parameter is invalid (ShipToState)',
|
1166
|
+
'P01081209' => 'Parameter is invalid (ShipToZip)',
|
1167
|
+
'P01081210' => 'Parameter is invalid (Country)',
|
1168
|
+
'P01081211' => 'Parameter is invalid (ReqConfirmShipping)',
|
1169
|
+
'P01081212' => 'Parameter is invalid (Noshipping)',
|
1170
|
+
'P01081213' => 'Parameter is invalid (AddrOverride)',
|
1171
|
+
'P01081214' => 'Parameter is invalid (LocaleCode)',
|
1172
|
+
'P01081215' => 'Parameter is invalid (PaymentAction)',
|
1173
|
+
'P01081219' => 'Parameter is invalid (ItemAmt)',
|
1174
|
+
'P01081220' => 'Parameter is invalid (ShippingAmt)',
|
1175
|
+
'P01081221' => 'Parameter is invalid (HandlingTotal Amt)',
|
1176
|
+
'P01081222' => 'Parameter is invalid (TaxAmt)',
|
1177
|
+
'P01081223' => 'Parameter is invalid (IPAddress)',
|
1178
|
+
'P01081224' => 'Parameter is invalid (ShipToName)',
|
1179
|
+
'P01081225' => 'Parameter is invalid (L_Amt)',
|
1180
|
+
'P01081226' => 'Parameter is invalid (Amt)',
|
1181
|
+
'P01081227' => 'Parameter is invalid (L_TaxAmt)',
|
1182
|
+
'P01081229' => 'Parameter is invalid (CompleteType)',
|
1183
|
+
'P01081230' => 'Parameter is invalid (CurrencyCode)',
|
1184
|
+
'P01081232' => 'Parameter is invalid (TransactionEntity)',
|
1185
|
+
'P01081234' => 'Parameter is invalid (ExpDate)',
|
1186
|
+
'P01081235' => 'Parameter is invalid (FirstName)',
|
1187
|
+
'P01081236' => 'Parameter is invalid (LastName)',
|
1188
|
+
'P01081237' => 'Parameter is invalid (Street)',
|
1189
|
+
'P01081238' => 'Parameter is invalid (Street2)',
|
1190
|
+
'P01081239' => 'Parameter is invalid (City)',
|
1191
|
+
'P01081243' => 'Parameter is invalid (RefundType)',
|
1192
|
+
'P01081244' => 'Parameter is invalid (StartDate)',
|
1193
|
+
'P01081245' => 'Parameter is invalid (EndDate)',
|
1194
|
+
'P01081247' => 'Parameter is invalid (CreditCardType)',
|
1195
|
+
'P01081248' => 'Parameter is invalid (Username)',
|
1196
|
+
'P01081249' => 'Parameter is invalid (Password)',
|
1197
|
+
'P01081250' => 'Parameter is invalid (Version)',
|
1198
|
+
'P01081251' => 'Internal input error occurred',
|
1199
|
+
'P02000001' => 'Failed to communicate with the PayPal center',
|
1200
|
+
'P02000002' => 'Failed to communicate with the PayPal center',
|
1201
|
+
'P03000003' => 'User canceled Paypal payment creation',
|
1202
|
+
|
1203
|
+
'S01000002' => 'Mail creation failed. Please perform settlement via the Mobile Suica app net settlement list',
|
1204
|
+
'S01001001' => 'Authentication information invalid. Failed to process settlement request. Please wait awhile and try again from the purchase screen',
|
1205
|
+
'S01001002' => 'Unable to connect to system. Failed to process settlement request. Please wait awhile and try again from the purchase screen',
|
1206
|
+
'S01001006' => 'Data invalid. Mobile Suica settlement is not available',
|
1207
|
+
'S01001007' => 'Member not registered or registration canceled. Please register for Mobile Suica and try again from the purchase screen',
|
1208
|
+
'S01001008' => 'Registration limit exceeded. Please check your Net Settlement List in the Mobile Suica app and try again from the purchase screen',
|
1209
|
+
'S01001010' => 'Duplicate settlement request ID. Failed to process settlement request. Please wait awhile and try again from the purchase screen',
|
1210
|
+
'S01001012' => 'Registration data not present',
|
1211
|
+
'S01001015' => 'Temporarily invalid member. Failed to process settlement request. Please wait awhile and try again from the purchase screen',
|
1212
|
+
'S01001016' => 'XML format invalid. Failed to process settlement request. Please wait awhile and try again from the purchase screen',
|
1213
|
+
'S01001017' => 'Registration information invalid. Failed to process settlement request. Please wait awhile and try again from the purchase screen',
|
1214
|
+
'S01009901' => 'Mobile Suica internal system error. Failed to process settlement request. Please wait awhile and try again from the purchase screen',
|
1215
|
+
'S01009902' => 'Mobile Suica system under maintenance. Failed to process settlement request. Please wait awhile and try again from the purchase screen',
|
1216
|
+
|
1217
|
+
'WM1000001' => '[Settlement request] An input parameter error occurred while communicating with the settlement center (Message digest)',
|
1218
|
+
'WM1000002' => '[Settlement request] Connection not allowed by the settlement center',
|
1219
|
+
'WM1000003' => '[Settlement request] Failed to execute the settlement module in the settlement center',
|
1220
|
+
'WM1000004' => '[Settlement request] An input parameter error occurred while communicating with the settlement center (Reception parameters)',
|
1221
|
+
'WM1000005' => '[Settlement request] Failed to communicate with the settlement center',
|
1222
|
+
'WM1000006' => '[Settlement result] An parameter error occurred while receiving result from the settlement center (Reception parameters)',
|
1223
|
+
'WM1000007' => '[Settlement result] Double payment occurred in the settlement center',
|
1224
|
+
'WM1000008' => '[Settlement result] An internal error occurred (transition)',
|
1225
|
+
'WM1000009' => '[User cancel request] Payment transaction has already been canceled',
|
1226
|
+
'WM1000010' => '[User cancel request] An internal error occurred (transition)',
|
1227
|
+
'W0100W001' => 'Data type incorrect',
|
1228
|
+
'W0100W002' => 'UserId / Password does not exist',
|
1229
|
+
'W0100W003' => 'Receipt processing Company Code and Payment Code do not match',
|
1230
|
+
'W0100W004' => '2DBC processing Operator Number and Contract Number do not match',
|
1231
|
+
'W0100W005' => 'Payment processing Company Code and Payment Code do not match',
|
1232
|
+
'W0100W090' => 'Error during key data acquisition',
|
1233
|
+
'W0100W600' => 'Receipt processing check error (invalid value)',
|
1234
|
+
'W0100W601' => 'Receipt processing check error (Payment Code not set)',
|
1235
|
+
'W0100W602' => 'Receipt processing check error (Payment Code invalid digits)',
|
1236
|
+
'W0100W603' => 'Receipt processing check error (Acceptance Number not set)',
|
1237
|
+
'W0100W604' => 'Receipt processing check error (Acceptance Number invalid digits)',
|
1238
|
+
'W0100W605' => 'Receipt processing check error (Company Code not set)',
|
1239
|
+
'W0100W606' => 'Receipt processing check error (Company Code invalid digits)',
|
1240
|
+
'W0100W607' => 'Receipt processing check error (Phone Number not set)',
|
1241
|
+
'W0100W608' => 'Receipt processing check error (Kanji Name not set)',
|
1242
|
+
'W0100W609' => 'Receipt processing check error (Payment Deadline not set)',
|
1243
|
+
'W0100W610' => 'Receipt processing check error (Payment Deadline is a non-numeric value)',
|
1244
|
+
'W0100W611' => 'Receipt processing check error (Payment Deadline invalid digits)',
|
1245
|
+
'W0100W612' => 'Receipt processing check error (Payment Deadline invalid date and time format)',
|
1246
|
+
'W0100W613' => 'Receipt processing check error (Payment Deadline past date)',
|
1247
|
+
'W0100W614' => 'Receipt processing check error (Payment Amount not set)',
|
1248
|
+
'W0100W615' => 'Receipt processing check error (Payment Amount value invalid)',
|
1249
|
+
'W0100W616' => 'Receipt processing check error (Payment Amount ? 0)',
|
1250
|
+
'W0100W617' => 'Receipt processing check error (Payment Amount > 999999)',
|
1251
|
+
'W0100W640' => 'Receipt data duplication error',
|
1252
|
+
'W0100W641' => 'Receipt data logically deleted error',
|
1253
|
+
'W0100W670' => 'Receipt DB OPEN-time error',
|
1254
|
+
'W0100W671' => 'Receipt DB READ-time error',
|
1255
|
+
'W0100W672' => 'Receipt DB INSERT time error',
|
1256
|
+
'W0100W680' => 'Failed to get sequence number for mobile payment',
|
1257
|
+
'W0100W700' => 'Payment processing check error (Payment Code not set)',
|
1258
|
+
'W0100W701' => 'Payment processing check error (Company Code not set)',
|
1259
|
+
'W0100W730' => 'Payment processing non-payment error',
|
1260
|
+
'W0100W731' => 'Payment processing data unsent error',
|
1261
|
+
'W0100W740' => 'Payment processing no payment information error',
|
1262
|
+
'W0100W741' => 'Payment processing payment data logically deleted error',
|
1263
|
+
'W0100W770' => 'Payment processing READ request payment DB OPEN-time error',
|
1264
|
+
'W0100W771' => 'Payment processing READ request payment DB READ-time error',
|
1265
|
+
'W0100W772' => 'Payment processing READ request payment DB UPDATE-time error',
|
1266
|
+
'W0100W773' => 'Payment processing SEARCH request payment DB OPEN-time error',
|
1267
|
+
'W0100W774' => 'Payment processing SEARCH request payment DB READ-time error',
|
1268
|
+
'W0100W775' => 'Payment processing SEARCH request payment DB UPDATE-time error'
|
1269
|
+
}.freeze
|
1270
|
+
|
1271
|
+
API_ERROR_MESSAGES = { en: API_ERROR_MESSAGES_EN }
|
114
1272
|
end
|
115
1273
|
end
|