【问题标题】:Pay with Stripe or Braintree in Meteor在 Meteor 中使用 Stripe 或 Braintree 付款
【发布时间】:2023-04-07 17:00:01
【问题描述】:

是否可以在不使用 Node 包的情况下使用 Braintree、PayPal、Stripe 或 Meteor 中的其他方式进行支付?

我在 GitHub 上找到了多个项目,但是都非常复杂,并且使用了 Node 模块。

我原以为在 Meteor 中实现支付会很简单,但似乎有些复杂。

【问题讨论】:

    标签: node.js meteor paypal stripe-payments braintree


    【解决方案1】:

    AtmosphereJS [0] 上的 Stripe 有一个 number of Meteor packages,包括一个 Meteor-native implementation。我与 Meteor 的合作并不多,因此我无法对它们发表评论,但我确信其中之一将适用于您正在尝试做的事情。

    更一般地说,Stripe API 非常全面,因为 Stripe 可以做很多事情,但如果您只是在寻找 accept a customer's cardprocess a charge,那就很简单了。

    【讨论】:

      【解决方案2】:

      全面披露:我在 Braintree 工作。如果您还有任何问题,请随时联系support

      要在不使用 Braintree 节点模块的情况下与 Braintree 集成,您必须针对未公开记录的 Braintree XML API 发出请求。

      如果您决定使用 Braintree 节点包,请查看 example Meteor integration

      【讨论】:

        猜你喜欢
        • 2019-03-15
        • 2017-06-03
        • 2017-11-18
        • 2015-04-13
        • 2019-08-08
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 2019-04-15
        相关资源
        最近更新 更多