I am a newbie to Stripe subscriptions and learning about the plans and invoice line items.
Is it possible to add recurring shipping fees in Stripe Subscriptions or should I include the shipping fee as a part of the subscription price?
Also, I am trying to add one-time setup fee via invoice line item but the charge is not getting included. I am using Rails and this is how I am proceeding. 1)Creating a customer 2)Adding the subscription plan to that customer 3)Then creating the invoice line item for one time set up fee.
I am not receiving any error during the testing, but the one-time fee is not getting included in the payment.
Help would be appreciated.
TIA
Sri