Hi Umesh,
We document subscription statuses at:
https://stripe.com/docs/api#subscription_object
But just to copy it here:
"Possible values are trialing, active, past_due, canceled, or unpaid.
A subscription still in its trial period is trialing and moves to
active when the trial period is over. When payment to renew the
subscription fails, the subscription becomes past_due. After Stripe
has exhausted all payment retry attempts, the subscription ends up
with a status of either canceled or unpaid depending on your retry
settings. Note that when a subscription has a status of unpaid, no
subsequent invoices will be attempted (invoices will be created, but
then immediately automatically closed. Additionally, updating customer
card details will not lead to Stripe retrying the latest invoice.).
After receiving updated card details from a customer, you may choose
to reopen and pay their closed invoices."
In short, a subscription transitions into unpaid after a sufficient
number of failed payments, based on your account settings. You can
read more about this at:
https://stripe.com/docs/guides/subscriptions#payment-failures
Happy to answer any followup questions!
Jim
> --
> You received this message because you are subscribed to the Google Groups
> "Stripe API Discussion" group.
> To post to this group, send email to
api-d...@lists.stripe.com.
> Visit this group at
>
http://groups.google.com/a/lists.stripe.com/group/api-discuss/.
>
> To unsubscribe from this group and stop receiving emails from it, send an
> email to
api-discuss...@lists.stripe.com.