Query Sub-merchant
Update Time:2025.02.20Query the entry status of sub merchants
API intro
Request Url: https://apihk.mch.weixin.qq.com/secapi/mch/queryInstitutionsub
Request method: POST
Certificate Requirements:Yes certificate is required.
Applicable object: Institutional mode
Parameter Settings
Name | ID | Type | Required | Description |
---|---|---|---|---|
Official Account ID | app_id | string(32) | Yes | Specifies Official Account ID assigned |
Vendor ID | mch_id | string(32) | Yes | Specifies vendor ID assigned by |
Signature | sign | string(32) | Yes | Specifies a signature. For more information Signature Algorithm. |
Sub-Merchant ID | sub_mch_id | string(32) | Yes | Specifies the sub merchant ID by WeChat |
Example:
Return Data
Name | ID | Type | Required | Description |
---|---|---|---|---|
Returned status code | return_code | string(16) | Yes | SUCCESS/FAIL |
Returned message | return_msg | string(128) | No | Returned message. If shall present the cause of an error if not null. |
If return_code is SUCCESS, return data will also include the following fields:
Name | ID | Type | Required | Description |
---|---|---|---|---|
Service Result | result_code | string(32) | Yes | SUCCESS/FAIL |
Error Code | err_code | String(32) | No | Error code |
Error Code Description | err_code_des | String(128) | No | Detailed description of error code |
Signature | sign | string(32) | Yes | Specifies a signature. |
Sub_mch_id | sub_mch_id | string(32) | Yes | Specifies the sub merchant ID assigned by WeChat. |
Merchant Name | merchant_name | string(128) | Yes | Specifies the complete company entity name . |
Abbreviated Company Name | merchant_shortname | string(64) | Yes | Specifies the brief name of the merchant, which will be shown to the consumers. |
Registered Country or Region | merchant_country_code | string(3) | No | The country where the company was registered, see to CountryCode |
Business Category | business_category | string(10) | Yes | Specifies the business category, please refer to the Business Category list of WeChat payment. |
MCC | mcc | string(4) | No | Mcc code, see to MCC code |
Office Telephone No. | office_phone | string(32) | Yes | Specifies the customer service phone number, which will be shown in the payment details page for the consumers. |
Full Name | contact_name | string(64) | No | Specifies the contact person’s name. |
Mobile Phone No. | contact_phone | string(32) | No | Specifies the mobile phone number of the merchant for any urgent issues. |
contact_email | string(256) | No | Specifies the contact email of the merchant. | |
Merchant remark | merchant_remark | string(20) | Yes | The information annotated by the institution for the merchant. The code created by the institution for the merchant can be used. |
Business type | business_type | string(7) | No | There are three business types: ONLINE, |
Merchant Type | merchant_type | string(10) | No | ENTERPRISE or INDIVIDUAL |
Registration Certificate Number | registration_certificate_number | string(50) | No | Company registration document Number. |
Expiration Date of Registration Certificate | registration_certificate_date | string(10) | No | The expiration date of the company registration document. |
Download link of APP | app_download | string(128) | No | The download link of merchant’s APP. |
Business website | business_website | string(128) | No | The business website url |
Official account | office_account | string(128) | No | Merchant’s official account. |
Mini Program | mini_program | string(128) | No | Merchant’s mini program. |
Store address | store_address | string(128) | No | Store address. |
Director Name | director_name | string(128) | No | Director name. |
Director ID Number | director_id_number | string(128) | No | Director's ID number. |
Principal Name | principal_name | string(128) | No | Principal name. |
Principal ID Number | principal_id_number | string(128) | No | Principal's ID number. |
Settlement Bank No. | settlement_bank_number | string(128) | No | Settlement bank account number (settlement bank information) |
Channel ID | channel_id | string(20) | No | Get from WeChat business platform(pay.wechat.com/cn) |
H5 payment authorization state | h5_authorization_state | string(32) | No | Returned when apply_h5_payment is YES; describe the H5 payment authorization state of the sub-merchant: |
H5 audit reject detail | h5_audit_reject_detail | string(1024) | No | Returned when H5 payment authorization state is REJECTED or APPLICATION_FAILED; reason for rejected or unsuccessful request. |
Sub-merchant's status | sub_mch_status | string(32) | Yes | Sub-merchant's status refers to the status of the sub-merchant in the WeChat Pay system: |
Sub-merchant's onboarding status | application_status | string(32) | No | Returned when the sub-merchant's onboarding status is: |
Sub-merchant onboarding application rejection details | application_reject_detail | string(4096) | No | Returned when the sub-merchant's onboarding status is "REJECTED"; reason why the onboarding application is rejected by WeChat Pay reviewer; presented in json array format for every rejected field and the reason. |
Example:
Error Codes
Name | 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. | |
SIGNERROR | Signature validation | Signature validation failed. Check and try again. | |
INVALID_REQUEST | Use UTF-8 character encoding | XXX does not use UTF-8 character encoding. Check and try again. | |
PARAM_ERROR | Character length limit reached | XXX has invalid input. Check and submit again. | Automated checks and filters |
PARAM_ERROR | Regular Validation | XXX has invalid format. Check and try again. | |
INVALID_REQUEST | Entry permissions | No permissions. Check and try again. | Check permissions |
INVALID_REQUEST | Certificate Required | Retrieving serial number of client certificate failed | Check certificate |
INVALID_REQUEST | Inappropriate term(s) validation is required for Contacts, and vendor's short name, and vendor's full name | System error occurred during validation of vendor information. Try to call again. | Automated checks and filters |
SYSTEMERROR | System error occurred when creating a sub-vendor | System error occurred when creating a sub-vendor. Try again later. | Contact WeChat Pay Support |
INVALID_REQUEST | Apply for H5 payment failed | Action has been taken against the merchant. The merchant is not allowed to request to enable H5 payment authorization. | Merchant payment permission has been penalized. Please contact the operation personnel to lift the penalty first. |
INVALID_REQUEST | Apply for H5 payment failed | The submitted website or H5 payment domain name is at risk. Contact your BD for assistance. | The business website or H5 payment domain is blacklisted. Please contact the operation personnel to apply for an exemption. |