#Sarvesh

1 messages · Page 1 of 1 (latest)

plush peakBOT
tight pendant
#

Hi 👋 is there something I can assist with?

polar ermine
#

Is there a way or API available for below case

  1. our web application will have Stripe account
  2. on our website there is special users who rent their products and having their bank account info with us.
  3. when normal user comes to website and do payment for rental product, payment should be split out
    e.g. $10 rental fee, $1 web application fee and $ 9 will be sent to bank account of product owner
#

is it possible without conneting product owner accounts under the web application stripe account?

tight pendant
#

No, you will need to use Stripe Connect for this scenario.
https://stripe.com/connect

When paying out funds from a Stripe Account's balance, those funds can only be sent to the bank account belonging to that Stripe Account, so you won't be able to transfer those funds to your special users' bank accounts.

Stripe Connect is the fastest and easiest way to integrate payments and financial services into your software platform or marketplace.

polar ermine
#

ok, got it. thank you

#

do we need to use direct charges for it?

tight pendant
#

The charge structure that you will want to use depends on your flow. If you want your customers to feel like their interacting directly with our users, then I would recommend Standard Connected Accounts and Direct Charges. If you instead want your users to feel like they're interacting primarily with your platform, then I would recommend Destination Charges with either Express or Custom Connected Accounts instead.