node.js - 如何使用 Node.js 和 Stripe 或 Braintree 实现客户钱包

标签 node.js stripe-payments braintree stripe-connect

我正在构建一个类似 super 应用程序的应用程序,其中有客户和司机:

  1. 客户需要有一个可以使用信用卡充值的钱包
  2. 司机在完成行程后需要付费,我的平台会根据每次行程收取佣金。

我尝试过 Stripe,但他们似乎不支持开箱即用的客户钱包实现。布伦特里也没有。我错过了什么吗?

最佳答案

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

很高兴提供帮助!

Customers need to have a wallet to which they can add money using credit cards

Braintree 有一个保险库,您可以允许客户在其中存储付款方式,但没有允许他们“添加资金”的功能。这些支付方式表示为可以随时收取费用的支付方式 token 。

Drivers need to be paid when they complete a ride, and my platform receives a commission on each ride fare.

Braintree 提供了一个 Marketplace 解决方案,允许您将付款分给两方;一个是子商户(在您的情况下是司机),一个服务会发送给您,作为主商户。您可以阅读有关市场的更多信息 at this link .

欢迎联系support如果您需要进一步说明!

关于node.js - 如何使用 Node.js 和 Stripe 或 Braintree 实现客户钱包,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45465588/

相关文章:

javascript - 我可以使用 `request` npm 包进行同步调用吗?

javascript - Nodemailer 使用 POST 表单时返回 404

javascript - 使用 Mongoose 更新 Node.js 中 find() 方法返回的结果

stripe-payments - 关联账户的 Stripe 检索转账

stripe-payments - 当 SetupIntent 成功时 PaymentIntent 需要身份验证 - Stripe

javascript - 您如何将客户链接到 Stripe 结账上的订阅?

java - Braintree 未更新用户首选/默认付款方式

php - Braintree 交易创建时 key 无效

node.js - Express 服务器添加 ssl

android - 在 Braintree 中存储和检索借记卡和信用卡详细信息