Synchronous Notification
Lianlian will send synchronous notification to the url_return
which is send in payment request after the payment is confirmed as successful.
Characteristics:
Lianlian wouldn't send any synchronous notification if the payment is failed or abnormal.
Synchronous notification sends only once.In extreme cases, if your user turns off the payment page without redirecting to
url_return
, the synchronization notification wouldn't send out.
We recommend you to use asynchronous notification;
Some banks, such as ICBC, do not support redirection to
url_return
. In this particular case, there will be no synchronous notification.
Request Parameters and sample
Payment synchronous notification, a HTTP POST request in a form format, will be sent to url_return
whenever the payment is confirmed as successful.
Request Parameters
Sample Request
Last updated