Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

amite's avatar
Level 4

Does spark fit the use case for digital downloads based on monthly/quarterly/annual subscriptions?

I need to build a store that allows both one time purchases and subscription based downloads.

Is it possible to create and associate a spark billing plan with the number and price of objects (e.g. reports or music) that a user downloads?

0 likes
2 replies
EventFellows's avatar

for the subscription part: definitively: yes.

For the one-time payment part: I'd say -> partly yes. It really gets complicated if you need to deal with the EU VAT taxes (they work out of the box for subscriptions but not for one-time payments as spark does not support these out of the box)

-> see Cashier documentation for details.

1 like

Please or to participate in this conversation.