Home > Software engineering > How this WeChat payment is done? (it can be returned to the user information in time after payment)
How this WeChat payment is done? (it can be returned to the user information in time after payment)
Time:09-19
Top-up my city go in implement the net gold, a gold coin 1 yuan. I login my account on the web page first, and then press operation, choose prepaid phone number, and then select "WeChat pay" (and pay treasure payment, etc.) and then press "ok"
Then pop up a page, as shown in figure:
Then WeChat using my mobile phone, scan the qr code, and then pay, after payment, immediately turn to a page, it says I top-up is successful, and the gold COINS to use.
Of course, no artificial operation, behind this is automated.
I want to ask is: how do I in the program to achieve all this? Now I will only a receipt is generated by WeChat qr code. Users can scan the qr code to pay to me, but after I received, only to set artificially, set user payment account.
How to use the program automatically to achieve all this? WeChat have paid programming interface?
CodePudding user response:
This to WeChat website check payment development interface, a see will know that your web site do a callback interface, top-up success how to continue to write good to go,