简体   繁体   English

根据应用推荐的销售额自动收取交易费用

[英]Automatic transaction fee charge based on sales amount from app referral

I'm building a react native app that allows companies (clean beauty brands) to showcase their products within the app (a beauty community).我正在构建一个反应原生应用程序,允许公司(清洁美容品牌)在应用程序(美容社区)中展示他们的产品。 App users can visit the brands' website in a nested browser in our app and buy products from the brands website.应用程序用户可以在我们应用程序的嵌套浏览器中访问品牌网站,并从品牌网站购买产品。 I'm looking for a way to automatically get a transaction fee from the brands for sales initiated from our app (so transactions on the brand's site where our app acts as the referrer, so our app is affiliate marketer).我正在寻找一种方法来自动从我们的应用程序发起的销售中从品牌获得交易费用(因此在我们的应用程序充当引荐来源的品牌网站上的交易,因此我们的应用程序是联属营销商)。 The majority of the brands we work with are small companies with websites on Shopify and SquareSpace, a lot of them use Stripe.我们合作的大多数品牌都是在 Shopify 和 SquareSpace 上拥有网站的小公司,其中很多都使用 Stripe。 Any advice appreciated!任何建议表示赞赏!

You would need to use Stripe Connect .您需要使用Stripe Connect The idea is that you will act as a platform and each brand will have their own Stripe account that they connect to your platform.这个想法是,您将充当一个平台,每个品牌都将拥有自己的 Stripe 帐户,并将其连接到您的平台。 Then in your application, you will be able to offer their products on their behalf.然后在您的应用程序中,您将能够代表他们提供他们的产品。 When a customer wants to order some products, you can charge their card, have the funds go to the Stripe account for the brand and take your own fee out of the transaction (which is called an Application Fee).当客户想要订购某些产品时,您可以从他们的卡中扣款,将资金 go 存入品牌的 Stripe 账户,然后从交易中扣除您自己的费用(称为申请费)。

I'd recommend looking at Stripe's detailed documentation for this:我建议您查看 Stripe 的详细文档:

  1. https://stripe.com/docs/connect https://stripe.com/docs/connect
  2. https://stripe.com/docs/connect/enable-payment-acceptance-guide https://stripe.com/docs/connect/enable-payment-acceptance-guide

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

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