#aksharj
1 messages ยท Page 1 of 1 (latest)
Hey, just so I am clear, you do want one last invoice on March 15th but only for March 15th-31st?
Ah yes, sorry had to read that again.
hi @fierce trail , thats correct
If you set cancel_at on the invoice to March 31st that should be the behavior that you get https://stripe.com/docs/api/subscriptions/update#update_subscription-cancel_at
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
i want to charge but only for 15 dats and no further invoice
thank you so much
this is very helpful
can i do this using the dashboard?
sorry i see the option now
just to confirm, when i set the cancel date to 31st march
Nice! Was about to screenshot it for you
we will still charge the user for 15 days, correct?
Correct, we should prorate the last invoice and only charge them for those 15 days
and the amount would be for 15 days and not the full amount
so our monthly subscription is 52 $
we will then charge the user approximately 26$
correct?
Correct, you should even be able to see this in the "Upcoming Invoice" section of the subscription's page. Here is what it looks like on one of my test subscriptions
Full monthly price is $12.97 but I'm only charging for a week so it is prorated
this is awesome, many thanks @fierce trail, you are great!
just one more question
i have cancelled a users subscription incorrectly, if i click "Don't cancel" will this undo my action
i would like to resume this users subscrioption and instead of period end, want to end it on custom date
sorry dont bother, i figured it out ๐
many thanks again!