如何使用 PLAID 和 Stripe ACH 将资金从我的 Stripe 账户转移到我客户的银行账户? PLAID和Stripe提供的文档不够清晰。谁能给我一个明确的解决方案吗?
到目前为止,我已经根据 stripe 文档生成了 stripe_bank_account_token。但之后我如何将钱转入客户的银行账户呢?
{
"request_id": "uh55DrmrKb5rkr5",
"stripe_bank_account_token": "btok_1OWXtwEHFDPRR065678033"
}
一旦拥有银行账户令牌,就可以使用 Stripe Charges API 创建费用:
https://stripe.com/docs/api/charges/create
您还可以选择使用客户 API 将令牌与客户关联:
https://stripe.com/docs/api/customers/create#create_customer- payment_method