Stripe Subscription with Initial setup fee?.
Hello,
I'm building a relatively simple subscription based app using Stripe, https://www.krogerfeedback.nl https://talktosonic.onl https://talktowendys.vip Devise, Pundit and a few other resources. My only real hangup at the moment is that the subscription requires an initial setup fee, and I'm really having a hard time with it.
Example:
A new user signs-up for Subscription-A; Subscription-A has a yearly interval price of $5. Upon signing up the new user gets charged a one-time fee of $10, then the following years gets charged only $5.
I'm currently in the research phase, but haven't found too much on this topic. I normally would show what I've attempted so far, but in this case I'm having a hard time even getting this started.
thanks
iosman
Looks like we've discussed this in the past here actually! https://gorails.com/forum/stripe-subscription-with-initial-setup-fee
Seems that you simply add the setup fee to the initial invoice of the subscription and future payments will just be the normal plan price. https://support.stripe.com/questions/add-a-one-time-fee-or-discount-with-a-new-subscription-plan