简体   繁体   English

Stripe Connect - 克隆外部账户(银行账户)作为新客户的来源

[英]Stripe Connect - Cloning External Account (Bank Account) as Source for New Customer

Our software is switching up the way we bill our platform users, and we'd like to find the most efficient way to have a 'Customer' created for each of our Connect accounts without having them re-enter their bank account information.我们的软件正在改变我们向平台用户收费的方式,我们希望找到最有效的方式为我们的每个 Connect 账户创建一个“客户”,而无需他们重新输入他们的银行账户信息。

Is it possible to clone the external bank account on a Connect account and use it as a default source on a new Customer?是否可以在 Connect 帐户上克隆外部银行帐户并将其用作新客户的默认来源?

It is not possible to clone a bank account token from an already attached external account.无法从已附加的外部账户克隆银行账户令牌。 You have to collect their bank account details again to attach to a Customer object.您必须再次收集他们的银行帐户详细信息以附加到客户对象。

A workaround you can do for new Connect accounts is:您可以为新的 Connect 帐户执行的解决方法是:

1/ Create a bank account token (representing the Connect account's external account) on the Platform account. 1/ 在平台账户上创建一个银行账户令牌(代表 Connect 账户的外部账户)。 Attach that token to a Customer on the Platform (this Customer represents the Connect account) and verify the bank account (covered in this guide here: https://stripe.com/docs/ach-deprecated ).将该令牌附加到平台上的客户(此客户代表 Connect 帐户)并验证银行帐户(在本指南中介绍: https ://stripe.com/docs/ach-deprecated)。

You solved for:你解决了:

have a 'Customer' created for each of our Connect accounts为我们的每个 Connect 帐户创建一个“客户”

2/ You clone that bank account (ba_123) as a token on the Connect account: https://stripe.com/docs/connect/cloning-customers-across-accounts#creating-tokens 2/ 您将该银行账户 (ba_123) 克隆为 Connect 账户上的令牌: https ://stripe.com/docs/connect/cloning-customers-across-accounts#creating-tokens

and then you attach this token as the Connect account's external account.然后将此令牌附加为 Connect 帐户的外部帐户。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM