#olli

1 messages · Page 1 of 1 (latest)

topaz pawnBOT
runic scaffold
#

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?

smoky moss
#

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

runic scaffold
#

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.

smoky moss
#

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

runic scaffold
#

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

smoky moss
#

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?

runic scaffold
#

Yep that is a good way to do it

smoky moss
#

thanks :)

runic scaffold
#

Sure thing!

smoky moss
#

popping in to say yep, it works fully as expected. thanks once again

#

have a nice evening :)

runic scaffold
#

🎉