after payment is completed, we need an event to our server with a minimum of:
user's openid
payment amount
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.
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.