#milashin_im-connect

1 messages · Page 1 of 1 (latest)

bold cargo
tiny quiver
#

In the examples, only the creation of a new customer. I need one customer to be associated with several connect accaunts

bold cargo
#

@tiny quiver you don't directly, the Stripe API itself doesn't have any link between customers and connected accounts.

Just to confirm, you are doing this thing where you charge a customer and then transfer the funds from the charge to a connected account, as a form of topup/wallet, correct?

tiny quiver
#

I have owner and tenant, I create in stripe connect account for owner and customer for tenant. I now need to make payment from the tenant to the owner. How do I do that?

#

Using the API

bold cargo
#

and the owner is an Express account?

tiny quiver
#

yes

tiny quiver
#

Ok

#

What's the difference between these

#

From these

bold cargo
#

they're the same, it's just two links to the same place as far as I know

tiny quiver
#

No. They have a different list customers

bold cargo
#

your second screenshot is zoomed in so I can't really tell what you're looking at

#

maybe it's a different account? Maybe one screenshot is livemode and the other is test mode?

tiny quiver
bold cargo
#

cool

#

so you are looking at specific connected account

#

those are the customer objects that exist on that account.

#

which are entirely distinct from any customer objects you created on your platform account.

tiny quiver
#

So I can't connect one renter to many owners?

bold cargo
#

you can, if you use Destination charges

#

since that uses a Customer object you create on your platform account. (you would never create a Customer on the connected account like you have in your screenshot there)

tiny quiver
#

Ok. Thank you very much.

tiny quiver
bold cargo
#

yes that is creating a Customer on the Connected account.

#

which is for Direct Charges

#

so it's not what you should be doing.