Created
December 13, 2019 02:01
-
-
Save tridungle/263d968afca649a0c209f723c85136ce to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| export const errorCodes = { | |
| 'E00000000': 'This is for communication confirmation, so no action is required. ', | |
| 'E00000001': 'An error corresponding to HTTP status code 405. HTTP method is not POST. ', | |
| 'E00000002': 'An error corresponding to HTTP status code 406. Accept related items of HTTP request header are not correct. ', | |
| 'E00000003': 'An error corresponding to HTTP status code 415. The Content-type item in the HTTP request header is incorrect. ', | |
| 'E00000010': 'HTTP content is empty or malformed. ', | |
| 'E01010001': 'Shop ID is not specified. ', | |
| 'E01010008': 'The shop ID contains non-alphanumeric characters or exceeds 13 characters. ', | |
| 'E01010010': 'Shop ID does not match. ', | |
| 'E01020001': 'Your shop password is not specified. ', | |
| 'E01020008': 'The shop password contains non-alphanumeric characters or exceeds 10 characters. ', | |
| 'E01030002': 'The shop with the specified ID and password does not exist. ', | |
| 'E01030061': 'Forced return is not available. ', | |
| 'E01040001': 'Order ID is not specified. ', | |
| 'E01040003': 'The order ID exceeds the maximum number of characters. ', | |
| 'E01040010': 'Order ID already exists. ', | |
| 'E01040013': 'The order ID contains alphanumeric characters and characters other than "-". ', | |
| 'E01050001': 'Processing indicator is not specified. ', | |
| 'E01050002': 'The specified process indicator is not defined. ', | |
| 'E01050004': 'Cannot execute the specified processing category. ', | |
| 'E01060001': 'The usage amount is not specified. ', | |
| 'E01060005': 'The usage amount exceeds the maximum number of digits. ', | |
| 'E01060006': 'The usage amount contains non-numeric characters. ', | |
| 'E01060010': 'The transaction usage amount does not match the specified usage amount. ', | |
| 'E01060021': 'The transaction usage amount does not match the specified usage amount. ', | |
| 'E01070005': 'The tax shipping cost exceeds the maximum number of digits. ', | |
| 'E01070006': 'The tax shipping cost contains non-numeric characters. ', | |
| 'E01080007': 'A value other than 0 or 1 is specified for the 3D secure use flag. ', | |
| 'E01080010': 'Does not match the settings on the management screen. ', | |
| 'E01080101': 'The 3D secure use flag is OFF despite the 3D required store. ', | |
| 'E01090001': 'Transaction ID is not specified. ', | |
| 'E01090008': 'The transaction ID is not formatted correctly. ', | |
| 'E01100001': 'Transaction password is not specified. ', | |
| 'E01100008': 'The transaction password is not formatted correctly. ', | |
| 'E01160001': 'No bonus split count is specified. ', | |
| 'E01110002': 'The specified ID and password transaction does not exist. ', | |
| 'E01160007': 'The bonus split count contains non-numeric characters. ', | |
| 'E01110010': 'The specified transaction has not been settled. ', | |
| 'E01130012': 'The card company abbreviation exceeds the maximum number of bytes. ', | |
| 'E01160010': 'You specified a number other than “2” for the number of bonus divisions. Ask the customer to re-enter. ', | |
| 'E01170001': 'Card number is not specified. Ask the customer to re-enter. ', | |
| 'E01170003': 'The card number exceeds the maximum number of characters. Ask the customer to re-enter. ', | |
| 'E01170006': 'The card number contains non-numeric characters. Ask the customer to re-enter. ', | |
| 'E01170011': 'The card number is not in the range of 10 to 16 digits. Ask the customer to re-enter. ', | |
| 'E01180001': 'No expiration date has been specified. Ask the customer to re-enter. ', | |
| 'E01180003': 'The expiration date is not 4 digits. Ask the customer to re-enter. ', | |
| 'E01180006': 'The expiration date contains non-numeric characters. Ask the customer to re-enter. ', | |
| 'E01180008': 'The expiration date format is incorrect. Ask the customer to re-enter. ', | |
| 'E01180011': 'The expiration date format is incorrect. Ask the customer to re-enter. ', | |
| 'E01190001': 'Site ID is not specified. ', | |
| 'E01190008': 'The site ID format is incorrect. ', | |
| 'E01200001': 'Site password is not specified. ', | |
| 'E01200007': 'The site ID is incorrect. ', | |
| 'E01200008': 'The site password is not formatted correctly. ', | |
| 'E01210002': 'The site with the specified ID and password does not exist. ', | |
| 'E01220001': 'Member ID is not specified. ', | |
| 'E01220005': 'The member ID exceeds the maximum number of digits. ', | |
| 'E01220008': 'Duplicate member ID. ', | |
| 'E01220010': 'The member ID format is incorrect. ', | |
| 'E01220012': 'The member ID length is incorrect. ', | |
| 'E01230006': 'The card registration serial number contains non-numeric characters. ', | |
| 'E01230009': 'The card registration sequence number exceeds the maximum number that can be registered. ', | |
| 'E01240002': 'The specified card does not exist. ', | |
| 'E01240012': 'The specified member ID is duplicated in the file (* at the time of replacement)', | |
| 'E01250008': 'Check the settings. ', | |
| 'E01250010': 'The card password format is incorrect. Ask the customer to re-enter. ', | |
| 'E01260001': 'Card passwords do not match. Ask the customer to re-enter. ', | |
| 'E01260002': 'No payment method is specified. Ask the customer to re-enter. ', | |
| 'E01260010': 'The specified card number or payment method is incorrect. Ask the customer to re-enter. ', | |
| 'E01270001': 'No number of payments specified. Ask the customer to re-enter. ', | |
| 'E01270005': 'The number of payments exceeds the maximum number of digits. Ask the customer to re-enter. ', | |
| 'E01270006': 'The payment count contains non-numeric characters. Ask the customer to re-enter. ', | |
| 'E01270010': 'The specified payment count is not available. Ask the customer to re-enter. ', | |
| 'E01290001': 'HTTP_ACCEPT is not specified. ', | |
| 'E01300001': 'HTTP_USER_AGENT is not specified. ', | |
| 'E01310002': 'No terminal has been specified. ', | |
| 'E01310007': 'A value other than “0” or “1” is specified for the terminal in use. ', | |
| 'E01320012': 'The value of member store free field 1 exceeds the maximum number of bytes. ', | |
| 'E01330012': 'The value of member store free field 2 exceeds the maximum number of bytes. ', | |
| 'E01340012': 'The value of member store free item 3 exceeds the maximum number of bytes. ', | |
| 'E01350001': 'MD is not specified. ', | |
| 'E01350008': 'MD format is not correct. ', | |
| 'E01360001': 'PaRes is not specified. ', | |
| 'E01370008': 'The format of the 3D secure display store name is incorrect. ', | |
| 'E01370012': 'The value of the 3D secure display store name exceeds the maximum number of bytes. ', | |
| 'E01390002': 'A member with the specified site ID and member ID does not exist. ', | |
| 'E01390010': 'A member with the specified site ID and member ID already exists. ', | |
| 'E01400007': 'A value other than “0” or “1” is specified in the member store free item return flag. ', | |
| 'E01410010': 'The transaction is prohibited. ', | |
| 'E01420010': 'The provisional sales validity period has been exceeded. ', | |
| 'E01430012': 'The member name value exceeds the maximum number of bytes. Ask the customer to re-enter. ', | |
| 'E01440008': 'The format of the renewal / continuation charge flag is incorrect. ', | |
| 'E01450008': 'The product code format is incorrect. ', | |
| 'E01460008': 'The security code format is incorrect. Ask the customer to re-enter. ', | |
| 'E01470008': 'The card registration sequence number format is incorrect. ', | |
| 'E01480008': 'The format of the holder is incorrect. Ask the customer to re-enter. ', | |
| 'E01480011': 'The maximum number of characters for the holder has been exceeded. Ask the customer to re-enter. ', | |
| 'E01490005': 'The sum of usage amount and tax shipping cost is outside the valid range. ', | |
| 'E01500001': 'The shop information string is not set. ', | |
| 'E01500005': 'The number of characters in the shop information string is incorrect. ', | |
| 'E01500012': 'The shop information string is inconsistent with other items. ', | |
| 'E01510001': 'Purchase info string is not set. ', | |
| 'E01510005': 'The number of characters in the purchasing information string is incorrect. ', | |
| 'E01510010': 'Use date format', | |
| 'E01510011': 'The usage date value is outside the specifiable range. ', | |
| 'E01510012': 'The purchasing info string is inconsistent with other fields. ', | |
| 'E01520002': 'An invalid value is set in the user device information. ', | |
| 'E01530001': 'The settlement result return URL is not set. ', | |
| 'E01530005': 'The settlement result return URL exceeds the maximum number of characters. ', | |
| 'E01540005': 'The URL for canceling the payment exceeds the maximum number of characters. ', | |
| 'E01550001': 'The date and time information string is not set. ', | |
| 'E01550005': 'The number of characters in the datetime information string is incorrect. ', | |
| 'E01550006': 'The date / time information string contains invalid characters. ', | |
| 'E01590005': 'Product code exceeds maximum number of digits. ', | |
| 'E01590006': 'The product code contains invalid characters. ', | |
| 'E01600001': 'Membership information check string is not set. ', | |
| 'E01600005': 'The member information check string exceeds the maximum number of characters. ', | |
| 'E01600012': 'The member information check string is inconsistent with other items. ', | |
| 'E01610005': 'The retry count is outside the range of 0 to 99. ', | |
| 'E01610006': 'A non-numeric value has been set for the retry count. ', | |
| 'E01620005': 'The session timeout value is outside the range of 0 to 9999. ', | |
| 'E01620006': 'A non-numeric value has been set for the session timeout value. ', | |
| 'E01630010': 'When registering a post-transaction card, the member ID of the transaction does not match the member ID of the parameter. ', | |
| 'E01640010': 'When registering a post-transaction card, the site ID of the transaction does not match the site ID of the parameter. ', | |
| 'E01650012': 'The specified shop does not belong to the specified site. ', | |
| 'E01660013': 'The language parameter has an unsupported value. ', | |
| 'E01670013': 'An unsupported value has been set for the output encoding. ', | |
| 'E01700001': 'The number of items is incorrect. ', | |
| 'E01710001': 'Transaction type (continuous charge) is not set. ', | |
| 'E01710002': 'The specified transaction class does not exist. ', | |
| 'E01730001': 'No bonus amount has been specified. ', | |
| 'E01730005': 'The bonus amount exceeds the maximum number of digits. ', | |
| 'E01730006': 'The product code is not “0000990”. ', | |
| 'E01730007': 'The bonus amount contains non-numeric characters. ', | |
| 'E01740001': 'The terminal processing serial number is not specified. ', | |
| 'E01740005': 'The terminal processing serial number exceeds the maximum number of digits. ', | |
| 'E01740007': 'The terminal processing serial number contains non-numeric characters. ', | |
| 'E01750001': 'The usage date is not specified. ', | |
| 'E01750008': 'The format of the usage date is incorrect. ', | |
| 'E01770002': 'Invalid indicator. ', | |
| 'E01780002': 'Invalidity check is invalid. ', | |
| 'E01790007': 'Invalid check date. ', | |
| 'E01790011': 'Check date exceeds maximum number of digits. ', | |
| 'E01800001': 'You have not entered your PIN. ', | |
| 'E01800008': 'The PIN code is not formatted correctly. ', | |
| 'E01800010': 'The PIN is not available. ', | |
| 'E01800050': 'The PIN is invalid. (0000 cannot be used). ', | |
| 'E01810001': 'Magnetic stripe classification is not specified. ', | |
| 'E01810008': 'An invalid format has been set for the magnetic stripe indicator. ', | |
| 'E01820001': 'Magnetic stripe information is not specified. ', | |
| 'E01820003': 'The number of characters in the magnetic stripe information is incorrect. ', | |
| 'E01820008': 'The format of the magnetic stripe information is incorrect. ', | |
| 'E01840010': 'The input parameter combination is invalid. ', | |
| 'E01850008': 'The update indicator is not in the correct format. ', | |
| 'E01860008': 'The card number mask flag is not formatted correctly. ', | |
| 'E01870008': 'The token type is not formatted correctly. ', | |
| 'E01880001': 'The registered member ID is not specified. ', | |
| 'E01880002': 'A member with the specified site ID and registered member ID does not exist. ', | |
| 'E01880008': 'The format of the registered member ID is incorrect. ', | |
| 'E01890001': 'The registered card registration sequence number is not specified. ', | |
| 'E01890002': 'The specified registered card does not exist. ', | |
| 'E01890006': 'The registered card registration serial number contains non-numeric characters. ', | |
| 'E01890009': 'The card registration sequence number exceeds the maximum number that can be registered. ', | |
| 'E01999998': '001 is not specified in item 1 “Format version”. ', | |
| 'E11010001': 'This transaction has already been settled. Cancel the payment and inform the customer that the transaction is not possible. ', | |
| 'E11010002': 'This transaction has not been settled and cannot be changed. Cancel the payment and inform the customer that the transaction is not possible. ', | |
| 'E11010003': 'This transaction cannot be processed for specified processing. Cancel the payment and inform the customer that the transaction is not possible. ', | |
| 'E11010010': 'This transaction cannot be processed because it is over 180 days old. Cancel the payment and inform the customer that the transaction is not possible. ', | |
| 'E11010011': 'This transaction cannot be processed because it is over 180 days old. Cancel the payment and inform the customer that the transaction is not possible. ', | |
| 'E11010012': 'This transaction cannot be processed because it is over 180 days old. Cancel the payment and inform the customer that the transaction is not possible. ', | |
| 'E11010013': 'This transaction cannot be processed because it is over 180 days old. Cancel the payment and inform the customer that the transaction is not possible. ', | |
| 'E11010014': 'This transaction cannot be processed because it is over 180 days old. Cancel the payment and inform the customer that the transaction is not possible. ', | |
| 'E11010015': 'This transaction cannot be processed because it is over 180 days old. Cancel the payment and inform the customer that the transaction is not possible. ', | |
| 'E11010016': 'This transaction cannot be processed because it is over 180 days old. Cancel the payment and inform the customer that the transaction is not possible. ', | |
| 'E11010017': 'This transaction cannot be processed because it is over 180 days old. Please cancel the payment and notify us that you cannot make a transaction. ', | |
| 'E11010099': 'This card cannot be used because the destination of the card used could not be determined. ', | |
| 'E11010999': 'The transaction may have already been completed. ', | |
| 'E11310001': 'Link settlement cannot be performed because the specified order has not been linked settlement. ', | |
| 'E11310002': 'This transaction cannot be linked to this transaction because it may have already been completed. ', | |
| 'E11310003': 'This transaction cannot perform link settlement because the retry count has been exceeded. ', | |
| 'E11310004': 'This transaction cannot perform link settlement due to session timeout. ', | |
| 'E11310005': 'Members who have already registered a card cannot perform post-card registration. This conflicts with card registration restrictions. ', | |
| 'E21010001': '3D secure authentication failed. Please stop payment and inform the customer that the transaction has not ended. ', | |
| 'E21010007': '3D secure authentication failed. Please stop payment and inform the customer that the transaction has not ended. ', | |
| 'E21010999': '3D secure authentication failed. Please stop payment and inform the customer that the transaction has not ended. ', | |
| 'E21020001': '3D secure authentication failed. Please stop payment and inform the customer that the transaction has not ended. ', | |
| 'E21020002': '3D secure authentication has been cancelled. Please stop payment and inform the customer that the transaction has not ended. ', | |
| 'E21020007': '3D secure authentication failed. Please stop payment and inform the customer that the transaction has not ended. ', | |
| 'E21020999': '3D secure authentication failed. Please stop payment and inform the customer that the transaction has not ended. ', | |
| 'E21010201': 'You cannot trade with this card. Use a card that supports 3D secure authentication. ', | |
| 'E21010202': 'You cannot trade with this card. After setting the 3D secure authentication password, re-settlement. ', | |
| 'E31500014': 'The request method is GET. Change to POST. ', | |
| 'E41170002': 'The entered card company is not supported. Ask the customer to re-enter with a different card number. ', | |
| 'E41170099': 'The card number is incorrect. After confirming the card number, ask the customer to re-enter. ', | |
| 'E61010001': 'Payment processing failed. Please display the transaction failure to the customer and inquire about the SPID setting status. ', | |
| 'E61010002': 'You have used an unusable card or the card number is incorrect. Please confirm the card company contract status by inquiry. ', | |
| 'E61010003': 'Payment processing failed. Cancel settlement and check the setting status', | |
| 'E61020001': 'The specified payment method has been suspended. Please cancel the settlement and check the usage status by inquiry. ', | |
| 'E61030001': 'Unavailable with the current contract. Please cancel the settlement and check the setting status by inquiry. ', | |
| 'E61040001': 'You cannot enter a card number. Under the current contract, payment processing with a specified card number is not permitted. Instead of linking card numbers as they are, please implement token support. Please refer to this FAQ. ', | |
| 'E82010001': 'An error occurred during execution because it was executed simultaneously from the same site. You can safely ignore this error. It will run normally in the first run. ', | |
| 'E90010001': 'You can safely ignore this error. Advance requests will be notified normally. Please wait for a while as we are currently processing. ', | |
| 'E91099996': 'System internal error. Please contact us after confirming the time of occurrence and call parameters. ', | |
| 'E91099997': 'The requested API does not exist. Please check the URL. Please contact us if you are unsure. ', | |
| 'E91019999': 'Payment processing failed. Please display the transaction failure to the customer, confirm the situation by inquiry, and cancel if necessary. ', | |
| 'E91020001': 'A communication timeout has occurred. Please display the transaction failure to the customer and check the situation by inquiry. ', | |
| 'E91029998': 'The payment process failed. Please display the transaction failure to the customer and check the situation by inquiry. ', | |
| 'E91029999': 'Payment processing failed. Please display the transaction failure to the customer, confirm the situation by inquiry, and cancel if necessary. ', | |
| 'E91050001': 'Payment processing failed. Check the template settings. Please contact us if you are unsure. ', | |
| 'E91060001': 'System internal error. Please show the transaction failure to the customer. Please contact us after confirming the time of occurrence and call parameters. ', | |
| 'E91099999': 'Payment processing failed. Please display the transaction failure to the customer, confirm the situation by inquiry, and cancel if necessary. ', | |
| 'E92000001': 'The number of simultaneous processes exceeds the specified value. Since it is very crowded, please make a payment again after a while. ', | |
| 'E92000002': 'The number of simultaneous processes exceeds the specified value. Since it is very crowded, please make a payment again after a while. ', | |
| 'EX1000301': 'The payment process failed because the specified token does not exist. Please enter your card number again. ', | |
| 'EX1000302': 'The specified token has already been used, so payment processing failed. Please enter your card number again. ', | |
| 'EX1000303': 'The payment process failed because the specified token has expired. Please enter your card number again. ', | |
| 'EX1000304': 'The payment process failed because the specified token is not correct. Please enter your card number again. ', | |
| 'M01001005': 'You have exceeded the maximum number of characters in your version. ', | |
| 'M01002001': 'Shop ID is not specified. ', | |
| 'M01002002': 'The specified ID and password shop does not exist. ', | |
| 'M01002008': 'The shop ID format is incorrect. ', | |
| 'M01003001': 'Shop password is not specified. ', | |
| 'M01003008': 'The format of the shop password is incorrect. ', | |
| 'M01004001': 'No order ID is specified. ', | |
| 'M01004002': 'The transaction with the specified order ID is not registered. ', | |
| 'M01004010': 'You already have an order ID. ', | |
| 'M01004012': 'The maximum number of characters in the order ID has been exceeded. ', | |
| 'M01004013': 'Invalid characters are included in the order ID. ', | |
| 'M01004014': 'The transaction with the specified order ID has already been requested to settle. ', | |
| 'M01005001': 'The usage amount is not specified. ', | |
| 'M01005005': 'The usage amount exceeds the maximum number of digits. ', | |
| 'M01005006': 'The usage amount includes non-numeric characters. ', | |
| 'M01005011': 'The usage amount exceeds the valid range. ', | |
| 'M01006005': 'The tax postage exceeds the maximum number of digits. ', | |
| 'M01006006': 'The tax shipping cost includes non-numeric characters. ', | |
| 'M01007001': 'Transaction ID is not specified. ', | |
| 'M01007008': 'The transaction ID format is incorrect. ', | |
| 'M01008001': 'Transaction I password is not specified. ', | |
| 'M01008008': 'The transaction password format is incorrect. ', | |
| 'M01009001': 'Payee convenience coating is not specified. ', | |
| 'M01009002': 'The specified payee convenience code is not correct. ', | |
| 'M01009005': 'You have exceeded the maximum number of payee convenience codes. ', | |
| 'M01010001': 'Your name is not specified. ', | |
| 'M01010012': 'Your name exceeds the maximum number of bytes. ', | |
| 'M01010013': 'The name contains illegal characters. ', | |
| 'M01011001': 'No reading is specified. ', | |
| 'M01011012': 'The maximum number of readings has been exceeded. ', | |
| 'M01011013': 'The reading contains illegal characters. ', | |
| 'M01012001': 'The phone number is not specified. ', | |
| 'M01012005': 'Your phone number exceeds the maximum number of characters. ', | |
| 'M01012008': 'The phone number format is incorrect. ', | |
| 'M01013005': 'The due date has exceeded the maximum number of characters. ', | |
| 'M01013006': 'A non-numeric character is specified for the due date. ', | |
| 'M01013011': 'There is no valid date range for the due date. ', | |
| 'M01014001': 'The result notification email address is not specified. ', | |
| 'M01014005': 'The maximum number of characters in the email address of the result notification destination has been exceeded. ', | |
| 'M01014008': 'The result notification email address format is incorrect. ', | |
| 'M01015005': 'Member\'s mail address exceeds the maximum number of characters. ', | |
| 'M01015008': 'The format of the merchant email address is incorrect. ', | |
| 'M01016012': 'Reservation number exceeds maximum number of bytes. ', | |
| 'M01016013': 'The reservation number contains invalid characters. ', | |
| 'M01017012': 'Your membership number exceeds the maximum number of bytes. ', | |
| 'M01017013': 'Your membership number contains invalid characters. ', | |
| 'M01018012': 'The maximum number of bytes in POS level display field 1 has been exceeded. ', | |
| 'M01018013': 'Invalid characters are included in POS level display field 1. ', | |
| 'M01019012': 'The maximum number of bytes in POS level display field 2 has been exceeded. ', | |
| 'M01019013': 'Invalid characters are included in POS level display field 2. ', | |
| 'M01020012': 'The maximum number of bytes in POS level display field 3 has been exceeded. ', | |
| 'M01020013': 'Invalid characters are included in POS level display field 3. ', | |
| 'M01021012': 'The maximum number of bytes in the POS register display field 4 has been exceeded. ', | |
| 'M01021013': 'Invalid characters are included in POS level display field 4. ', | |
| 'M01022012': 'The maximum number of bytes in the POS register display field 5 has been exceeded. ', | |
| 'M01022013': 'Invalid characters are included in POS register display field 5. ', | |
| 'M01023012': 'The maximum number of bytes in the POS register display field 6 has been exceeded. ', | |
| 'M01023013': 'Invalid characters are included in POS level display field 6. ', | |
| 'M01024012': 'The maximum number of bytes in POS level display field 7 has been exceeded. ', | |
| 'M01024013': 'Invalid characters are included in POS level display field 7. ', | |
| 'M01025012': 'The maximum number of bytes in the POS register display field 8 has been exceeded. ', | |
| 'M01025013': 'Invalid characters are included in POS level display field 8. ', | |
| 'M01026012': 'Receive display column 1 exceeds the maximum number of bytes. ', | |
| 'M01026013': 'The receipt display field 1 contains invalid characters. ', | |
| 'M01027012': 'Receipt display field 2 exceeds the maximum number of bytes. ', | |
| 'M01027013': 'The receipt display field 2 contains invalid characters. ', | |
| 'M01028012': 'Receipt display field 3 exceeds the maximum number of bytes. ', | |
| 'M01028013': 'The receipt display field 3 contains invalid characters. ', | |
| 'M01029012': 'Receipt display field 4 exceeds the maximum number of bytes. ', | |
| 'M01029013': 'The receipt display field 4 contains invalid characters. ', | |
| 'M01030012': 'Receipt display field 5 exceeds the maximum number of bytes. ', | |
| 'M01030013': 'The receipt display field 5 contains invalid characters. ', | |
| 'M01031012': 'Receipt display field 6 exceeds the maximum number of bytes. ', | |
| 'M01031013': 'The receipt display field 6 contains invalid characters. ', | |
| 'M01032012': 'Receipt display field 7 exceeds the maximum number of bytes. ', | |
| 'M01032013': 'The receipt display field 7 contains invalid characters. ', | |
| 'M01033012': 'Receipt display field 8 exceeds the maximum number of bytes. ', | |
| 'M01033013': 'The receipt display field 8 contains invalid characters. ', | |
| 'M01034012': 'Receipt display field 9 exceeds the maximum number of bytes. ', | |
| 'M01034013': 'The receipt display field 9 contains invalid characters. ', | |
| 'M01035012': 'Receive display field 10 exceeds the maximum number of bytes. ', | |
| 'M01035013': 'The receipt display field 10 contains invalid characters. ', | |
| 'M01036001': 'The contact information is not specified. ', | |
| 'M01036012': 'The maximum number of bytes for contact has been exceeded. ', | |
| 'M01036013': 'The contact information contains invalid characters. ', | |
| 'M01037001': 'Contact phone number is not specified. ', | |
| 'M01037005': 'The contact phone number exceeds the maximum number of characters. ', | |
| 'M01037008': 'Your phone number is not a number or a character other than-. ', | |
| 'M01038001': 'Your contact time is not specified. ', | |
| 'M01038005': 'The inquiry reception time exceeds the maximum number of characters. ', | |
| 'M01038008': 'A number other than “:,” “”-“is specified for the contact time. ', | |
| 'M01039012': 'Member\'s free item 1 exceeds the maximum number of bytes. ', | |
| 'M01039013': 'Invalid characters are included in the free item 1 of member store. ', | |
| 'M01040012': 'Member\'s free item 2 exceeds the maximum number of bytes. ', | |
| 'M01040013': 'The merchant free field 2 contains illegal characters. ', | |
| 'M01041012': 'The member store free item 3 has exceeded the maximum number of bytes. ', | |
| 'M01041013': 'Illegal characters are included in free item 3 of merchant. ', | |
| 'M01042005': 'The result return method flag exceeds the maximum number of characters. ', | |
| 'M01042011': 'A value other than “0” or “1” is specified in the result return method flag. ', | |
| 'M01043001': 'The product / service name is not specified. ', | |
| 'M01043012': 'The product or service name has exceeded the maximum number of bytes. ', | |
| 'M01043013': 'The product / service name contains invalid characters. ', | |
| 'M01044012': 'You have exceeded the maximum number of bytes in the payment start email additional information. ', | |
| 'M01044013': 'Invalid characters are included in the payment start mail additional information. ', | |
| 'M01045012': 'The payment completion email additional information exceeds the maximum number of bytes. ', | |
| 'M01045013': 'The payment completion email additional information contains invalid characters. ', | |
| 'M01046012': 'The payment confirmation screen additional information exceeds the maximum number of bytes. ', | |
| 'M01046013': 'Illegal characters are included in the payment confirmation screen additional information. ', | |
| 'M01047012': 'The payment completion screen additional information exceeds the maximum number of bytes. ', | |
| 'M01047013': 'The payment completion screen additional information contains invalid characters. ', | |
| 'M01048005': 'You have exceeded the maximum number of seconds due for payment. ', | |
| 'M01048006': 'A non-numeric character has been specified for the payment deadline. ', | |
| 'M01048011': 'There is no valid range for payment due seconds. ', | |
| 'M01049012': 'You have exceeded the maximum number of bytes in the payment start email additional information. ', | |
| 'M01049013': 'Invalid characters are included in the payment start mail additional information. ', | |
| 'M01050012': 'The payment completion email additional information exceeds the maximum number of bytes. ', | |
| 'M01050013': 'The payment completion email additional information contains invalid characters. ', | |
| 'M01051001': 'Payment method is not specified. ', | |
| 'M01051005': 'The maximum number of characters exceeds the payment method. ', | |
| 'M01051011': 'There is no valid range for the payment method. ', | |
| 'M01052011': 'The payment due date has been exceeded. ', | |
| 'M01053002': 'The specified convenience store cannot be used. ', | |
| 'M01054001': 'The processing category is not specified. ', | |
| 'M01054004': 'There are no operations that can be processed for the current state of the transaction. ', | |
| 'M01054010': 'The specified process indicator is not defined. ', | |
| 'M01055010': 'This does not match the total value of transaction charges / tax charges or the specified total charges / tax charges. ', | |
| 'M01055011': 'The specified sum of usage amount and tax postage is over the total amount of transaction usage amount and tax postage. ', | |
| 'M01056001': 'The redirect URL is not specified. ', | |
| 'M01056012': 'The maximum number of characters in the redirect URL has been exceeded. ', | |
| 'M01057010': 'You have exceeded the cancelable period. ', | |
| 'M01058002': 'The specified transaction does not exist. ', | |
| 'M01058010': 'The transaction shop ID does not match the specified shop ID. ', | |
| 'M01059001': 'The return URL is not set. ', | |
| 'M01059005': 'The maximum number of characters for the return URL has been exceeded. ', | |
| 'M01059012': 'Return URL exceeds the maximum number of characters. ', | |
| 'M01060010': 'The provisional sales validity period has been exceeded. ', | |
| 'M01061001': 'The financial institution code is not set. ', | |
| 'M01061002': 'A non-existent financial institution code has been set. ', | |
| 'M01061005': 'The maximum number of digits in the financial institution code has been exceeded. ', | |
| 'M01062001': 'The branch code is not set. ', | |
| 'M01062002': 'A non-existent branch code has been set. ', | |
| 'M01062005': 'The maximum number of digits in the branch code has been exceeded. ', | |
| 'M01063001': 'Membership registration category is not set. ', | |
| 'M01063002': 'A non-existing membership registration category has been set. ', | |
| 'M01064001': 'The account holder (surname: kanji) is not set. ', | |
| 'M01064003': 'The account holder (surname: kanji) exceeds the maximum number of characters. ', | |
| 'M01064013': 'There are characters that cannot be used by the account holder (surname: Kanji). ', | |
| 'M01065001': 'The account holder (surname: reading) is not set. ', | |
| 'M01065003': 'The account holder (last name: reading) exceeds the maximum number of characters. ', | |
| 'M01065013': 'It contains characters that cannot be used by the account holder (last name: reading). ', | |
| 'M01066001': 'The account holder (name: kanji) is not set. ', | |
| 'M01066003': 'The account holder (name: Kanji) has exceeded the maximum number of characters. ', | |
| 'M01066013': 'There are characters that cannot be used by the account holder (name: Kanji). ', | |
| 'M01067001': 'Account holder (name: reading) is not set. ', | |
| 'M01067003': 'The account holder (name: reading) exceeds the maximum number of characters. ', | |
| 'M01067013': 'The characters that cannot be used by the account holder (name: reading) are included. ', | |
| 'M01068001': 'The account holder (corporate name kanji) is not set. ', | |
| 'M01068003': 'The account holder (corporate name Kanji) exceeds the maximum number of characters. ', | |
| 'M01068013': 'There are characters that cannot be used by the account holder (corporate name Kanji). ', | |
| 'M01069001': 'Account holder (corporate name reading) is not set. ', | |
| 'M01069003': 'The account holder (corporate name reading) exceeds the maximum number of characters. ', | |
| 'M01069013': 'The characters that cannot be used by the account holder (corporate name reader) are included. ', | |
| 'M01070001': 'Account number is not set. ', | |
| 'M01070002': 'A non-existing deposit type has been set. ', | |
| 'M01071001': 'Account number is not set. ', | |
| 'M01071005': 'Your account number exceeds the maximum number of digits. ', | |
| 'M01071006': 'The account number contains non-numeric characters. ', | |
| 'M01073001': 'Transaction ID is not set. ', | |
| 'M01073002': 'A non-existing transaction ID was specified. ', | |
| 'M01073004': 'The specified application process cannot be executed. ', | |
| 'M01074090': 'The token is invalid. ', | |
| 'M01075001': 'Account name is not set. ', | |
| 'M01075005': 'The account name exceeds the maximum number of characters. ', | |
| 'M01075013': 'There are characters that cannot be used in account names. ', | |
| 'M01076001': 'The user terminal is not set. ', | |
| 'M01076010': 'The specified user terminal is not defined. ', | |
| 'M01077005': 'The account name kanji has exceeded the maximum number of characters. ', | |
| 'M01077013': 'The account name contains Kanji characters that cannot be used. ', | |
| 'M01078005': 'The number of digits in the currency code is incorrect. ', | |
| 'M01078010': 'No currency code is available. ', | |
| 'M01079010': 'No locale is available. ', | |
| 'M01080001': 'No description has been set. ', | |
| 'M01080005': 'The maximum number of characters has been exceeded. ', | |
| 'M01080013': 'The character cannot be used for description. ', | |
| 'M01081011': 'There is no valid range for the settlement result URL expiration date. ', | |
| 'M01081013': 'Characters that cannot be used for the settlement result URL expiry seconds are included. ', | |
| 'M01082001': 'Service name is not set. ', | |
| 'M01082005': 'The service name exceeds the maximum number of characters. ', | |
| 'M01082013': 'The service name contains characters that cannot be used. ', | |
| 'M01083001': 'Service phone number is not set. ', | |
| 'M01084002': 'A non-existent OpenID was specified. ', | |
| 'M01085001': 'No cancellation amount is specified. ', | |
| 'M01085005': 'The cancellation amount exceeds the maximum number of digits. ', | |
| 'M01085006': 'Cancellation amount includes non-numeric characters. ', | |
| 'M01085010': 'The authorization amount and the cancellation amount do not match. ', | |
| 'M01085011': 'The cancellation amount exceeds the authorized amount. ', | |
| 'M01086005': 'Cancellation tax shipping cost exceeds maximum number of digits. ', | |
| 'M01086006': 'Cancellation tax shipping costs include non-numeric characters. ', | |
| 'M01087012': 'Docomo display item 1 exceeds the maximum number of digits. ', | |
| 'M01087013': 'Docomo display item 1 contains characters that cannot be used. ', | |
| 'M01088012': 'Docomo display item 2 exceeds the maximum number of digits. ', | |
| 'M01088013': 'Docomo display item 2 contains characters that cannot be used. ', | |
| 'M01089010': 'The processing request execution deadline has been exceeded. ', | |
| 'M01091001': 'No confirmation date has been set. ', | |
| 'M01091010': 'No confirmation date is available. ', | |
| 'M01092001': 'The first month usage fee free charge category is not set. ', | |
| 'M01092010': 'There is no free first month usage classification available. ', | |
| 'M01093001': 'No free usage for the end month is set. ', | |
| 'M01093004': 'You can\'t set the end month free because the transaction is finalized. ', | |
| 'M01093010': 'There is no free month usage fee classification available. ', | |
| 'M01094001': 'Continuous billing month is not set. ', | |
| 'M01094008': 'The recurring billing month format is incorrect. ', | |
| 'M01095010': 'Cannot be processed because the billing data for the current month has not been generated. Please re-execute after retiring. ', | |
| 'M01096010': 'The specified time has not elapsed since the last execution. Please re-execute after retiring. ', | |
| 'M01097010': 'Continuous billing change / end processing from the shop will not be accepted from the end of the month from 20:00 to 24:00. ', | |
| 'M01100012': 'The transfer details exceed the maximum number of digits. ', | |
| 'M01100013': 'Characters that cannot be used for transfer are included. ', | |
| 'M01101001': 'The initial charge usage amount is not set. ', | |
| 'M01107010': 'There is no available initial billing date. ', | |
| 'M01120001': 'NET CASH payment method is not specified. ', | |
| 'M01120010': 'NET CASH payment method is invalid. ', | |
| 'M01120012': 'NET CASH payment method exceeds maximum number of bytes. ', | |
| 'M01120013': 'NET CASH payment method contains illegal characters. ', | |
| 'M01500001': 'The shop information string is not set. ', | |
| 'M01500005': 'The number of characters in the shop information string is incorrect. ', | |
| 'M01500012': 'The shop information string is inconsistent with other items. ', | |
| 'M01510001': 'The purchase information string is not set. ', | |
| 'M01510005': 'The number of characters in the purchase information string is incorrect. ', | |
| 'M01510012': 'The purchase information string is inconsistent with other items. ', | |
| 'M01520002': 'An invalid value is set in the user terminal information. ', | |
| 'M01530001': 'The settlement result return URL is not set. ', | |
| 'M01530005': 'The settlement result return URL exceeds the maximum number of characters. ', | |
| 'M01540005': 'The URL exceeds the maximum number of characters when canceling payment. ', | |
| 'M01550001': 'The date / time information string is not set. ', | |
| 'M01550005': 'The number of characters in the date / time information string is incorrect. ', | |
| 'M01550006': 'The date / time information string contains invalid characters. ', | |
| 'M01590005': 'The product code exceeds the maximum number of digits. ', | |
| 'M01590006': 'The product code contains invalid characters. ', | |
| 'M01600001': 'The member information check string is not set. ', | |
| 'M01600005': 'The member information check string exceeds the maximum number of characters. ', | |
| 'M01600012': 'The member information check string is inconsistent with other items. ', | |
| 'M01610005': 'The number of retries is outside the range of 0 to 99. ', | |
| 'M01610006': 'The number of retries is set to something other than a number. ', | |
| 'M01620005': 'The session timeout value is outside the range of 0 to 9999. ', | |
| 'M01620006': 'The session timeout value is set to a non-numeric value. ', | |
| 'M01630010': 'When registering a post-transaction cart, the member ID of the transaction does not match the member ID of the parameter. ', | |
| 'M01640010': 'When registering a post-trade cart, the site ID of the transaction does not match the site ID of the parameter. ', | |
| 'M01650012': 'The specified shop does not belong to the specified site. ', | |
| 'M01660013': 'The language parameter is set to a value that is not supported. ', | |
| 'M01670013': 'An unsupported value is set for output encoding. ', | |
| 'M01680001': 'The payment use flag is not set. ', | |
| 'M01680008': 'A value other than “0” or “1” is specified in the payment use flag. ', | |
| 'M01700001': 'There is no e-mail link usage agreement or the usage is suspended. ', | |
| 'M01701002': 'The email link data you have called does not exist. ', | |
| 'M01702003': 'The e-mail link data you have called has expired. ', | |
| 'M01703001': 'Unique string is not specified. ', | |
| 'M01703005': 'The length of the unique character string is not 32 bytes. ', | |
| 'M01704005': 'The template number exceeds one digit. ', | |
| 'M01704006': 'The template number is set to something other than a number. ', | |
| 'M11010099': 'This transaction has not been settled. ', | |
| 'M11010999': 'None in particular', | |
| 'M91099999': 'The payment process failed. ', | |
| '42C010000': 'The payment process failed. Do you feel sorry, please wait a while and start over from the purchase screen? ', | |
| '42C030000': 'The payment process failed. Do you feel sorry, please wait a while and start over from the purchase screen? ', | |
| '42C120000': 'Payment processing failed. Do you feel sorry, please wait a while and start over from the purchase screen? ', | |
| '42C130000': 'The payment process failed. Do you feel sorry, please wait a while and start over from the purchase screen? ', | |
| '42C140000': 'The payment process failed. Do you feel sorry, please wait a while and start over from the purchase screen? ', | |
| '42C150000': 'The payment process failed. Do you feel sorry, please wait a while and start over from the purchase screen? ', | |
| '42C500000': 'Payment processing failed. Do you feel sorry, please wait a while and start over from the purchase screen? ', | |
| '42C510000': 'The payment process failed. Do you feel sorry, please wait a while and start over from the purchase screen? ', | |
| '42C530000': 'The payment process failed. Do you feel sorry, please wait a while and start over from the purchase screen? ', | |
| '42C540000': 'Payment processing failed. Do you feel sorry, please wait a while and start over from the purchase screen? ', | |
| '42C550000': 'The payment process failed. Do you feel sorry, please wait a while and start over from the purchase screen? ', | |
| '42C560000': 'The payment process failed. Do you feel sorry, please wait a while and start over from the purchase screen? ', | |
| '42C570000': 'The payment process failed. Do you feel sorry, please wait a while and start over from the purchase screen? ', | |
| '42C580000': 'Payment processing failed. Do you feel sorry, please wait a while and start over from the purchase screen? ', | |
| '42C600000': 'The payment process failed. Do you feel sorry, please wait a while and start over from the purchase screen? ', | |
| '42C700000': 'The payment process failed. Do you feel sorry, please wait a while and start over from the purchase screen? ', | |
| '42C710000': 'The payment process failed. Do you feel sorry, please wait a while and start over from the purchase screen? ', | |
| '42C720000': 'The payment process failed. Do you feel sorry, please wait a while and start over from the purchase screen? ', | |
| '42C730000': 'The payment process failed. Do you feel sorry, please wait a while and start over from the purchase screen? ', | |
| '42C740000': 'The payment process failed. Do you feel sorry, please wait a while and start over from the purchase screen? ', | |
| '42C750000': 'Payment processing failed. Do you feel sorry, please wait a while and start over from the purchase screen? ', | |
| '42C760000': 'Payment processing failed. Do you feel sorry, please wait a while and start over from the purchase screen? ', | |
| '42C770000': 'The payment process failed. Do you feel sorry, please wait a while and start over from the purchase screen? ', | |
| '42C780000': 'The payment process failed. Do you feel sorry, please wait a while and start over from the purchase screen? ', | |
| '42G020000': 'The payment could not be completed due to insufficient cart balance. ', | |
| '42G030000': 'The final settlement could not be completed because the cart limit was exceeded. ', | |
| '42G040000': 'You are unable to complete the payment due to a shortage of cart balances. ', | |
| '42G050000': 'The payment could not be completed because the cart limit was exceeded. ', | |
| '42G120000': 'This cart cannot trade. ', | |
| '42G220000': 'This cart cannot trade. ', | |
| '42G300000': 'This cart cannot trade. ', | |
| '42G420000': 'The payment could not be completed because the password is incorrect. ', | |
| '42G440000': 'The payment could not be completed because the security code was incorrect. ', | |
| '42G450000': 'The payment could not be completed because the security code has not been entered. ', | |
| '42G540000': 'This cart cannot trade. ', | |
| '42G550000': 'The payment could not be completed because the cart limit was exceeded. ', | |
| '42G560000': 'This cart cannot trade. ', | |
| '42G600000': 'This cart cannot trade. ', | |
| '42G610000': 'This cart cannot trade. ', | |
| '42G650000': 'Could not complete payment due to incorrect cart number. ', | |
| '42G670000': 'The payment could not be completed due to an error in the product code. ', | |
| '42G680000': 'The payment could not be completed because the amount is incorrect. ', | |
| '42G690000': 'The payment could not be completed due to an incorrect tax shipping cost. ', | |
| '42G700000': 'The payment could not be completed due to an incorrect Bonus count. ', | |
| '42G710000': 'The payment could not be completed due to an error in the Bonus month. ', | |
| '42G720000': 'The payment could not be completed due to an incorrect Bonus amount. ', | |
| '42G730000': 'The payment could not be completed due to an error in the payment start month. ', | |
| '42G740000': 'The payment could not be completed due to an error in the number of divisions. ', | |
| '42G750000': 'The payment could not be completed because the split amount was incorrect. ', | |
| '42G760000': 'The payment could not be completed because the initial amount was incorrect. ', | |
| '42G770000': 'The payment could not be completed due to an error in the business category. ', | |
| '42G780000': 'The payment could not be completed due to an incorrect payment category. ', | |
| '42G790000': 'The payment could not be completed due to an error in the inquiry category. ', | |
| '42G800000': 'The payment could not be completed due to an error in the cancellation category. ', | |
| '42G810000': 'The payment could not be completed due to an error in the cancellation handling category. ', | |
| '42G830000': 'The payment could not be completed due to an incorrect expiration date. ', | |
| '42G920000': 'This cart cannot trade. ', | |
| '42G950000': 'This cart cannot trade. ', | |
| '42G960000': 'This cart cannot trade. ', | |
| '42G970000': 'This cart cannot trade. ', | |
| '42G980000': 'This cart cannot be traded. ', | |
| '42G990000': 'This cart cannot be traded. ', | |
| 'B01000002': '[Settlement result inquiry] The settlement start email sent from Rakuten Edy Center has not been delivered. Possible reasons for non-delivery include changing the email address on the mobile device side or refusing the domain. ', | |
| 'B01000003': '[Settlement result inquiry] There is no corresponding order number at Rakuten Edy Center. ', | |
| 'B01000100': 'The order number you specified for the settlement application has already been registered with the Rakuten Edy Center. ', | |
| 'B01001011': 'The specified mall ID is incorrect (not the tag itself)', | |
| 'B01001012': 'The specified mall ID is incorrect (no value)', | |
| 'B01001013': 'The specified mall ID is invalid (size error)', | |
| 'B01001014': 'The specified mall ID is invalid (attribute error)', | |
| 'B01001021': 'The specified order number is incorrect (no tag itself)', | |
| 'B01001022': 'The specified order number is incorrect (no value)', | |
| 'B01001023': 'The specified order number is incorrect (size error)', | |
| 'B01001024': 'The specified order number is incorrect (attribute error)', | |
| 'B01001031': 'The specified purchase price range is incorrect (no tag itself)', | |
| 'B01001032': 'The specified purchase price range is incorrect (no value)', | |
| 'B01001033': 'The specified purchase price range is incorrect (size error)', | |
| 'B01001034': 'The specified purchase price range is incorrect (attribute error)', | |
| 'B01001035': 'The specified purchase price range is incorrect (value error)', | |
| 'B01001041': 'Specified user email address range is incorrect (not the tag itself)', | |
| 'B01001042': 'Specified user email address range is incorrect (value not found)', | |
| 'B01001043': 'Specified user email address range is invalid (size error)', | |
| 'B01001044': 'To date time specification (attribute error)', | |
| 'B01001045': 'The specified user email address range is invalid (value error)', | |
| 'B01001055': 'The specified <search condition> exceeds the specified range', | |
| 'B01001064': 'The specified backup is incorrect (attribute error)', | |
| 'B01001083': 'There is an error in the invoice mail addition specification (size error)', | |
| 'B01001111': 'There is an error in the payment end notification specification (not the tag itself)', | |
| 'B01001112': 'There is an error in the payment end notification specification (no value)', | |
| 'B01001113': 'There is an error in the payment end notification specification (size error)', | |
| 'B01001114': 'There is an error in the payment end notification specification (attribute error)', | |
| 'B01001121': 'The specified expiration date is incorrect (not the tag itself)', | |
| 'B01001122': 'The specified expiration date is invalid (not a value)', | |
| 'B01001123': 'The specified expiration date is invalid (size error)', | |
| 'B01001124': 'The specified expiration date is invalid (attribute error)', | |
| 'B01001125': 'The specified expiration date is invalid (value error)', | |
| 'B01002001': 'The Rakuten Edy Center service has stopped', | |
| 'B01002010': 'The specified merchant ID is not available (not registered)', | |
| 'B01002011': 'The specified merchant ID cannot be used (blocked)', | |
| 'B01002012': 'The specified merchant ID cannot be used (out of application period)', | |
| 'B01003001': 'System error 1', | |
| 'B01003002': 'System error 2', | |
| 'B01003007': 'System error 3', | |
| 'B01003008': 'System error 4', | |
| 'B01003009': 'System error 5', | |
| 'B01004001': 'A merchant ID different from the client certificate information was specified', | |
| 'B01007001': 'There is an error in the payment completion URL specification (not the tag itself)', | |
| 'B01007002': 'There is an error in the payment completion URL specification (no value)', | |
| 'B01007003': 'There is an error in the payment completion URL specification (size error)', | |
| 'B01007004': 'There is an error in the payment completion URL specification (attribute error)', | |
| 'B01007005': 'There is an error in the payment completion URL specification (value error)', | |
| 'B01007011': 'The specified user email address is incorrect (attribute error)', | |
| 'B01007021': 'The specified mall mail address is incorrect (attribute error)', | |
| 'B01009000': '[Payment application] There is an error in the member store ID specification', | |
| 'B01009001': '[Payment application] incorrect password specification', | |
| 'B01009002': '[Payment application] There is an error in the specification of the order number', | |
| 'B01009003': '[Payment application] There is an error in the specified amount', | |
| 'B01009004': '[Payment Application] User Mail Address is incorrectly specified', | |
| 'B01009005': '[Payment application] There is an error in the e-mail address specification of the member store', | |
| 'B01009006': '[Payment application] There is an error in the reserve specification', | |
| 'B01009007': '[Payment application] There is an error in the customer name specification', | |
| 'B01009008': '[Payment application] There is an error in the specification of additional information for the invoice email', | |
| 'B01009009': '[Payment application] There is an error in the specification of payment completion email additional information', | |
| 'B01009010': '[Payment application] There is an error in the store name specification', | |
| 'B01009011': '[Payment application] There is an error in the payment end notification URL specification', | |
| 'B01009012': '[Payment application] There is an error in the expiration date specification', | |
| 'B01009013': '[Payment application] XML format is incorrect', | |
| 'B01009014': '[Application for payment] HTML error Contents received from Rakuten Edy Center or unexpected contents', | |
| 'B01009050': '[Settlement result inquiry] There is an error in the merchant ID specification', | |
| 'B01009051': '[Settlement result inquiry] Password is incorrect', | |
| 'B01009052': '[Settlement result inquiry] There is an error in the specification of the order number', | |
| 'B01009053': '[Payment result inquiry] From date / time is specified incorrectly', | |
| 'B01009054': '[Payment result inquiry] To date / time is specified incorrectly', | |
| 'B01009055': '[Payment result inquiry] There is an error in the search pattern specification', | |
| 'B01009056': '[Settlement result query] XML error', | |
| 'B01009057': '[Settlement result inquiry] HTML error', | |
| 'B01009100': 'The HTTP response code received from the center was abnormal (100) HTTP-Status-Continue', | |
| 'B01009101': 'The HTTP response code received from the center was abnormal (101) HTTP-Status-SwitchingProtocol', | |
| 'B01009201': 'The HTTP response code received from the center is abnormal (201) HTTP-Status-Created', | |
| 'B01009202': 'The HTTP response code received from the center was abnormal (202) HTTP-Status-Accepted', | |
| 'B01009203': 'The HTTP response code received from the center was abnormal (203) HTTP-Status-NonAuthoritative Infomation', | |
| 'B01009204': 'The HTTP response code received from the center was abnormal (204) HTTP-Status-NoContent', | |
| 'B01009205': 'The HTTP response code received from the center was abnormal (205) HTTP-Status-ResetContent', | |
| 'B01009206': 'The HTTP response code received from the center was abnormal (206) HTTP-Status-PartialContent', | |
| 'B01009300': '(300) HTTP-Status-MultipleChoices', | |
| 'B01009301': '(301) HTTP-Status-MovePermanently', | |
| 'B01009302': '(302) HTTP-Status-MovedTemporarily', | |
| 'B01007600': 'Server is closed', | |
| 'B01009303': '(303) HTTP-Status-SeeOther', | |
| 'B01009304': '(304) HTTP-Status-NotModified', | |
| 'B01009305': '(305) HTTP-Status-UseProxy', | |
| 'B01009400': '(400) HTTP-Status-BadRequest', | |
| 'B01009401': '(401) HTTP-Status-Unauthorized', | |
| 'B01009402': '(402) HTTP-Status-PaymentRequired', | |
| 'B01009403': '(403) HTTP-Status-Forbidden', | |
| 'B01009404': '(404) HTTP-Status-NotFound', | |
| 'B01009405': '(405) HTTP-Status-MethodNotAllowed', | |
| 'B01009406': '(406) HTTP-Status-NotAcceptable', | |
| 'B01009407': '(407) HTTP-Status-ProxyAuthenticationRequired', | |
| 'B01009408': '(408) HTTP-Status-RequestTimeout', | |
| 'B01009409': '(409) HTTP-Status-Conflict', | |
| 'B01009410': '(410) HTTP-Status-Gone', | |
| 'B01009411': '(411) HTTP-Status-LengthRequired', | |
| 'B01009412': '(412) HTTP-Status-PreconditionFailed', | |
| 'B01009413': '(413) HTTP-Status-RequestEntityTooLarge', | |
| 'B01009414': '(414) HTTP-Status-RequestURITooLong', | |
| 'B01009415': '(415) HTTP-Status-UnsupportedMediaType', | |
| 'B01009500': '(500) HTTP-Status-InternalServerError', | |
| 'B01009501': '(501) HTTP-Status-NotInplemented', | |
| 'B01009502': '(502) HTTP-Status-BadGateway', | |
| 'B01009503': '(503) HTTP-Status-ServiceUnavailable', | |
| 'B01009504': '(504) HTTP-Status-GatewayTimeout', | |
| 'B01009505': '(505) HTTP-Status-HTTPVersionNotSupported', | |
| 'B01009600': 'Failed to start communication with the center', | |
| 'B01009601': 'Failed to start communication with the center (name resolution)', | |
| 'B01009602': 'Communication with center (IP address resolution) failed', | |
| 'B01009603': 'Failed to start communication with the center (connect)', | |
| 'B01009604': 'An error occurred while communicating with the center', | |
| 'B01009605': 'An error occurred during communication (during reception) with the center', | |
| 'B01009606': 'An error occurred during communication with the center (when sending)', | |
| 'B01009607': 'There was an error in the content received from the center (HTTP Header part)', | |
| 'B01009610': 'Failed to start communication with Proxy server', | |
| 'B01009611': 'Failed to start communication (name resolution) with Proxy server', | |
| 'B01009612': 'Failed to start communication with Proxy server (IP Address resolution)', | |
| 'B01009613': 'Failed to start communication with Proxy server (connect)', | |
| 'B01009614': 'An error occurred while communicating with the proxy server', | |
| 'B01009615': 'An error occurred during communication with the proxy server (when receiving)', | |
| 'B01009616': 'An error occurred during communication with the proxy server (when sending)', | |
| 'B01009617': 'The content received from the Proxy server was invalid', | |
| 'B01009620': 'An error occurred while initializing SSL communication', | |
| 'B01009621': 'An error occurred while initializing SSL communication', | |
| 'B01009622': 'An error occurred while initializing SSL communication', | |
| 'B01009623': 'An error occurred while initializing SSL communication', | |
| 'B01009624': 'An error occurred while initializing SSL communication', | |
| 'B01009625': 'An error occurred while initializing SSL communication', | |
| 'B01009626': 'An error occurred during SSL communication handshake', | |
| 'B01009627': 'An error occurred during SSL communication handshake', | |
| 'B01009628': 'An error occurred during SSL communication handshake', | |
| 'B01009629': 'An error occurred when receiving SSL communication', | |
| 'B01009630': 'An error occurred when sending SSL communication', | |
| 'B01009700': 'An error occurred when reading the definition file (socket definition file)', | |
| 'B01009701': 'An error occurred when reading the definition file (communication definition file)', | |
| 'B01009702': 'An error occurred when reading the definition file (log definition file)', | |
| 'B01009900': 'An internal error occurred in the Rakuten Edy payment program', | |
| 'B01009901': 'An error occurred while interpreting the URL', | |
| 'B01009902': 'An error occurred during character code conversion', | |
| 'B01009903': 'URL protocol error', | |
| 'B01009904': 'SIGTERM received', | |
| 'B01009999': 'Failed to interpret XML string', | |
| 'S01000002': 'Please make a payment from the online list of mobile Suica apps. ', | |
| 'S01001001': 'Settlement request processing failed. Do you feel sorry, please wait a while and start over from the purchase screen? ', | |
| 'S01001002': 'Settlement request processing failed. Do you feel sorry, please wait a while and start over from the purchase screen? ', | |
| 'S01001006': 'Mobile Suica payment cannot be used. ', | |
| 'S01001007': 'After registering Mobile Suica, please try again from the purchase screen. ', | |
| 'S01001008': 'The number of payment requests for Mobile Suica payment is over. Please check the online list of mobile Suica apps and try again from the purchase screen. ', | |
| 'S01001010': 'Settlement processing failed. Do you feel sorry, please wait a while and start over from the purchase screen? ', | |
| 'S01001012': 'No registration data', | |
| 'S01001015': 'Please check the registration status of Mobile Suica and try again from the purchase screen. ', | |
| 'S01001016': 'Settlement process failed. Do you feel sorry, please wait a while and start over from the purchase screen? ', | |
| 'S01001017': 'Settlement processing failed. Do you feel sorry, please wait a while and start over from the purchase screen? ', | |
| 'S01009901': 'The payment process failed. Do you feel sorry, please wait a while and start over from the purchase screen? ', | |
| 'S01009902': 'The payment process failed. Do you feel sorry, please wait a while and start over from the purchase screen? ', | |
| 'W0100W001': 'Invalid data type', | |
| 'W0100W002': 'UserId / Password does not exist', | |
| 'W0100W003': 'Storage processing company code / payment code does not match', | |
| 'W0100W004': '2DBC processing company number / contract matter number does not match', | |
| 'W0100W005': 'Deposit processing company / payment code does not match', | |
| 'W0100W090': 'Error getting key data', | |
| 'W0100W600': 'Error during storage item check (invalid value)', | |
| 'W0100W601': 'Error during storage processing item check (Payment code not set)', | |
| 'W0100W602': 'Error during storage processing item check (insufficient payment code digit)', | |
| 'W0100W603': 'Error during storage processing item check (reception number not set)', | |
| 'W0100W604': 'Error during storage processing item check (Insufficient reception number digits)', | |
| 'W0100W605': 'Error during storage processing item check (company code not set)', | |
| 'W0100W606': 'Error during storage processing item check (insufficiency of company code digits)', | |
| 'W0100W607': 'Error during storage processing item check (phone number not set)', | |
| 'W0100W608': 'Error during storage item check (kanji name not set)', | |
| 'W0100W609': 'Error during storage item check (payment deadline not set)', | |
| 'W0100W610': 'Storage processing item check error (payment due date non-numeric value)', | |
| 'W0100W611': 'Error during storage processing item check (payment due date invalid)', | |
| 'W0100W612': 'Error during storage processing item check (Invalid payment due date and time value)', | |
| 'W0100W613': 'Error during storage processing item check (payment due date invalid)', | |
| 'W0100W614': 'Error during storage processing item check (payment amount not set)', | |
| 'W0100W615': 'Error during storage processing item check (incorrect payment amount value)', | |
| 'W0100W616': 'Error during storage processing item check (payment amount ≤ 0)', | |
| 'W0100W617': 'Error during storage item check (payment amount> 999999)', | |
| 'W0100W640': 'Storage information duplication error', | |
| 'W0100W641': 'Storage information logic deleted error', | |
| 'W0100W670': 'Error when opening storage DB', | |
| 'W0100W671': 'Error during storage DB READ', | |
| 'W0100W672': 'Error during storage DB INSERT', | |
| 'W0100W680': 'Unable to get sequence number for mobile phone settlement number', | |
| 'W0100W700': 'Deposit processing item check error (Payment code not set)', | |
| 'W0100W701': 'Deposit processing item check error (company code not set)', | |
| 'W0100W730': 'Payment processing not received error', | |
| 'W0100W731': 'No deposit process unsent data error', | |
| 'W0100W740': 'Deposit processing error no deposit information', | |
| 'W0100W741': 'Deposit processing, receipt information logic deleted error', | |
| 'W0100W770': 'Deposit process READ request Deposit DB OPEN error', | |
| 'W0100W771': 'Deposit process READ request Error when reading DB DB', | |
| 'W0100W772': 'Deposit processing READ request Deposit DB UPDATE error', | |
| 'W0100W773': 'Deposit processing SEARCH request Deposit DB OPEN error', | |
| 'W0100W774': 'Deposit process SEARCH request Error when reading deposit DB', | |
| 'W0100W775': 'Deposit process SEARCH request Error when updating deposit DB', | |
| 'D01000001': 'Display system error (communication) / transaction failure and contact us. ', | |
| 'D01000002': 'Display system error (communication) / transaction failure and contact us. ', | |
| 'D01000099': 'Display system error (communication) / transaction failure and contact us. ', | |
| 'F01001001': 'The shop ID is not specified. ', | |
| 'F01001008': 'The shop ID contains non-alphanumeric characters or exceeds 13 characters. ', | |
| 'F01002001': 'Shop password has not been specified. ', | |
| 'F01002008': 'The shop password contains non-alphanumeric characters or exceeds 10 characters. ', | |
| 'F01003002': 'The specified ID shop does not exist. ', | |
| 'F01004001': 'Inquiry ID is not specified. ', | |
| 'F01004002': 'The query with the specified ID does not exist. ', | |
| 'F01004005': 'The query ID exceeds the maximum number of digits. ', | |
| 'F01010001': 'The address (prefecture) is not specified. ', | |
| 'F01010012': 'The address (prefecture) exceeds the maximum number of bytes. ', | |
| 'F01011001': 'The address (city) is not specified. ', | |
| 'F01011012': 'The address (city) has exceeded the maximum number of bytes. ', | |
| 'F01012001': 'The address (place name) is not specified. ', | |
| 'F01012012': 'The address (place name) exceeds the maximum number of bytes. ', | |
| 'F01013001': 'The address (address / chome) is not specified. ', | |
| 'F01013012': 'The address (address / chome) exceeds the maximum number of bytes. ', | |
| 'F01014012': 'The address (room) exceeds the maximum number of bytes. ', | |
| 'F01015005': 'The phone number exceeds the maximum number of characters. ', | |
| 'F01015008': 'The phone number has a number other than a number or-. ', | |
| 'F01020008': 'A value other than HD is specified for the record type. ', | |
| 'F01021008': 'A value other than DT is specified for the record type. ', | |
| 'F01022008': 'A value other than FT is specified for the record category. ', | |
| 'F01023008': 'The number of items is incorrect. ', | |
| 'F01024008': 'The number of items is incorrect. ', | |
| 'F01025008': 'The number of items is incorrect. ', | |
| 'F01026008': 'The number of items is incorrect. ', | |
| 'F01030001': 'The number of data records is not specified. ', | |
| 'F01030006': 'The number of data records includes non-numeric characters. ', | |
| 'F01030011': 'There is no range of data records from 1 to 20 000. ', | |
| 'F01040010': 'The number of records in the header record does not match the number of records in the data record. ', | |
| 'F01050001': 'Inquiry data registration or execution was executed during inquiry execution of inquiry I / F in the same shop. ', | |
| 'F01060001': 'The inquiry function has been suspended. ', | |
| 'F01070001': 'The query data is not specified. ', | |
| 'F01090999': 'An error occurred during query execution. ', | |
| 'P01010001': 'An internal error has occurred. ', | |
| 'P01010002': 'API authentication failed. ', | |
| 'P01010003': 'The communication parameter is invalid. ', | |
| 'P01010004': 'The communication parameter is invalid. ', | |
| 'P01010005': 'The specified option is invalid. ', | |
| 'P01010006': 'The specified version is invalid. ', | |
| 'P01010007': 'You are not authorized to call API. ', | |
| 'P01010008': 'Incorrect security header. ', | |
| 'P01010009': 'The account status is incorrect. ', | |
| 'P01010010': 'The communication parameter is invalid. ', | |
| 'P01010011': 'The specified transaction is invalid. ', | |
| 'P01010101': 'The API is temporarily unavailable. ', | |
| 'P01010102': 'The specified option is temporarily disabled. ', | |
| 'P01010103': 'The specified option is temporarily disabled. ', | |
| 'P01010202': 'You have exceeded the maximum number of transactions per month. ', | |
| 'P01010400': 'The total order is incorrect. ', | |
| 'P01010401': 'The total order is incorrect. ', | |
| 'P01010402': 'You are not allowed to use the merchant settings or authorization options. ', | |
| 'P01010404': 'The return URL is invalid. ', | |
| 'P01010405': 'The URL at the time of cancellation is invalid. ', | |
| 'P01010406': 'The customer ID is invalid. ', | |
| 'P01010407': 'Customer\'s mail address is invalid. ', | |
| 'P01010408': 'The token is invalid. ', | |
| 'P01010409': 'The token is invalid. ', | |
| 'P01010410': 'The token is invalid. ', | |
| 'P01010411': 'The token has expired. ', | |
| 'P01010412': 'Duplicate billing number. ', | |
| 'P01010413': 'The total price of the product is incorrect. ', | |
| 'P01010414': 'You have exceeded the transaction limit. ', | |
| 'P01010415': 'The specified transaction has been processed. ', | |
| 'P01010416': 'The maximum number of reprocessing attempts has been exceeded. ', | |
| 'P01010417': 'The payment method is invalid. ', | |
| 'P01010418': 'The currency code is invalid. ', | |
| 'P01010419': 'Incorrect customer ID. ', | |
| 'P01010420': 'The payment option is invalid. ', | |
| 'P01010421': 'The token is invalid. ', | |
| 'P01010422': 'The customer\'s funding source is incorrect. ', | |
| 'P01010424': 'The shipping address is invalid. ', | |
| 'P01010425': 'You are contracting to use the merchant settings API. ', | |
| 'P01010426': 'The total price of the product is invalid. ', | |
| 'P01010427': 'The total shipping cost is invalid. ', | |
| 'P01010428': 'The total amount of fees is invalid. ', | |
| 'P01010429': 'The total tax is invalid. ', | |
| 'P01010430': 'The item price is incorrect. ', | |
| 'P01010431': 'The item price is invalid. ', | |
| 'P01010432': 'The number of digits in the billing number is over. ', | |
| 'P01010433': 'Some product descriptions have been omitted. ', | |
| 'P01010434': 'Some free items were omitted. ', | |
| 'P01010435': 'Approved or not processed. ', | |
| 'P01010436': 'The number of digits in the page style name is over. ', | |
| 'P01010437': 'The number of digits in the header image URL is over. ', | |
| 'P01010438': 'The number of digits in the header image URL is over. ', | |
| 'P01010439': 'The number of digits in the header image URL is over. ', | |
| 'P01010440': 'The number of digits in the header image URL is over. ', | |
| 'P01010441': 'The number of digits in the notification URL is over. ', | |
| 'P01010442': 'The number of digits in the identification code is over. ', | |
| 'P01010443': 'The payment option is invalid. ', | |
| 'P01010444': 'The currency code is invalid. ', | |
| 'P01010445': 'Cannot continue processing the specified transaction. ', | |
| 'P01010446': 'The payment option is invalid. ', | |
| 'P01010457': 'Failed to initialize eBay API. ', | |
| 'P01010458': 'An eBay API error has occurred. ', | |
| 'P01010459': 'An eBay API error has occurred. ', | |
| 'P01010460': 'An error occurred during eBay communication. ', | |
| 'P01010461': 'The number of products is incorrect. ', | |
| 'P01010462': 'The order does not exist. ', | |
| 'P01010463': 'The eBay connection information is invalid. ', | |
| 'P01010464': 'The product number and transaction ID do not match. ', | |
| 'P01010465': 'The eBay connection information is invalid. ', | |
| 'P01010467': 'The item number is duplicated. ', | |
| 'P01010468': 'Duplicate order ID. ', | |
| 'P01010469': 'The specified option is temporarily disabled. ', | |
| 'P01010470': 'The specified option is invalid. ', | |
| 'P01010471': 'The return URL is invalid. ', | |
| 'P01010472': 'The URL at the time of cancellation is invalid. ', | |
| 'P01010473': 'The specified parameter is not supported. ', | |
| 'P01010474': 'Cannot continue processing the specified transaction. ', | |
| 'P01010475': 'Incorrect payment option. ', | |
| 'P01010476': 'Invalid data. ', | |
| 'P01010477': 'Invalid data. ', | |
| 'P01010478': 'Invalid data. ', | |
| 'P01010479': 'Invalid data. ', | |
| 'P01010480': 'Invalid data. ', | |
| 'P01010481': 'The payment option is invalid. ', | |
| 'P01010482': 'Incorrect payment option. ', | |
| 'P01010537': 'The transaction was rejected due to risk management settings. ', | |
| 'P01010538': 'The transaction was rejected due to risk management settings. ', | |
| 'P01010539': 'Payment refused due to risk management settings. ', | |
| 'P01010600': 'Approved or revoked. ', | |
| 'P01010601': 'The approval period has expired. ', | |
| 'P01010602': 'Approval has already been completed. ', | |
| 'P01010603': 'You are restricted to customer accounts. ', | |
| 'P01010604': 'Cannot continue with approval process. ', | |
| 'P01010605': 'The currency code is not supported. ', | |
| 'P01010606': 'The transaction was declined. ', | |
| 'P01010607': 'Cannot use approval and retrieval functions. ', | |
| 'P01010608': 'The customer\'s funding source is incorrect. ', | |
| 'P01010609': 'The transaction ID is invalid. ', | |
| 'P01010610': 'You have exceeded the specified amount limit. ', | |
| 'P01010611': 'Your contract is not allowed to use the merchant setting approval and collection functions. ', | |
| 'P01010612': 'You have reached the maximum number that can be settled. ', | |
| 'P01010613': 'The currency code is invalid. ', | |
| 'P01010614': 'The cancellation approval number is invalid. ', | |
| 'P01010615': 'The re-approval specification method is invalid. ', | |
| 'P01010616': 'You have reached the maximum number of reapprovals allowed for approval. ', | |
| 'P01010617': 'Reapproval or called during warranty period. ', | |
| 'P01010618': 'The transaction has been canceled or expired. ', | |
| 'P01010619': 'The number of digits in the billing number is over. ', | |
| 'P01010620': 'Order status is canceled, expired or completed. ', | |
| 'P01010621': 'The order has expired. ', | |
| 'P01010622': 'The order has been canceled. ', | |
| 'P01010623': 'You have reached the maximum number of approvals allowed for an order. ', | |
| 'P01010624': 'Duplicate billing number. ', | |
| 'P01010625': 'You have exceeded the transaction limit. ', | |
| 'P01010626': 'Deny by transaction or risk model. ', | |
| 'P01010627': 'The parameter is not supported. ', | |
| 'P01010628': 'Cannot continue processing the specified transaction. ', | |
| 'P01010629': 'The re-approval specification method is invalid. ', | |
| 'P01010630': 'The item price is invalid. ', | |
| 'P01010725': 'The shipping address is incorrect. ', | |
| 'P01010726': 'The shipping address is incorrect. ', | |
| 'P01010727': 'The shipping address is incorrect. ', | |
| 'P01010728': 'The shipping address is incorrect. ', | |
| 'P01010729': 'The shipping address is invalid. ', | |
| 'P01010730': 'The shipping address is incorrect. ', | |
| 'P01010731': 'The shipping address is incorrect. ', | |
| 'P01010736': 'Failed to query the shipping address. ', | |
| 'P01010800': 'Invalid data. ', | |
| 'P01011001': 'The number of digits is over. ', | |
| 'P01011094': 'Cannot cancel, re-approval, and retrieve specified approvals. ', | |
| 'P01011547': 'The specified option is temporarily disabled. ', | |
| 'P01011601': 'The billing address is incorrect. ', | |
| 'P01011602': 'The billing address is incorrect. ', | |
| 'P01011610': 'Payment is pending. ', | |
| 'P01011611': 'The transaction has been cancelled. ', | |
| 'P01011612': 'Cannot continue processing transaction. ', | |
| 'P01011801': 'Invalid data. ', | |
| 'P01011802': 'Invalid data. ', | |
| 'P01011803': 'Invalid data. ', | |
| 'P01011804': 'Invalid data. ', | |
| 'P01011805': 'Invalid data. ', | |
| 'P01011806': 'Invalid data. ', | |
| 'P01011807': 'Invalid data. ', | |
| 'P01011810': 'Invalid data. ', | |
| 'P01011811': 'Invalid data. ', | |
| 'P01011812': 'Invalid data. ', | |
| 'P01011813': 'Invalid data. ', | |
| 'P01011814': 'Invalid data. ', | |
| 'P01011815': 'Invalid data. ', | |
| 'P01011820': 'Invalid data. ', | |
| 'P01011821': 'Invalid option. ', | |
| 'P01011822': 'There is an error in the specified option. ', | |
| 'P01011823': 'There is an error in the specified option. ', | |
| 'P01011824': 'There is an error in the specified option. ', | |
| 'P01011825': 'There is an error in the specified option. ', | |
| 'P01011826': 'The total shipping cost is invalid. ', | |
| 'P01011827': 'There is an error in the specified option. ', | |
| 'P01011828': 'There is an error in the specified option. ', | |
| 'P01011829': 'There is an error in the specified option. ', | |
| 'P01011830': 'There is an error in the specified option. ', | |
| 'P01011831': 'The number of digits in the URL is over. ', | |
| 'P01011832': 'The total order is incorrect. ', | |
| 'P01012109': 'Invalid option. ', | |
| 'P01012124': 'Invalid option. ', | |
| 'P01012200': 'Customer ID is invalid. ', | |
| 'P01012201': 'There is an error in the specified option. ', | |
| 'P01012202': 'There is an error in the specified option. ', | |
| 'P01012203': 'Payment failed due to pending status. ', | |
| 'P01012204': 'The transaction has been returned due to an error. ', | |
| 'P01012205': 'There is an error in the specified option. ', | |
| 'P01012206': 'There is an error in the specified option. ', | |
| 'P01012207': 'There is an error in the specified option. ', | |
| 'P01012208': 'Product price does not match. ', | |
| 'P01020000': 'The payment status is incorrect. (None) ', | |
| 'P01020001': 'The payment status is incorrect. (Canceled-Reversal) ', | |
| 'P01020003': 'The payment status is incorrect. (Denied) ', | |
| 'P01020004': 'The payment status is incorrect. (Expired) ', | |
| 'P01020005': 'The payment status is incorrect. (Failed) ', | |
| 'P01020006': 'The payment status is incorrect. (In-Progress) ', | |
| 'P01020007': 'The payment status is incorrect. (Partially-Refunded) ', | |
| 'P01020008': 'The payment status is incorrect. (Pending) ', | |
| 'P01020009': 'The payment status is incorrect. (Refunded) ', | |
| 'P01020010': 'The payment status is incorrect. (Reversed) ', | |
| 'P01020011': 'The payment status is incorrect. (Processed) ', | |
| 'P01020012': 'The payment status is incorrect. (Voided) ', | |
| 'P01029999': 'The payment status is incorrect. ', | |
| 'P01081000': 'Invalid parameter. ', | |
| 'P01081001': 'Invalid parameter. ', | |
| 'P01081002': 'The specified method is not supported. ', | |
| 'P01081003': 'Method is not specified. ', | |
| 'P01081004': 'The request parameter is not specified. ', | |
| 'P01081100': 'The parameter is not specified. (Amt) ', | |
| 'P01081101': 'The parameter is not specified. (MaxAmt) ', | |
| 'P01081102': 'The parameter is not specified. (ReturnURL) ', | |
| 'P01081103': 'The parameter is not specified. (NotifyURL) ', | |
| 'P01081104': 'The parameter is not specified. (CancelURL) ', | |
| 'P01081105': 'The parameter is not specified. (ShipToStreet) ', | |
| 'P01081106': 'The parameter is not specified. (ShipToStreet2) ', | |
| 'P01081107': 'The parameter is not specified. (ShipToCity) ', | |
| 'P01081108': 'The parameter is not specified. (ShipToState) ', | |
| 'P01081109': 'The parameter is not specified. (ShipToZip) ', | |
| 'P01081110': 'The parameter is not specified. (Country) ', | |
| 'P01081111': 'The parameter is not specified. (ReqConfirmShipping) ', | |
| 'P01081112': 'The parameter is not specified. (NoShipping) ', | |
| 'P01081113': 'The parameter is not specified. (AddrOverride) ', | |
| 'P01081114': 'The parameter is not specified. (LocaleCode) ', | |
| 'P01081115': 'The parameter is not specified. (PaymentAction) ', | |
| 'P01081116': 'The parameter is not specified. (Email) ', | |
| 'P01081117': 'The parameter is not specified. (Token) ', | |
| 'P01081118': 'The parameter is not specified. (PayerID) ', | |
| 'P01081119': 'The parameter is not specified. (ItemAmt) ', | |
| 'P01081120': 'The parameter is not specified. (ShippingAmt) ', | |
| 'P01081121': 'The parameter is not specified. (HandlingAmt) ', | |
| 'P01081122': 'The parameter is not specified. (TaxAmt) ', | |
| 'P01081123': 'The parameter is not specified. (IPAddress) ', | |
| 'P01081124': 'The parameter is not specified. (ShipToName) ', | |
| 'P01081125': 'The parameter is not specified. (L_Amt) ', | |
| 'P01081126': 'The parameter is not specified. (Amt) ', | |
| 'P01081127': 'The parameter is not specified. (L_TaxAmt) ', | |
| 'P01081128': 'The parameter is not specified. (AuthorizationID) ', | |
| 'P01081129': 'The parameter is not specified. (CompleteType) ', | |
| 'P01081130': 'The parameter is not specified. (CurrencyCode) ', | |
| 'P01081131': 'The parameter is not specified. (TransactionID) ', | |
| 'P01081132': 'The parameter is not specified. (TransactionEntity) ', | |
| 'P01081133': 'The parameter is not specified. (Acct) ', | |
| 'P01081134': 'The parameter is not specified. (ExpDate) ', | |
| 'P01081135': 'The parameter is not specified. (FirstName) ', | |
| 'P01081136': 'The parameter is not specified. (LastName) ', | |
| 'P01081137': 'The parameter is not specified. (Street) ', | |
| 'P01081138': 'The parameter is not specified. (Street2) ', | |
| 'P01081139': 'The parameter is not specified. (City) ', | |
| 'P01081140': 'The parameter is not specified. (State) ', | |
| 'P01081141': 'The parameter is not specified. (Zip) ', | |
| 'P01081142': 'The parameter is not specified. (CountryCode) ', | |
| 'P01081143': 'The parameter is not specified. (RefundType) ', | |
| 'P01081144': 'The parameter is not specified. (StartDate) ', | |
| 'P01081145': 'The parameter is not specified. (EndDate) ', | |
| 'P01081146': 'The parameter is not specified. (MPID) ', | |
| 'P01081147': 'The parameter is not specified. (CreditCardType) ', | |
| 'P01081148': 'The parameter is not specified. (User) ', | |
| 'P01081149': 'The parameter is not specified. (Pwd) ', | |
| 'P01081150': 'The parameter is not specified. (Version) ', | |
| 'P01081200': 'Invalid parameter. (Amt) ', | |
| 'P01081201': 'Invalid parameter. (MaxAmt) ', | |
| 'P01081203': 'Invalid parameter. (NotifyURL) ', | |
| 'P01081205': 'Invalid parameter. (ShipToStreet) ', | |
| 'P01081206': 'Invalid parameter. (ShipToStreet2) ', | |
| 'P01081207': 'Invalid parameter. (ShipToCity) ', | |
| 'P01081208': 'Invalid parameter. (ShipToState) ', | |
| 'P01081209': 'Invalid parameter. (ShipToZip) ', | |
| 'P01081210': 'Invalid parameter. (Country) ', | |
| 'P01081211': 'Invalid parameter. (ReqConfirmShipping) ', | |
| 'P01081212': 'Invalid parameter. (Noshipping) ', | |
| 'P01081213': 'Invalid parameter. (AddrOverride) ', | |
| 'P01081214': 'Invalid parameter. (LocaleCode) ', | |
| 'P01081215': 'Invalid parameter. (PaymentAction) ', | |
| 'P01081219': 'Invalid parameter. (ItemAmt) ', | |
| 'P01081220': 'Invalid parameter. (ShippingAmt) ', | |
| 'P01081221': 'Invalid parameter. (HandlingTotal Amt) ', | |
| 'P01081222': 'Invalid parameter. (TaxAmt) ', | |
| 'P01081223': 'Invalid parameter. (IPAddress) ', | |
| 'P01081224': 'Invalid parameter. (ShipToName) ', | |
| 'P01081225': 'Invalid parameter. (L_Amt) ', | |
| 'P01081226': 'Invalid parameter. (Amt) ', | |
| 'P01081227': 'Invalid parameter. (L_TaxAmt) ', | |
| 'P01081229': 'Invalid parameter. (CompleteType) ', | |
| 'P01081230': 'Invalid parameter. (CurrencyCode) ', | |
| 'P01081232': 'Invalid parameter. (TransactionEntity) ', | |
| 'P01081234': 'Invalid parameter. (ExpDate) ', | |
| 'P01081235': 'Invalid parameter. (FirstName) ', | |
| 'P01081236': 'Invalid parameter. (LastName) ', | |
| 'P01081237': 'Invalid parameter. (Street) ', | |
| 'P01081238': 'Invalid parameter. (Street2) ', | |
| 'P01081239': 'Invalid parameter. (City) ', | |
| 'P01081243': 'Invalid parameter. (RefundType) ', | |
| 'P01081244': 'Invalid parameter. (StartDate) ', | |
| 'P01081245': 'Invalid parameter. (EndDate) ', | |
| 'P01081247': 'Invalid parameter. (CreditCardType) ', | |
| 'P01081248': 'Invalid parameter. (Username) ', | |
| 'P01081249': 'Invalid parameter. (Password) ', | |
| 'P01081250': 'Invalid parameter. (Version) ', | |
| 'P01081251': 'An internal error has occurred. ', | |
| 'P02000001': 'Communication with PayPal Center failed. ', | |
| 'P02000002': 'Communication with PayPal Center failed. ', | |
| 'P03000003': 'The user has canceled the PayPal payment operation. ', | |
| 'N01001001': 'An error occurred during execution. Processing has not started. ', | |
| 'N01001002': 'An error occurred during execution. Processing has not started. ', | |
| 'N01001003': 'An error occurred during execution. Processing has not started. ', | |
| 'N01001004': 'An error occurred during execution. Processing has not started. ', | |
| 'N01001005': 'An error occurred during execution. Processing has not started. ', | |
| 'N01001006': 'An error occurred during execution. Processing has not started. ', | |
| 'N01001007': 'An error occurred during execution. Processing has not started. ', | |
| 'N01001008': 'An error occurred during execution. Processing has not started. ', | |
| 'N01001009': 'An error occurred during execution. Processing has not started. ', | |
| 'N10000001': 'No matching transaction. ', | |
| 'N0C030C01': 'Please try again later. ', | |
| 'N0C030C03': 'Please try again later. ', | |
| 'N0C030C12': 'Please try again later. ', | |
| 'N0C030C13': 'Shihaku cannot be used. ', | |
| 'N0C030C14': 'Please try again later. ', | |
| 'N0C030C15': 'Please try again later. ', | |
| 'N0C030C16': 'Please try again later. ', | |
| 'N0C030C33': 'Please try again later. ', | |
| 'N0C030C34': 'Please try again later. ', | |
| 'N0C030C49': 'Please try again later. ', | |
| 'N0C030C50': 'Please try again later. ', | |
| 'N0C030C51': 'Please try again. ', | |
| 'N0C030C53': 'Please try again later. ', | |
| 'N0C030C54': 'Please try again later. ', | |
| 'N0C030C55': 'Please try again later. ', | |
| 'N0C030C56': 'Please try again later. ', | |
| 'N0C030C57': 'Please try again later. ', | |
| 'N0C030C58': 'Please try again later. ', | |
| 'N0C030C60': 'Please try again later. ', | |
| 'N0C030G03': 'This cart is currently unavailable. Please contact your cart company. ', | |
| 'N0C030G12': 'This cart is currently unavailable. Please contact your cart company. ', | |
| 'N0C030G30': 'This cart is currently unavailable. Please contact your cart company. ', | |
| 'N0C030G54': 'This cart is currently unavailable. Please contact your cart company. ', | |
| 'N0C030G55': 'This cart is currently unavailable. Please contact your cart company. ', | |
| 'N0C030G56': 'This cart is currently unavailable. Please contact your cart company. ', | |
| 'N0C030G60': 'This cart is currently not available. Please contact your cart company. ', | |
| 'N0C030G61': 'This cart is currently unavailable. Please contact your cart company. ', | |
| 'N0C030G65': 'This cart is currently unavailable. Please contact your cart company. ', | |
| 'N0C030G67': 'Please try again later. ', | |
| 'N0C030G83': 'This cart is currently unavailable. Please contact your cart company. ', | |
| 'N0C030G85': 'This cart is currently unavailable. Please contact your cart company. ', | |
| 'N0C030G95': 'This cart is currently unavailable. Please contact your cart company. ', | |
| 'N0C030G96': 'This cart is currently unavailable. Please contact your cart company. ', | |
| 'N0C030G97': 'This cart is currently unavailable. Please contact your cart company. ', | |
| 'N0C030G98': 'Please try again. ', | |
| 'N0C030G99': 'This cart is currently unavailable. Please contact your cart company. ', | |
| 'N0N010007': 'Your mobile phone cannot use the service. ', | |
| 'N0N010008': 'Your mobile phone cannot use the service. ', | |
| 'N0N010009': 'Your mobile phone cannot use the service. ', | |
| 'N0N010013': 'You cannot use it. Please contact the store. ', | |
| 'N0N010024': 'You cannot use it. Please contact the store. ', | |
| 'N0N010032': 'You cannot use it. Please contact the store. ', | |
| 'N0N020014': 'An error has occurred. Please contact the store. ', | |
| 'N0N020017': 'This cart is currently unavailable. Please contact your cart company. ', | |
| 'N0N020018': 'This cart is currently unavailable. Please contact your cart company. ', | |
| 'N0N020019': 'This cart is currently unavailable. Please contact your cart company. ', | |
| 'N0N020020': 'This cart is currently unavailable. Please contact your cart company. ', | |
| 'N0N020021': 'This cart is currently unavailable. Please contact your cart company. ', | |
| 'N0N020022': 'This cart is currently unavailable. Please contact your cart company. ', | |
| 'N0N020023': 'This cart is currently unavailable. Please contact your cart company. ', | |
| 'N0N030038': 'This cart is not available. Please contact your cart company. ', | |
| 'N0N040014': 'An error has occurred. Please contact the store. ', | |
| 'N0K040026': 'Please try again. ', | |
| 'N0K040027': 'An error has occurred. Please contact the store. ', | |
| 'N0K040028': 'An error has occurred. Please contact the store. ', | |
| 'N0K040029': 'An error has occurred. Please contact the store. ', | |
| 'N0N040031': 'You cannot use it. Please contact the store. ', | |
| 'N0K040037': 'You cannot use it. Please contact the store. ', | |
| 'N0T000001': 'Please try again. ', | |
| 'N0T000002': 'You cannot continue to pay because this cart is not available. In order to pay with iD, you need to set a cart in advance j. ', | |
| 'N0T000003': 'You cannot continue to pay because this cart is not available. In order to pay with iD, you need to set a cart in advance j. ', | |
| 'N0T000004': 'You cannot continue to pay with iD because of incorrect password input or the specified number of times has been exceeded. In order to use iD again, it is necessary to reset the cart after starting iD app again and executing reset. ', | |
| 'N0T000005': 'If IC cart lock is set, exit iD app, release IC cart lock, and then start iD app again. If you cannot use the IC card lock after releasing it, contact the cart company. ', | |
| 'N0T000006': 'An error occurred. Please contact the store. ', | |
| 'N0T000007': 'Please try again. ', | |
| 'N0T000008': 'Please try again. ', | |
| 'N0T000009': 'This cart is currently unavailable. Please contact your cart company. ', | |
| 'N0T000010': 'Please try again. ', | |
| 'WM1000001': '[Settlement request] An error occurred in the communication parameter with the subsequent settlement center. (Message Digest) ', | |
| 'WM1000002': '[Payment request] Connection not permitted by subsequent payment center. ', | |
| 'WM1000003': '[Payment request] Failed to execute the payment module at the subsequent payment center. ', | |
| 'WM1000004': '[Payment request] An error occurred in the communication parameter with the subsequent payment center. (Reception parameters) ', | |
| 'WM1000005': '[Settlement request] Communication with subsequent settlement center failed. ', | |
| 'WM1000006': '[Settlement result received] An error occurred in the communication parameter with the subsequent settlement center. (Reception parameters) ', | |
| 'WM1000007': '[Payment Result Received] A subsequent payment center has received double payment. ', | |
| 'WM1000008': '[Payment result received] An internal error has occurred. (transition)', | |
| 'WM1000009': '[User Cancellation Received] You received a notification that your payment operation has been canceled for a transaction that has been credited. ', | |
| 'WM1000010': '[User cancel received] An internal error has occurred. (transition)', | |
| 'AU1000001': '[Settlement request] Communication with the subsequent settlement center failed. ', | |
| 'AU1000002': '[Settlement request] An error occurred in the communication parameter with the subsequent settlement center. (Reception parameters) ', | |
| 'AU1000003': '[Payment Request] Subsequent payment center failure cancellation was implemented. ', | |
| 'AU1000004': '[Payment request] An error occurred after canceling au Simple OpenID linkage. ', | |
| 'AU1000005': '[Cancel Operation] au Easy Payment Customer canceled payment. ', | |
| 'AMPL40505': 'No valid credit cart. ', | |
| 'AMPL40506': 'A system error occurred at the subsequent center. ', | |
| 'AMPL90000': 'A system error occurred at the subsequent center. ', | |
| 'AU1000001': '[Settlement request] Communication with the subsequent settlement center failed. ', | |
| 'AU1000002': '[Settlement request] An error occurred in the communication parameter with the subsequent settlement center. (Reception parameters) ', | |
| 'AU1000003': '[Payment Request] Subsequent payment center processing canceled. ', | |
| 'AU1000004': '[Payment request] An error occurred after canceling au Simple OpenID linkage. ', | |
| 'AU1000005': '[Cancel Operation] au Easy Payment Customer canceled payment. ', | |
| 'AU1000006': '[Settlement request] Subsequent settlement center canceled processing, and the cancellation failed. ', | |
| 'AMPL40505': 'No valid credit cart. ', | |
| 'AMPL40506': 'A system error occurred at the subsequent center. ', | |
| 'AMPL90000': 'A system error occurred at the subsequent center. ', | |
| 'AMPL40010': 'A processing cancellation error occurred at the subsequent center, and a valid initial charge remained. ', | |
| 'DC1000001': '[Settlement request] Subsequent settlement center confirmation processing failed. ', | |
| 'DC1000002': '[Cancel Request] Subsequent settlement center failed to cancel. ', | |
| 'DC1000003': '[Settlement Cancelled] Customer\'s mobile phone payment has been cancelled. ', | |
| 'DC1000004': '[Settlement failure] Failed to pay docomo mobile phone. ', | |
| 'DC1000005': '[Payment Cancelled] Customer / Docomo continued billing application canceled. ', | |
| 'DC1000006': '[Cancel change] Customer\'s docomo continued billing change has been cancelled. ', | |
| 'DC1000007': '[Cancellation of termination] The customer has stopped termination of docomo continuous billing. ', | |
| 'DC1000008': '[Payment failure] Docomo continued billing application failed. ', | |
| 'DC1000009': '[Change failed] Docomo continued billing change failed. ', | |
| 'DC1000010': '[Failed to end] Docomo continuous billing has ended or failed. ', | |
| 'SB1000001': '[Settlement request] Subsequent settlement center confirmation process failed. ', | |
| 'SB1000002': '[Cancel request] Subsequent settlement center failed to cancel. ', | |
| 'SB1000003': '[Settlement Cancelled] Payment from customer (B) was canceled. ', | |
| 'SB1000004': '[Payment failure] Soft bank payment (B) failed. ', | |
| 'SB1000005': '[Settlement request] Communication with subsequent settlement center failed. ', | |
| 'J01000001': '[Settlement failure] The subsequent settlement center failed to settle. ', | |
| 'J01000002': '[Settlement Cancelled] Customer\'s bank settlement has been cancelled. ', | |
| 'J01000003': '[Settlement failure] Subsequent settlement center failed to settle due to name mismatch. ', | |
| 'J01100001': '[Payment Failed] Subsequent payment center failed due to an unknown error. ', | |
| 'J01100002': '[Settlement failure] An unexpected error code was returned. ', | |
| 'JP1000001': 'insufficient balance', | |
| 'JP1000002': 'Deposit amount over', | |
| 'JP1000003': 'Inactive', | |
| 'JP1000004': 'Before use', | |
| 'JP1000005': 'Authentication number error', | |
| 'JP1000006': 'Invalid cart', | |
| 'JP1000007': 'Member number error', | |
| 'JP1000008': 'Expiration date error', | |
| 'JP1000009': 'Non-service eligible cart: ticket type coat error', | |
| 'JP1000010': 'Non-service cart: outside the alliance period', | |
| 'JP1000011': 'Non-service cart: Alliance disabled', | |
| 'JP1000012': 'Non-service eligible cart: out of alliance license', | |
| 'JP1000013': 'Non-service cart: Other alliance transaction error', | |
| 'JP1000014': 'Non-service cart: Other alliance transaction error', | |
| 'JP1000015': 'Non-service eligible cart: JCB Center Company unregistered error', | |
| 'JP1000016': 'Non-service cart: JCBPOS branch check error', | |
| 'JP1000017': 'Non-service eligible cart: JCB member store valid error', | |
| 'JP1000018': 'Non-service cart: JETS terminal error', | |
| 'JP1000019': 'Transaction to be canceled error: No transaction to cancel', | |
| 'JP1000020': 'Transaction error to be canceled: already canceled', | |
| 'JP1000021': 'Cancellation transaction error: transaction is not close to cancellation', | |
| 'JP1000022': 'Transaction error to be canceled: Excessive cancelable time', | |
| 'JP1000023': 'Transaction error to be canceled: Other transaction error to be canceled', | |
| 'JP1000024': 'Transaction error subject to cancellation: Other transaction error subject to cancellation', | |
| 'JP1000025': 'Transaction error subject to cancellation: Other transaction error subject to cancellation', | |
| 'JP1000026': 'Applicable company error: System error', | |
| 'JP1000027': 'Applicable company error: System error', | |
| 'JP1000028': 'Applicable company error: System error', | |
| 'JP1000029': 'Applicable company error: System error', | |
| 'JP1000030': 'Applicable company error: System error', | |
| 'JP1000031': 'Applicable company error: System error', | |
| 'JP1000032': 'Applicable company error: System error', | |
| 'JP1000033': 'Do not accept connection request in-house: Issuing company code error', | |
| 'JP1000034': 'Connection request rejected by the company: Invalid issuer', | |
| 'JP1000035': 'Connection request rejected by company: Invalid expiration date category', | |
| 'JP1000036': 'Do not accept connection request in-house: Request validation error', | |
| 'JP1000037': 'Do not accept connection request in-house: Authentication key mismatch', | |
| 'JP1000038': 'Do not accept connection request in-house: authentication key is out of valid period', | |
| 'JP1000039': 'Connection request rejected by own company: IP address error', | |
| 'JP1000040': 'Connection request refusal: Other connection request error', | |
| 'JP1000041': 'Connection request rejected by other company: Other connection request error', | |
| 'JP1000042': 'Connection request rejected by other company: Other connection request error', | |
| 'JP1000043': 'Connection request rejected by other company: Other connection request error', | |
| 'JP1000044': 'Transaction error subject to failure cancellation: The target for failure cancellation is not close', | |
| 'JP1000045': 'Transaction error subject to failure cancellation: Excess time for failure cancellation', | |
| 'JP1000046': 'Transaction error subject to failure cancellation: Other transaction error subject to failure cancellation', | |
| 'JP1000047': 'Transaction error subject to failure cancellation: Other transaction error subject to failure cancellation', | |
| 'JP1000048': 'Unexpected error', | |
| 'JP1000049': 'Communication failure with JCB Prica payment center', | |
| 'JP1000050': 'Incorrect return value from JCB Prica settlement center', | |
| 'FL1001001': 'Suspension of member authentication', | |
| 'FL1001002': 'Member authentication user ID format illegal suspension', | |
| 'FL1001003': 'Incorrect suspension of membership authentication password format', | |
| 'FL1001004': 'Suspend member authentication retry', | |
| 'FL1001005': 'Member authentication error', | |
| 'FL1001006': 'Suspension due to unavailable content purchase', | |
| 'FL1001007': 'User usage stop error', | |
| 'FL1001008': 'Line authentication error (authentication)', | |
| 'FL1001009': 'Invalid SSO authentication', | |
| 'FL1001998': 'Inter-operator communication timeout error', | |
| 'FL1001999': 'Processing suspended by operator', | |
| 'FL1002001': 'Suspension of member authentication', | |
| 'FL1002002': 'Member authentication user ID unformatted illegal suspension', | |
| 'FL1002003': 'Unauthorized suspension of membership authentication password format', | |
| 'FL1002004': 'Suspension of member authentication retry', | |
| 'FL1002005': 'Member authentication error', | |
| 'FL1002006': 'Suspension due to unavailable content purchase', | |
| 'FL1002007': 'Abnormal user suspension', | |
| 'FL1002008': 'Line authentication error (authentication)', | |
| 'FL1002009': 'Line authentication error (billing request)', | |
| 'FL1002010': 'Billing request information suspended', | |
| 'FL1002011': 'Suspend billing request confirmation', | |
| 'FL1002012': 'above upper limit warning warning', | |
| 'FL1002013': 'Upper limit abnormalities', | |
| 'FL1002014': 'Suspend purchase confirmation email [NTT East alone]', | |
| 'FL1002016': 'Unauthorized suspension of purchase confirmation email check [NTT East alone]', | |
| 'FL1002017': 'Purchase confirmation email check fraud [NTT East alone]', | |
| 'FL1002018': 'Unauthorized suspension of purchase confirmation email check [NTT East alone]', | |
| 'FL1002019': 'Unauthorized suspension of purchase confirmation email check [NTT East alone]', | |
| 'FL1002020': 'Duplicate detection warning for billing request processing interrupted', | |
| 'FL1002021': 'Cancellation of cancellation of billing request from purchase confirmation email [NTT East alone]', | |
| 'FL1002023': 'Send confirmation email', | |
| 'FL1002024': 'Invalid error in processing order', | |
| 'FL1002025': 'Invalid SSO authentication', | |
| 'FL1002026': 'Upper limit warning exceeded', | |
| 'FL1002027': 'User unsolicited', | |
| 'FL1002996': 'Interrupt due to NGN information fee collection agency error', | |
| 'FL1002997': 'Abnormal login status', | |
| 'FL1002998': 'Inter-operator communication timeout error', | |
| 'FL1002999': 'Processing suspended by operator', | |
| 'FL1003001': 'Suspension of member authentication', | |
| 'FL1003002': 'Membership ID purchase ID unformatted illegal suspension', | |
| 'FL1003003': 'Incorrect suspension of membership authentication password format', | |
| 'FL1003004': 'Suspend member authentication retry', | |
| 'FL1003005': 'Member authentication error', | |
| 'FL1003006': 'Suspension due to unavailable content purchase', | |
| 'FL1003007': 'User usage stop error', | |
| 'FL1003008': 'Line authentication error (authentication)', | |
| 'FL1003009': 'Send purchase confirmation email', | |
| 'FL1003011': 'Suspend usage confirmation', | |
| 'FL1003014': 'Suspension confirmation email transmission suspended [NTT East alone]', | |
| 'FL1003016': 'Unauthorized suspension of cancellation confirmation email check [NTT East alone]', | |
| 'FL1003017': 'Unauthorized cancellation of cancellation confirmation email check [NTT East alone]', | |
| 'FL1003019': 'Unauthorized cancellation of cancellation confirmation email check [NTT East alone]', | |
| 'FL1003020': 'Duplicate detection warning for use cancellation processing interrupted,' | |
| 'FL1003021': 'Invalid error in processing order', | |
| 'FL1003022': 'Invalid SSO authentication', | |
| 'FL1003996': 'Suspended due to NGN information fee collection agency error', | |
| 'FL1003997': 'Login status error', | |
| 'FL1003998': 'Inter-operator communication timeout error', | |
| 'FL1003999': 'Processing suspended by operator', | |
| 'FL1004001': 'XML format check error', | |
| 'FL1004002': 'API authentication error', | |
| 'FL1004101': 'IF rule violation', | |
| 'FL1004102': 'IF rule violation', | |
| 'FL1004103': 'IF rule violation', | |
| 'FL1004104': 'IF rule violation', | |
| 'FL1004105': 'IF rule violation', | |
| 'FL1004106': 'IF rule violation', | |
| 'FL1004107': 'IF rule violation', | |
| 'FL1004108': 'IF rule violation', | |
| 'FL1004109': 'IF rule violation', | |
| 'FL1004110': 'IF rule violation', | |
| 'FL1004201': 'Processing request serial number duplication error', | |
| 'FL1004202': 'Processing request serial number linkage sequence error', | |
| 'FL1004203': 'Content nonexistence error', | |
| 'FL1004204': 'Provisional actual sales content error', | |
| 'FL1004205': 'Operator ID mismatch error', | |
| 'FL1004206': 'Application date error', | |
| 'FL1004207': 'Order consistency error', | |
| 'FL1004208': 'Content purchase ID existence check error', | |
| 'FL1004209': 'User status code check error', | |
| 'FL1004210': 'User status code check error', | |
| 'FL1004211': 'Upper limit error', | |
| 'FL1004901': 'Recovery agency server under regular maintenance', | |
| 'FL1004902': 'Recovery agent server under emergency maintenance', | |
| 'FL1004903': 'Error collecting collection service servlet', | |
| 'FL1004904': 'Recovery proxy server processing time timeout', | |
| 'FL1004905': 'Collection Agent Server DB error', | |
| 'FL1004906': 'Recovery proxy server internal timeout', | |
| 'FL1004999': 'Recovery agency server or other abnormality', | |
| 'FL1009001': 'System maintenance', | |
| 'FL1009002': 'Transmission parameter is invalid', | |
| 'FL1009901': 'Logout error', | |
| 'FL1009999': 'Other error', | |
| 'NC1000001': 'Transaction ID check error', | |
| 'NC1000002': 'Transaction existence check error', | |
| 'NC1000003': 'Token check error', | |
| 'NC1000004': ' State transition check error (paid)', | |
| 'NC1000005': 'State transition check error (expired)', | |
| 'NC1000006': 'State transition check error (invalid transition)', | |
| 'NC1000007': 'expired', | |
| 'NC1000008': 'State transition error', | |
| 'NC1000009': 'Settlement NG', | |
| 'NC1000010': 'MD5 check error', | |
| 'NC1000011': 'Payment information acquisition error', | |
| 'NC1000012': 'Settlement result parameter check error (existence of settlement date for settlement result)', | |
| 'NC1000013': 'Transition to URL at purchase information content check error', | |
| 'NC2000001': 'Settlement inconsistency (notification of results for transactions that failed to settle)', | |
| 'NC2000002': 'Shop not specified', | |
| 'NC2000003': 'SCD not set', | |
| 'NC2000004': 'NET CASH contract type not set', | |
| 'NC2000005': 'use check error', | |
| 'NC2000006': 'No stringed transaction exists (purchase information output)', | |
| 'NC2000007': 'Negative transaction does not exist (settlement result notification)', | |
| } | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Friend,
I find this gist very helpful and I am developing a salesforce ecomm site for integration of GMO.
May I know which GMO API endpoint does this error code list correspond to? Could you pls advise where can I find the GMO api doc for this error?
Thank you very much.