Query Sub-merchant
Update Time:2025.01.08It is used by the institution to view whether the sub-merchant has been successfully created. The API is only used for a single sub-merchant check.
|
1. API Intro
Applicable object: Institutional mode
Request URL:https://apihk.mch.weixin.qq.com/v3/global/merchants/{sub_mchid}
Request method:GET
Path parameter is a path parameter.
Query parameter needs to be passed in the request URL.
Body parameter needs to be passed in the request JSON.
2. Request Parameters
Name | Variable Name | Type | Required | Description |
---|---|---|---|---|
Institution's Merchant ID | sp_mchid | string[1,32] | Yes | Query Merchant ID assigned to institutions by WeChat Pay |
Organization APPID | sp_appid | string[1,32] | Yes | Query APPID corresponding to the Service Account applied for by the institution on the WeChat Official Accounts Platform |
Sub-merchant ID | sub_mchid | string[1,32] | Yes | Path Sub-merchant ID |
Request Example:
URL
3. Encryption Guide
Note on sensitive field encryption:
For parameters that contain sensitive information, such as contact information, a "field encryption" security mechanism is provided to make sure that the sensitive information can only be seen by the data recipient.
Encryption procedures
1、Perform the RSA encryption for the parameter values with the public key of the WeChat Pay Platform certificate. Use `RSAES-PKCS1-v1_5` as the filling scheme.
2、The encrypted ciphertext that is encoded with base64 is used as the value of the appropriate parameter in the request.
4. Response Parameters
Response for successful request:
Name | Variable Name | Type | Required | Description | |||
---|---|---|---|---|---|---|---|
Submerchant id | sub_mchid | string[1,32] | Yes | Specifies the sub merchant ID assigned by WeChat | |||
Full name of the sub-merchant | name | string[1,128] | Yes | The registration name of the sub-merchant | |||
Short name of the sub-merchant | shortname | string[1,64] | Yes | The short name of the sub-merchant, which is used for the display of WeChat order details and the successful payment page | |||
Company contact information | office_phone | string[1,32] | Yes | Contact information of the merchant, which will be displayed to the user after the payment. | |||
Registered Country or Region | merchant_country_code | string[1,3] | Yes | The country where the submerchant was registered ,see to CountryCode | |||
Business category | business_category | int | Yes | Specifies the business category, please refer to the business ID list of WeChat payment. Please see Business Category | |||
Contact information | contact | object | No | Contact information object details is listed below | |||
| |||||||
Merchant Type | merchant_type | string[1,10] | No | ENTERPRISE or INDIVIDUAL | |||
Registration Certificate Number | registration_certificate_number | string[1,50] | No | Company registration document Number | |||
Expiration Date of Registration Certificate | registration_certificate_date | string[1,10] | No | The expiration date of the company registration document. | |||
Settlement Bank No. | settlement_bank_number | string[1,128] | No | Settlement bank account number (settlement bank information) | |||
Business information | business | object | No | Business information, the detail is listed below | |||
| |||||||
Director information | director | object | No | Director information, | |||
| |||||||
Principal information | principal | object | No | Principal information, | |||
| |||||||
H5 payment application details | h5_payment | object | No | H5 payment application detail | |||
| |||||||
Sub-merchant's status info | sub_merchant_state | object | No | Sub-merchant's status info | |||
|
Response for failed request:
Name | Variable Name | Type | Required | Description | |||
---|---|---|---|---|---|---|---|
Returned status code | code | string[1,32] | Yes | Error code. See the error code list for the enumerated values. | |||
Returned information | message | string[1,256] | Yes | Returned message. It indicates the reason for the error if not empty. | |||
Detailed error description | detail | object | No | It is returned when code is PARAM_ERROR. Details will be described below. | |||
|
Response Example:
sub-merchant's status is "OPERATING"
sub-merchant's status is "INCOMPLETE_APPLICATION"
5. Error Codes
Error Message | Description | Solution |
---|---|---|
PARAM_ERROR | Req param error | For the specific parameter format, please see the relevant document. |
INVALID_REQUEST | Invaild request | Check your program based on the error message returned by the API. |
SYSTEM_ERROR | System error please try again | System error. Re-initiate with the original parameters. |