#mr.mathisp
1 messages · Page 1 of 1 (latest)
hi! can you talk more about this fee and how that works? Is it it just you(the merchant) and the end-customer or is there another party involved?
Hi Karllekko, first thanks for attending my question.
The main idea of the fee is to have a "Platform maintenance fee" from our part.
Thus resulting in:
First month:
Base_price + 10% (one-time) + VAT
Second month onward:
Base_price + 5% (recurring) + VAT
Hope its clear
I think I see.
If you're using our subscriptions I'd probably do this with a single Subscription with multiple Products(https://stripe.com/docs/billing/subscriptions/multiple-products)
So you start a subscription with a single Product "My Service" for $100 and add a one time invoice item for $10. https://stripe.com/docs/billing/invoices/subscription#first-invoice-extra
After the subscription is created and that first invoice is created, update the subscription add a new Product "Fee" for $5, which will be charged in all future invoices.