【问题标题】:Hot to turn a Plaid created Stripe ACH bank account token (btok) to payment method?将 Plaid 创建的 Stripe ACH 银行帐户令牌 (btok) 转换为付款方式很热门?
【发布时间】:2021-01-07 19:44:39
【问题描述】:

我按照 Stripe ACH 指南 (https://stripe.com/docs/ach) 使用 Plaid 创建了一个银行账户令牌 (btok)。现在有了这个 btok,我想知道如何使用它作为付款方式来支付发票。我以前用信用卡做的没有问题,现在在连接的账户中使用它们,所以目标是用 ACH 实现同样的目标。 我在这里不将 ACH 视为付款方式类型:https://stripe.com/docs/api/payment_methods/create

【问题讨论】:

    标签: stripe-payments plaid


    【解决方案1】:

    PaymentMethods API 目前不支持 ACH 付款(但即将推出):

    https://stripe.com/docs/payments/payment-methods#supported-payment-methods

    话虽如此,您仍然可以使用客户保存的银行帐户来支付发票。该方法将从将令牌保存给客户开始,如本节中的第一个代码 sn-p 所示:

    https://stripe.com/docs/ach#manually-collecting-and-verifying-bank-accounts

    将银行帐户保存/附加到客户后,您可以在客户上创建发票项目并为这些发票项目向客户开具发票:

    https://stripe.com/docs/billing/invoices/sending#one-off

    【讨论】:

      猜你喜欢
      • 2019-06-15
      • 2017-12-20
      • 2021-05-15
      • 2019-10-26
      • 2019-08-22
      • 2015-01-05
      • 2018-09-26
      • 2016-07-18
      • 2020-11-25
      相关资源
      最近更新 更多