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,

CodePudding user response:

reference 1st floor asiaja response:
this to WeChat website check payment development interface, a see will know that your web site do a callback interface, top-up success what to have to do is to continue to write good,


I just want to ask a question:

Whether to apply for WeChat public number? Then the public number at the time of open this function, fill out the business license of what, is it?

If such trouble,

CodePudding user response:

refer to the second floor screen12 response:
Quote: refer to 1st floor asiaja response:

This to WeChat website check payment development interface, a see will know that your web site do a callback interface, top-up success what to have to do is to continue to write good,


I just want to ask a question:

Whether to apply for WeChat public number? Then the public number at the time of open this function, fill out the business license of what, is it?

If this is so even if trouble,

The public would want to verify the number, more strict

CodePudding user response:

You could pay through third-party interface, is very heavily regulated, even if you work now, the future will be aborted

CodePudding user response:

reference 4 floor hurryboylqs response:
you can interface through third parties, payment is very heavily regulated, even if you work now, the future will also be aborted


So much? What does it use? Too much trouble, can no.

CodePudding user response:

This payment interface or a code can achieve what you said to jump after a successful payment
  • Related