Payment Gateway Develop API DocsPayment Gateway Develop API Docs
  • English
  • 简体中文
  • English
  • 简体中文
  • Introduction
  • General
    • Business Process
    • API Rule
    • Response Code
  • API
    • Order Payment
    • Order Payout
    • Notify Payment
    • Notify Payout
    • Query Order
    • Query Balance
  • Appendix
    • Banks

Response Code

HTTP Status CodeError CodeError TypeError MessageError ReasonError Solution
404100000MissExceptionGlobal: Your Required Resource Are Not FoundThis exception is thrown when the HTTP 404 status code is used, that is, the corresponding requested resource cannot be found.Check that the request URL link is correct
400200000OrderExceptionOrder does not exist.Order does not existCheck if the order number is correct
400200003OrderExceptionOrder Error.wrong order statusCheck order status
400400006OrderExceptionRoute Payment Error. [No available channels]Order payment channel unavailableCheck the payment channel parameters and configuration of the order
400400008OrderExceptionRoute Payment Error. [No available merchants account.]Order payment account not availableCheck the payment account parameters and configuration of the order
400400008OrderExceptionRoute Payment Error. [No available ma code.]There is no card account available for the orderCheck card account status and configuration
400400008OrderExceptionRoute Payment Error. [Ma code disconnected, Pls reorder.]The card account selected by the order suddenly droppedPlease place an order again
400400008OrderExceptionRoute Payment Error. [Payment account was misconfigured.]Order payment account number or card account configuration errorCheck the payment account configuration or card account status of the order
400100000ParameterExceptioninvalid parametersThe request parameter is invalid or missingEnsure the legitimacy and integrity of incoming parameters
400400000ParameterExceptionInvalid Request.[ Request header [xxx] Failure.]Request Header xxx illegalEnsure the Request Header xxx legal or correctly configured
400400003ParameterExceptionInvalid Request.[ Auth Key No permission or nexistencet.]The request authorization Key parameter is invalidMake sure that the request authorization code Key parameter is legal or correctly configured
400400003ParameterExceptionInvalid Request.[ Payment Code Does Not Allowed.]The request payment channel code parameter is invalidEnsure that the request payment channel code parameters are legal or correctly configured
403100003ForbiddenExceptionInvalid Request.[ Trigger Restriction And Flow Control.]The access frequency of the same IP interface per second exceeds the limit of 100 timesTry again later or contact the platform administrator for assistance
403400003ForbiddenExceptionInvalid Request.[ Request IP not authorized.]The requesting IP is not authorized and blockedMake sure the requesting IP is in the authorized list
403400003SignatureExceptionInvalid Request.[ Request Data And Sign Verify Failure.]Merchant payment request data signature verification failedCarefully read the interface rules of the API interface documentation, and check the relevant Request Parameters. If you cannot solve the problem, please contact the platform administrator for assistance.
404600000UserExceptionUser do not exist.User does not existCheck if the user information is correct
400999999BaseExceptionError .[There may be a problem with the system.]Generic System ErrorPlease contact the platform administrator for assistance
Prev
API Rule