应用市场地址: http://addons.fecmall.com/45263532
站内直接使用信用卡进行支付(不需要跳转到第三方支付网站)
Step 1: Your front-end requests a client token from your server and initializes the client SDK.
客户端(譬如浏览器等客户端)请求服务端,发送一个获取client toke
的请求,并且初始化客户端 sdk
Step 2: Your server generates and sends a client token back to your client using the server SDK.
服务端通过 sdk 生成client toke
,发给客户端,
Step 3: The customer submits payment information, the client SDK communicates that information to Braintree and returns a payment method nonce.
客户端提交支付信息,客户端 SDK 将该信息传达给 Braintree,Braintree 接收请求后,将 支付方式随机数
发送给客户端。
Step 4: Your front-end sends the payment method nonce to your server.
客户端将第 3 步返回的 支付方式随机数
发送给服务端
Step 5: Your server code receives the payment method nonce and then uses the server SDK to create a transaction
服务端接收客户端发送的 支付方式随机数
,然后通过服务端 sdk 生成一个订单交易。
1
terrywater OP fecmall 开源商城官网: http://www.fecmall.com/
|
2
terrywater OP fecmall github 地址: https://github.com/fecshop/yii2_fecshop
|
3
lodisy 2019-12-23 23:04:27 +08:00 via Android
有沒群? 網站上的 qq 群進不了
|
4
lodisy 2019-12-23 23:05:54 +08:00 via Android
有空本地試一下 另外有計劃開發 第三方登入插件嗎?
|
5
terrywater OP @lodisy www.fecmall.com 首页就由 QQ 群,Fecmall QQ 群(新):782387676,入群验证:fecmall
|
6
terrywater OP @lodisy 目前正在开发应用扩展插件模板等,可以关注 fecmall 应用市场: http://addons.fecmall.com/38597642
|