Alipay+ DocsAlipay+ Docs

notifyRegistrationStatus

POST /aps/api/v1/payments/notifyRegistrationStatus

Use this interface to send the merchant registration result to Acquirer. Each time Alipay+ receives a notification from Mobile Payment Partner, Alipay+ will notify Acquirer the merchant registration status. 

Request parameters

referenceMerchantId String  REQUIRED

The ID assigned by the Acquirer to identify a merchant. 

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  REQUIRED

The review status for the most recent registration request for each of the unique pair of referenceMerchantId and referenceStoreId

pspRegistrationResultList Array<PSPRegistrationResult>  

The registration result from Mobile Payment Partner.  

registrationRequestId String  

The unique ID that is used to identify a registration request. 

More information about this field

  • Maximum length: 64 characters

Response parameters

result Result  REQUIRED

Request result, which contains information such as status and error codes. See Result for details. 

API Explorer

Request

Request Body

Response

Response Body

Sample code

1. Alipay+  sends merchant registration result to Acquirer. 

Sample Code

2. Acquirer return result to Alipay+. 

Sample Code

Result/Error codes

CodeValueMessage
SUCCESSSSuccess
UNKNOWN_EXCEPTIONUAn API calling is failed, which is caused by unknown reasons.
REGISTRATION_STATUS_ABNORMALFThe registration status is abnormal. This error occurs when the Issuing Participant needs to confirm the latest registration information.