应用市场地址: 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 生成一个订单交易。
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.