#teklets-subs
1 messages · Page 1 of 1 (latest)
Wouldn't you just cancel the subscription? https://stripe.com/docs/api/subscriptions/cancel
Or am I misinterpreting your question?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
yeah, so that sends a 'canceled' status but i'm a little confused as to the difference between that and 'ended'
from what i can tell, the subscription will still run until the billing period ends
Where are you seeing an "ended" status?
oh the 'ended' status is for failed payments right? I just mean for subscriptions that've been canceled and actually expired past the last billing period
I'm not quite following so let's back up - can you show me a subscription ID that you're confused about the state of?
@thorn terrace Just checking in to see if you saw my question
oh woops was in a call.
sub_1KvORlGd7frAx1tYd7FYLpaz
that subscription is canceled but the last billing date is a month from now. is there any stripe specific functionality to immediately end the subscription vs expire it at the next billing cycle?
From a quick look at that subscription it's completely cancelled and won't be generating any more invoices
I need to head out, but @solid patrol can help you.