Alipay, China's leading third-party online payment solutionAlipay, China's leading third-party online payment solution

alipay.overseas.secmerchant.maintain.queryStatus

Call this interface to query the registration status of secondary merchants for in-store payments. 

Request

Service address: 

Environment HTTPS request URL
Production environmenthttps://intlmapi.alipay.com/gateway.do
Test environmenthttps://mapi.alipaydev.com/gateway.do

Request parameters

ParameterDescription
Basic parameter

service

String Required

Interface name

Example:alipay.overseas.secmerchant.maintain.queryStatus

partner

String(16) Required

The partner ID that is assigned by Alipay to identify an Alipay account. The partner ID is composed of 16 digits and begins with 2088. 

Example:2088*********662

_input_charset

String Required

The charset with which the request data is encoded. UTF-8, GBK, and GB2312 are supported. 

Example:UTF-8

sign_type

String Required

Sign type. RSA, RSA2 and MD5 are supported. Use uppercase. 

Example:MD5

sign

String Required

Sign value

Example:2118ac8fad6bc1d9e88a6cd017c18d37

timestamp

String Required

The time when the merchant server sends request. The time is in GMT+8, and in a format of yyyy-MM-dd HH:mm:ss.By default, the request expires in 30 minutes.

Example:2019-02-01 08:30:10

Business parameter

secondary_merchant_id

String(64) Required

The unique ID assigned by the partner to identify a secondary merchant. The ID can contain letters, numbers, and underscores. 

Example:MERCHANT_ID_0003

store_id

String(64) Required

The store ID assigned by the partner to identify a store, which needs to be unique for each group of PID and MID. This field is required when the value of payment_method is INSTORE_PAYMENT. 

Example:STORE_ID_0003

payment_method

String Required

Payment method of the secondary merchant, the value is INSTORE_PAYMENT for offline payments.

Example:INSTORE_PAYMENT

Note:

