#kanohian-subscription-onetime
1 messages · Page 1 of 1 (latest)
hi
Hello 👋
let me give you some context
we are selling subscriptions to a fixed price. Additionally, customer can attach addons to the subscriptions. These addons are not Stripe products, although they have a price_id
Thing is
An addon can charge a one time payment
or a recurring payment over its price(price_id) to that subscription
and that takes me to my initially question. Can I create a subscription with both: the subscription payment(which is one time) and other recurrying payment(regarding to any recurring addon if any) ?
is it possible?
Yes, you can do both of those, though in slightly different ways.
For recurring items, that would be a normal subscription update https://stripe.com/docs/billing/subscriptions/upgrade-downgrade
For one time charges, you can add an invoice item to the subscription https://stripe.com/docs/api/invoiceitems/create#create_invoiceitem-subscription