Skip to main content

Query Transfer Result

Query Transfer Result API used for merchant/partner to query transfer result.

EndPoint#

POST /binancepay/openapi/wallet/transfer/query

Request Parameters#

AttributesTypeRequiredLimitationDescription
tranIdstringY-the value of requestId of provoking Transfer Fund API

Sample Request Body#

{  "tranId": "100002021071407140001"}

Response Parameters#

AttributesTypeRequiredLimitationDescription
statusstringY"SUCCESS" or "FAIL"status of the API request
codestringY-request result code, refer to
dataTransferResultN-response body, refer to
errorMessagestringNmaximum length 256

Child Attribute#

TransferResult#

AttributesTypeRequiredLimitationDescription
tranIdstringY-Used to query the transfer status, query the necessary fields for the transfer status
statusstringYSUCCESS OR FAILURE OR PROCESSSUCCESS (indicating that the transfer is completely successful), FAILURE (indicating that the transfer has failed, it may be that the transferor has a problem with the transferee), PROCESS (the transfer is in progress)

Sample Response#

{  "status": "SUCCESS",  "code": "000000",  "data": {    "tranId": "100002021071407140001",    "status": "SUCCESS"  },  "errorMessage": ""}

Result Code#

NameCodeReasonSolution
UNKNOWN_ERROR400000An unknown error occurred while processing the request.Try again later
INVALID_REQUEST400001Parameter format is wrong or parameter transferring doesn't follow the rules.Please check whether the parameters are correct.
INVALID_SIGNATURE400002Incorrect signature resultCheck whether the signature parameter and method comply with signature algorithm requirements.
INVALID_TIMESTAMP400003Timestamp for this request is outside of the time window.Sync server clock
INVALID_API_KEY_OR_IP400004API identity key not found or invalid.Check API identity key
BAD_API_KEY_FMT400005API identity key format invalid.Check API identity key.
BAD_HTTP_METHOD400006Request method not supported.Check Request method.
MEDIA_TYPE_NOT_SUPPORTED400007Media type not supported.Check Request Media type.
INVALID_REQUEST_BODY400008Request body is not a valid json object.Check Request body
MANDATORY_PARAM_EMPTY_OR_MALFORMED400100A parameter was missing/empty/null, or malformed.
INVALID_PARAM_WRONG_LENGTH400101A parameter was not valid, was empty/null, or too long/short, or wrong format.
INVALID_PARAM_WRONG_VALUE400102A parameter was not valid, the value is out of range.
INVALID_PARAM_ILLEGAL_CHAR400103A parameter was not valid, contains illegal characters
INVALID_REQUEST_TOO_LARGE400104Invalid request, content length too large
INVALID_ACCOUNT_STATUS400203Not support for this account, please check account status.
TRANSFER_TRAN_ID_NOT_FOUND400401can not find the transfer