dcsan / OpenMpTools

helpful tools for wechat MiniProgram development
4 stars 0 forks source link

payment system #2

Open dcsan opened 6 years ago

dcsan commented 6 years ago

implement wechat payments from miniprogram

after payment is completed, we need an event to our server with a minimum of:

we will use this to add some virtual currency to the user's in-game "wallet"

ideally this should NOT be sent from the client, as it would make it quite easy to hack. so therefore some server event from wechat server directly? otherwise implement the payment request server side? please outline the way you will do this.

dcsan commented 6 years ago

cc @Lewikster

dcsan commented 6 years ago

We will need

we can develop code in this repo for now, but eventually I would like to provide as much of the code as possible in an NPM module

dcsan commented 6 years ago

use notify_url from wechat payments API?