#srn-connect-standard
1 messages · Page 1 of 1 (latest)
Hi there! No, this isn't possible with Direct.
If you use Separate Charges and Transfers you could create the Subscription on your platform and then transfer different amounts from the Sub to multiple Connected Accounts.
But with Direct charges you would need to create multiple Subs on multiple Connected Accounts.
Will the buyer be charged individually for each subscription? Also, will stripe fee of (2.3% + 30 cents) apply to each subscription item?
for direct charges
Yes each Subscription will create an Invoice which will create a PaymentIntent.
The fees will be based on the items and the payment method used.
So the only way to group up into 1 subscription is to become a merchant of record (using destination charges)?
Yes, but you likely want Separate Charges and Transfers: https://stripe.com/docs/connect/charages-transfers
with separate charges/transfers is the platform the merchant of record?
Yeah
Unless you use on_behalf_of
But then you can only set on_behalf_of to one Connected Account
is there any approach to group into 1 subscription that doesnt involve the platform becoming the merchant of record?