Currently I am using Stripe in my project and I wanted to know if it is possible to apply a coupon code when I create a subscription, but applied only for that first invoice of the subscription and not for upcoming charges. Upcoming charges should be the exact amount without the coupon code applied automatically by Stripe. How can this be done via Stripe API?
I would really appreciate your hep. Thank you!