How long does it take for Alipay to approve the secondary merchant information registration? How can I confirm whether the registration is successful?
Usually, the review of the secondary merchant registration information takes only 5-10 minutes. The maximum review time is 3 working days.
The final registration result is returned by interface alipay.overseas.secmerchant.maintain.queryStatus. Parameter status describes the result. See the following table for details:
Status | Description |
UNDER_REVIEW | The secondary merchant registration information is still under review. It is recommended to call the interface later to query again. |
SUCCESS | The secondary merchant registration is approved and successful. |
MODIFICATION_REVIEW | The updated secondary merchant information is still under review. It is recommended to call the interface later to query again. |
FAILED | The registration failed. For the reason of failure, refer to reject_reason. If the cause of the failure is still unclear, contact Alipay Technical Support(overseas_support@service.alibaba.com). |
DATA_NOT_EXIST | The corresponding secondary merchant information is not found, please confirm whether the registration information is correct. |
Note:
Even if result_code=SUCCESS is returned by interface alipay.overseas.secmerchant.offline.maintain or alipay.overseas.secmerchant.online.maintain, the registration is only initiated, not successfully completed.
二级商户信息报备完成后,支付宝审批需要多久,如何确认是否已经报备成功?
首先,调用二级商户报备接口(alipay.overseas.secmerchant.offline.maintain/alipay.overseas.secmerchant.online.maintain)返回的result_code=SUCCESS表示报备已进入审批,并不表示已经报备成功。
一般来说,二级商户报备信息审核5-10分钟内便会完成,最晚72小时。
确认报备是否已经审核成功,请调用二级商户报备查询接口:alipay.overseas.secmerchant.maintain.queryStatus
调用该接口后,请通过返回中的status参数来确认报备结果。
status结果参考:
其他报错
NEED HELP?