TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Introducing Braintree.js

35 点作者 thehammer大约 12 年前

3 条评论

minhajuddin大约 12 年前
I have built quite a few rails apps using TR. The braintree ruby gem makes the whole process very easy. I would hesitate in using this because you still end up explaining a lot to during PCI compliance. IIRC during the PCI compliance my customers had to do a whole lot of work even when we were using TR. Splitting your process into multiple steps and doing validation using JS is much much easier IMHO.
评论 #5259456 未加载
gtaylor大约 12 年前
If anyone is using this, I'd love to hear about their experience. We default to recommending Stripe to our customers, but will probably need to offer Braintree support in the future as well (in case they already have a Braintree account and want to use that instead of creating a new Stripe account).
评论 #5259820 未加载
foobar2k大约 12 年前
Seems to use a different approach to Stripe, using encryption rather than API hooks/callbacks.