微信小程序支付

(1)支付要素:appId、merchantId(商家標誌)、openId(用戶標誌)、totalFee(支付金額)。php

(2)openId獲取方式html

小程序登錄wx.login(),獲取臨時登陸憑證code,有效期五分鐘,只能使用一次。小程序

登錄憑證校驗,獲取open_id和session_key。  open_id永久有效,session_key有有效期。api

地址:session

      小程序登錄接口     https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/login.htmlapp

      登錄校驗接口        https://developers.weixin.qq.com/miniprogram/dev/api-backend/auth.code2Session.htmlcode

(3)統一下單   https://pay.weixin.qq.com/wiki/doc/api/wxa/wxa_api.php?chapter=9_1       htm

        獲取  prepay_id。該值有效期爲2小時接口

(4)再次簽名ip

        https://pay.weixin.qq.com/wiki/doc/api/wxa/wxa_api.php?chapter=7_7&index=3

(5)調起收銀臺

相關文章
相關標籤/搜索