Do not use the halfwidth quotation mark (") in parameter values.

Response

Synchronous response

The response is in XML format.

ParameterDescription

sign

String

Sign value 

Example:2118ac8fad6bc1d9e88a6cd017c18d37

sign_type

String

Sign type. RSA, RSA2 and MD5 are supported. Use uppercase. 

Example:MD5

secondary_merchant_id

String Required

The unique ID assigned by the partner to identify a secondary merchant. The ID can contain letters, numbers, and underscores. 

Example:MERCHANT_ID_0003

store_id

String Required

The store ID assigned by the partner to identify a store, which needs to be unique for each group of PID and MID. This field is required when the value of payment_method is INSTORE_PAYMENT. 

Example:STORE_ID_0003

status

String Required

The status of the latest registration or update.The value can be one of the following item:

  • SUCCESS: The latest registration or update succeeds.
  • UNDER_REVIEW: The latest registration is under review.
  • MODIFICATION_REVIEW: The latest update is under review.
  • FAILED: The latest registration or update is failed and the reject_reason field will be returned. 

Example:SUCCESS

reject_reason

String Required

The reason that the merchant is not registered successfully.The reject reason might be one of the following items:-High risk merchant, registration reject.-For security reason, registration reject.This field is required when status is FAILED.

Example:High risk merchant, registration reject.

payment_method

String Required

Payment method of the secondary merchant, the value is INSTORE_PAYMENT for offline payments. 

Example:INSTORE_PAYMENT

partner

String(16) Required

The partner ID that is assigned by Alipay to identify an Alipay account. The partner ID is composed of 16 digits and begins with 2088. 

Example:2088*********662

secondary_merchant_name

String(128)

Required

Registration legal name of the secondary merchant, which is shown in the wallet and reconciliation file to identify a secondary merchant. Note: If the secondary merchant type is INDIVIDUAL, specify the full legal name of the business owner to this field.

Example:Alipay (China) Network Technology Co., Ltd

secondary_merchant_type

String Required

Secondary merchant type, the value can be INDIVIDUAL for the sole proprietorship or ENTERPRISE for the limited company, private company, partnership, limited liability partnership (LLP), limited liability company (LLC), S corporation (S Corp), C corporation (C Corp), trust, or nonprofit organization (NPO)

Example:INDIVIDUAL

registration_noString(128)

Business registration number specified on the business registration document.

Note: This field is not required when the secondary merchant type is INDIVIDUAL and no registration number exists. 

Example:012345678

register_country

String(2) Required

Registration country of the secondary merchant, specified by a 2-letter code defined in ISO 3166. For more details about the 2-letter country code, see ISO 3166.

Example:HK

register_address

String(256)

Business registration address specified on the business registration document. Use postal address format.

Example:No.277, Road YinCheng, Shanghai, China

shareholder_name

String(128)

Legal name of the primary shareholder of the secondary merchant. Specify this field only when the secondary merchant type is ENTERPRISE. 

Example:Jack Li (if the shareholder is an individual), Alipay.com Co.,Ltd (if the shareholder is an enterprise)

shareholder_idString(128)

ID or passport number, or business registration number of the primary shareholder of the secondary merchant. Specify this field only when the secondary merchant type is ENTERPRISE. 

Example:G53453888 (if the shareholder is an individual), 012345678 (if the shareholder is an enterprise)

representative_name

String(128)

Full legal name of the business owner. Specify this field only when the secondary merchant type is INDIVIDUAL. This field is optional if the secondary merchant type is ENTERPRISE. 

Example:Tom Li

representative_id

String(128)

ID or passport number of the business owner. Specify this field only when the secondary merchant type is INDIVIDUAL. This field is optional if the secondary merchant type is ENTERPRISE. 

Example:123456789

settlement_no

String(64)

Settlement bank account number of the secondary merchant. Use letters and numbers only.

Example:2600100000

contact_no

String(64)

Contact phone number of the secondary merchant, numbers and special characters +-() only

Example:186xxxx0000

contact_email

String(128)

Contact email address of the secondary merchant

Example:tomli@gmail.com

cs_no

String(64)

Customer service phone number of the secondary merchant, numbers and special characters +-() only

Example:952xx

cs_email

String(128)

Customer service email address of the secondary merchant

Example:customerservice@xxxcompany.com

store_name

String(256)

Required

Store name. For taxicabs and limousines (MCC 4121), use the license plate number.

Example:Apple store

store_country

String(2) Required

Store registration country. A 2-letter code defined in ISO 3166. 

Example:HK

store_address

String(330)

Required

Registered store address. Use postal address format.

Example:No.276, Road YinCheng, Shanghai

store_industry

String(4) Required

A 4-digit MCC code of the store. See MCC list for details. 

Example:4121

internal_store_photo

String(256)

URL of the store interior photo.

Example:http://testmerchant.com/

external_storefront_photo

String(256)

URL of the store exterior photo. 

Example:URL

store_status

String Required

Store status. The value can be one of the following items:

  • ARCHIVED: The store is archived, so that the store information cannot be viewed.
  • ACTIVATED: The store is registered successfully.
  • INACTIVATE: The store is not registered.

Example:ACTIVATED

Error codes

Business logic errors

Returned resultDescription
PARAM_ILLEGAL

Required parameters are not entered or illegal parameters entered. The illegal parameter might be too long, or with incorrect format. Enter the correct parameters and send the request again.

DATA_NOT_EXIST

No data exists for the queried secondary merchant because the merchant is not registered. Register the secondary merchant to Alipay system before you query the registration status.

SYSTEM_ERRORAlipay system error. Try again later.

Samples

Request

https://intlmapi.alipay.com/gateway.do?service=alipay.overseas.secmerchant.maintain.queryStatus&partner=208xxxxxxxxx8155&_input_charset=UTF-8&sign_type=MD5&secondary_merchant_id=1314520&store_id=1993&payment_method=INSTORE_PAYMENT&sign=25eb3ada4aed712cabc5fcbed4a58693

Response

The request succeeds and the query result is returned:

copy
<?xml version="1.0" encoding="utf-8"?>
<alipay>
    <is_success>T</is_success>
<request>
    <param name="store_id">STORE_ID_0003</param>
    <param name="partner">2088101131367863</param>
    <param name="service">alipay.overseas.secmerchant.maintain.queryStatus</param>
    <param name="sign">9c4643447830d870b56c8181643da9e4</param>
    <param name="sign_type">MD5</param>
    <param name="_input_charset ">gbk</param>
    <param name="timestamp ">2012-12-21 17:11:16</param>
    <param name="_input_charset ">gbk</param>
    <param name="payment_method">INSTORE_PAYMENT</param>
    <param name="secondary_merchant_id">MERCHANT_ID_0003</param>
</request>
<response>
    <alipay>
        <secondary_merchant_id>MERCHANT_ID_0003</secondary_merchant_id>
        <status>UNDER_REVIEW</status>
        <store_id>STORE_ID_0003</store_id>
        <payment_method>OFFLINE_PAYMENT</payment_method>
        <partner_id>2088101142878662</partner_id>
        <secondary_merchant_name>Alipay (China) Network Technology Co., Ltd</secondary_merchant_name>
        <secondary_merchant_type>INDIVIDUAL</secondary_merchant_type>
        <registration_no>012345678</registration_no>
        <register_country>HK</register_country>
        <register_address>No.278, Road YinCheng, Shanghai, China</register_address>
        <shareholder_name>Jack Li</shareholder_name>
        <shareholder_id>G53453888</shareholder_id>
        <representative_name>Tom Wang</representative_name>
        <representative_id>3524674343326</representative_id>
        <settlement_no>2600100000</settlement_no>
        <contact_no>+86139xxxx7893</contact_no>
        <contact_email>tomli@gmail.com</contact_email>
        <store_name>Storename</store_name>
        <store_industry>4121</store_industry>
        <store_country>HK</store_country>
        <store_address>No.276, Road YinCheng, Shanghai</store_address>
        <store_status>ACTIVATED</store_status>
    </alipay>
</response>
<sign>a109ce66ba5b825759927c00be3259fa</sign>
<sign_type>MD5</sign_type>
</alipay>

Failed to get the query result:

copy
<?xml version="1.0" encoding="utf-8"?>
<alipay>
<is_success>F</is_success>
<error>DATA_NOT_EXIST</error>
<sign>6dff2d017f284ca0147fc8f6891b4cb2</sign>
<sign_type>MD5</sign_type>
</alipay>