API Reference

Common Error Codes

Error codes shared across all Super Qi Open APIs.

Overview

Error codes returned by Open APIs fall into two groups:

  • Common error codes — shared across all Open APIs. They are listed on this page.
  • API-specific error codes — listed in the Error Codes section of each endpoint's own page.

When an endpoint references the "Common error codes", it refers to the tables below.

Authentication & Signature

resultStatusresultCoderesultMessage
FKEY_NOT_FOUNDThe key is not found.
FCLIENT_INVALIDThe client is invalid.
FINVALID_SIGNATUREThe signature is invalid.
FINVALID_ACCESS_TOKENThe access token is not valid.
FEXPIRED_ACCESS_TOKENThe access token is expired.

Request & Transport

resultStatusresultCoderesultMessage
FMETHOD_NOT_SUPPORTEDThe server does not implement the requested HTTP method.
FMEDIA_TYPE_NOT_ACCEPTABLEThe server does not implement the media type that can be accepted by the client.
FREPEAT_REQ_INCONSISTENTA repeated request is inconsistent with the original request.

Partner / Merchant

resultStatusresultCoderesultMessage
FPARTNER_NOT_EXISTThe partner does not exist.
FPARTNER_STATUS_ABNORMALThe partner status is abnormal.
FPARTNER_BALANCE_NOT_ENOUGHThe partner balance is not enough.

System

resultStatusresultCoderesultMessage
UUNKNOWN_EXCEPTIONAn API calling failed, which is caused by unknown reasons. Retry idempotently or query the result status — never assume success or failure based on a U response.