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

notifyRegistrationStatus

Alipay uses the notifyRegistrationStatus API to send the merchant registration result to the merchant. 

Structure

A message consists of a header and body. The following sections are focused on the body structure. For the header structure, see: 


Note: Set the data type of each field (except array) as String. This means that you must use double quotation marks (" ") to enclose the field value. Examples:

  • If the data type of a field is Integer and its value is 20, set it as "20". 
  • If the data type of a field is Boolean and its value is true, set it as "true". 

Request parameters

referenceMerchantId String  

The secondary merchant ID that is assigned by the acquirer.

More information about this field

  • Maximum length: 64 characters

registrationRequestId String  

The unique ID used to identify a registration request. 

More information about this field

  • Maximum length: 64 characters

referenceStoreId String  

The store ID assigned by the acquirer to identify a store, which is associated with the merchant.

More information about this field

  • Maximum length: 32 characters

registrationResult RegistrationResult object 

The wallet registration result information

Show child parameters

pspRegistrationResultList Array<PSPRegistrationResult> object 

The registration result from the Alipay+ MPP (Alipay+ Mobile Payment Provider).

Show child parameters

Response parameters

result Result object REQUIRED

The request result contains information such as status and error codes.

Show child parameters
API Explorer

Request

Request Body

Response

Response Body

Error codes

Error codes are usually classified into the following categories:

  • Common error codes: common for all online and in-store payment APIs.
  • API-specific error codes: listed in the following table.  

Result/Error codes

CodeValueMessageFurther action
SUCCESSSSuccess

The registration is successful, no further action is needed.