#Nadiya-split-charges
1 messages · Page 1 of 1 (latest)
heya @rustic gulch, yes it's possible. You would create a transfer to the connected account - https://stripe.com/docs/api/transfers/create
you can think of it as two separate actions - receive a subscription payment. create transfers to connected accounts.
our client not wanting to use stripe-connect, then is there any other way to do this split payments?
if they don't use Stripe Connect, then they would have to do the transfers outside of Stripe e.g. a bank account transfer
btw, does this do every time , when the subscription payment renews? like monthly?
if you're transferring to multiple Stripe accounts, then you need to implement your own logic to do the transfers every time the subscription payment renews
ok, understood
but sorry, another question
is it possible to send money from one stripe account to another stripe account (if not using connect) ?
no it's not possible
i see, thank you