#olli
1 messages · Page 1 of 1 (latest)
Hi there
I think you are asking whether you can create a Subscription on your platform and charge a Connected Account for that Subscription via Account Debits?
Is that correct?
yep
the user would be the connect account in this case. stripe would only be used by that connect account for financial services
a monthly fee would be charged directly to the connect account
Not really possible. What you would have to do in this case is charge account debits and then "mark the invoices as paid". The account debits would not reconcile directly to the invoices.
yeah i could. is it possible to create a subscription without attaching a payment method?
so pretty much just using it for invoicing and making tracking customer plans easier
Yep you can use default_incomplete to create a Subscription without a PaymentMethod, or you can simply use a $0 Price.
And then track it yourself. But that kind of defeats the purpose of using the Subscription at all
So you likely want default_incomplete: https://stripe.com/docs/api/subscriptions/create#create_subscription-payment_behavior
ah perfect! completely forgot about payment behaviour
i'll go use that. assuming i'd just want to listen for the invoice.finalized event (and use its subscription param) to handle this server-side?
Yep that is a good way to do it
thanks :)
Sure thing!
popping in to say yep, it works fully as expected. thanks once again
have a nice evening :)
🎉