如何支付通过我的平台销售产生的客户?

huangapple go评论54阅读模式
英文:

How to pay customers from sales made through my platform?

问题

I am building a jb tweak which once done will be released to the public. This tweak will have a payment option for paid features.
我正在开发一个越狱的修改,一旦完成,将会发布给公众。这个修改将提供付费功能选项。

Tweak will be customized to be able to add features and pay the respected devs.
修改将被定制以添加功能并支付相关的开发人员。

I want to be able to charge a commission from whatever sales they make through my public tweak.
我想要能够从他们通过我的公共修改所做的销售中收取佣金。

For example if they sell their premium for $9.99 then I would get, let's say, a 10% commission which would go to my business account.
例如,如果他们以9.99美元出售他们的高级版本,那么我将得到,比方说,10%的佣金,这将进入我的企业账户。

As of now I have it working to be sent to my PayPal business account, which works great, but if I plan to release this to the public, all purchases will end up in my account which I don't want. I only want whatever commission percentage I put.
到目前为止,我已经使它可以发送到我的PayPal企业账户,这很好,但如果我计划发布给公众,所有购买都将进入我的账户,而这不是我想要的。我只想要我设定的佣金百分比。

I was thinking something along the lines of maybe run all checkouts through my business account, subtract the commission, and send the remaining balance to whatever developer made the sale. The problem is that payouts API has to be approved, and PayPal denied it due to being “high risk”.
我考虑过可能的方法,比如通过我的企业账户运行所有的结账流程,扣除佣金,然后将剩余余额发送给进行销售的开发人员。问题在于支付API必须获得批准,而PayPal由于“高风险”而拒绝了它。

My question is, how would I be able to charge a commission per sale from devs using my platform?
我的问题是,如何能够从使用我的平台的开发人员那里收取销售的佣金?

I looked into Stripe but I am not sure if their API can do this.
我研究了Stripe,但我不确定他们的API是否能够做到这一点。

Tried to apply for PayPal payouts API but that didn't work.
尝试申请PayPal的支付API,但没有成功。

英文:

not sure if this is the correct place to ask this but. I am building a jb tweak which once done will be released to the public. This tweak will have a payment option for paid features.

Tweak will be customized to be able to add features and pay the respected devs.

I want to be able to charge a commission from whatever sales they make through my public tweak.

For example if they sell their premium for $9.99 then i would get lets say a 10% commission which would go to my business account.

As of now i have it working to be sent to my paypal business account. Which works great but if i plan to releasing this to the public all purchases will end up in my account which i dont want. I only want whatever commission percentage i put.

I was thinking something along the lines of maybe run all checkouts through my business account, substract the commission and send remaining balance to whatever developer made the sale. The problem is that payouts api has to be approved and paypal denied due to being “high risk”.

My question is, how would i be able to charge commission per sales from devs using my platform?

I looked into stripe but i am not sure if their api can do this.

Tried to apply for paypal payouts api but that didnt work.

答案1

得分: 0

Stripe支持像您的这种流程,使用他们的Connect产品。您可以在这里了解更多关于不同连接账户类型的信息,但根据您的描述,您可能希望考虑使用ExpressCustom连接账户(供开发人员进行销售)。对于付款,您可以选择使用Destination charges(付款会在您自己的账户上进行,部分资金会自动转入连接账户),或者Separate Charges and Transfers(付款会在您自己的平台账户上进行,您需要进行单独的API调用来将资金转入一个或多个连接账户)。

英文:

Stripe supports flows like your with their Connect product. You can read more about the different connect account types here but based on what you're describing, you'll likely want to look into using Express or Custom connect accounts (for the developers making the sales). For payments you'll either want to use Destination charges (payments are made on your own account and some portion is automatically transferred to a connect account) or Separate Charges and Transfers (payments are made on your own platform account and you make separate API calls to transfer funds to one or more connect accounts).

huangapple
  • 本文由 发表于 2023年3月31日 02:24:18
  • 转载请务必保留本文链接:https://go.coder-hub.com/75891730.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定