#icurrytheteam

1 messages · Page 1 of 1 (latest)

timber citrusBOT
plush widget
#

hi! what do you call a 'vendor' exactly, what is that in Stripe in terms of an API object?

storm veldt
#

All "vendors" have a Stripe Connect Express account.

#

I have a site of users that can purchase a subscription to a "vendor". An application fee is applied and part of the transaction or payment transfers to our platform while the rest goes to the vendor. I have a database to see which vendors our users have subscribed to. Note, each user that purchases something is also registered as a Stripe Customer.

#

Does this make sense?

plush widget
#

do you create the Subscriptions on the Express accounts themselves using the Stripe-Account header, or on your platform and use the transfer_data parameters ?

storm veldt
#

transfer data parameters

plush widget
#

then there's no direct way to query this in the API, all the subscription just exist on your platform account. You'd need to mainly track this in metadata or through your own databases

storm veldt
#

Yes, I have a way to implement this using databases but I wanted to see if such a direct query exists in stripe's account api directly.

#

I appreciate the help