Uploading Image
Update Time:2025.02.20Merchants or institutions call this API to upload the certificate images in jpeg, jpg, bmp, png format. The API should be called through POST form, with enctype set as multipart/form-data.
API intro
Request Url: https://apihk.mch.weixin.qq.com/secapi/mch/uploadmedia
Request method:POST
Certificate Requirements:Yes Certificate is required.
Parameter Settings
Name | Variable Name | Type | Required | Description |
---|---|---|---|---|
Merchant ID | mch_id | string[1,32] | Yes | Merchant ID assigned by WeChat Pay |
Media File | media | string[1,256] | Yes | fThe media file content in form-data, including filename, filelength, content-type, etc. This field will not be used to generate the signature |
Hash value of media file content | media_hash | string[1,32] | Yes | The MD5 value of media content |
Signature | sign | string[1,32] | Yes | Signature, please refer to Security Specifications for the detailed signature algorithm |
Sign type | sign_type | string[1,10] | No | MD5 as default |
Example
Return Data
Name | Variable Name | Type | Required | Description |
---|---|---|---|---|
Return Status Code | return_code | string[1,16] | Yes | SUCCESS/FAIL |
Return Data | return_msg | string[1,128] | No | If not empty, the returned info is the error description. Signature failure Parameter format checking error |
If return_code is SUCCESS, return data will also include the following fields:
Name | Variable Name | Type | Required | Description |
---|---|---|---|---|
Service Result | result_code | string[1,32] | Yes | SUCCESS/FAIL |
Media ID | media_id | string[1,256] | Yes | The media file content ID returned by WeChat Pay |
Signature | sign | string[1,32] | Yes | Specifies a signature. |
Error Code | err_code | string[1,32] | No | Error code |
Error Code Description | err_code_de s | string[1,128] | No | Detailed description of error code |
Example
Error Code
Error Code | Description | Reason | Solution |
---|---|---|---|
INVALID_REQUEST | HTTP GET method not supported | Use POST method. Check and call again. | Debugging by developer |
INVALID_REQUEST | Invalid XML format | Invalid XML format. Check and call again. | Invalid XML format. Check and call again. |
SIGNERROR | Signature validation | Signature validation failed. Check and try again. | Signature validation failed. Check and try again. |
INVALID_REQUEST | Certificate is required | Getting certificate serial number is failed. | Check the certificate |
PARAM_ERROR | Regular Validation | XXX has invalid format. Check and try again. | Automated checks and filters |
PARAM_ERROR | Image format error | The image format is wrong, please check and retry. | Please check the image |
PARAM_ERROR | Merchant ID error | The merchant ID is wrong, please check | Please check the merchant ID |
INVALID_REQUEST | Entry permissions | No permissions. Check and try again. | Check permissions |
FREQUENCY_LIMITED | Frequency limit | Operation is too fast, please retry later | Please reduce the API call frequency |
SYSTEMERROR | System error occurred when viewing a sub-vendor | System error occurred when viewing a sub-vendor. Try again later. | Contact WeChat Pay Support |