#jjcbravo
1 messages · Page 1 of 1 (latest)
👋 happy to help
Unfortunately Subscriptions are tightly coupled with Invoices
so you can't really collect recurring payments without Invoices
That's what I thought... ok, thanks for everything.
sure let me know if you need any more help
actually you can collect recurring payments without invoices but that would also mean without a subscription object
so you'd have to rewrite the whole subscription logic on your side
and create a PaymentIntent for each billing cycle
but I highly discourage that
I understand what you mean, I would have to launch single payments every month
yes