How to update the database after the WeChat payment is successful

Source: Internet
Author: User

How to update a database after a successful payment

Reply content:

How to update a database after a successful payment

Take the sweep code payment as an example:
The successful payment will send a notification to the URL you specified, which is the line you erased.
In that program, you receive the XML string from which you want to parse the information you need.
Generally you will need:

业务结果错误代码交易类型总金额商户订单号支付订单号

According to the return merchant order number, go to your own database to update the corresponding records.

Documents: General notification of payment results

After the payment is successful, there will be a callback to the URL you specified, which is the URL specified in Setnotify_url. You can write the logic of the payment success in that code.

After the payment is successful, there will be a callback to the URL you specify (up to 8 times in 30 minutes), so if your business logic is not processed successfully or you do not tell the callback address after the business has been processed, it will always be called back, and it is possible that some of your data will be inserted into many bars.

  • Related Article

    Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.