如何按条带 api 拆分付款? [英] how split payments by stripe api?

查看:25
本文介绍了如何按条带 api 拆分付款?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在建立一个慈善捐赠网站.我必须从用户/捐赠者那里获得付款,然后将 20% 转移到网站帐户,将 80% 转移到捐赠活动帐户.使用 PayPal 我有自适应付款方式,但我应该如何处理 Stripe 付款?Stripe API 可以使用哪种方法?

解决方案

为此,您需要使用 Stripe Connect.>

基本上,平台(=您)将拥有您自己的 Stripe 帐户,并且每个捐赠活动都有自己的帐户,与您的帐户相关联(这意味着他们授予您代表他们接受付款的权限).

然后,您可以使用 application_fee 参数来指定您的拆分.有两种不同的方法来处理它,在这里解释:https://stripe.com/docs/connect/payments-费用.

I am building a website for charity donations. I have to get payment a from user/donator and transfer 20% to the website account and 80% to the donation campaign account. Using PayPal I have adaptive payments method, but what should I do with Stripe payments? Which method can be used for the Stripe API?

解决方案

You need to use Stripe Connect for this.

Basically, the platform (= you) would have your own Stripe account, and each donation campaign would have their own account, connected to yours (meaning they granted you permissions to accept payments on their behalf).

You would then be able to create charges for them, using the application_fee parameter to specify your split. There are two different ways to go about it, which are explained here: https://stripe.com/docs/connect/payments-fees.

这篇关于如何按条带 api 拆分付款?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