#ThePinkGuy

1 messages · Page 1 of 1 (latest)

gray mantleBOT
hushed ocean
#

We have a more descriptive doc here. Basically

  • incomplete means they haven't paid for the first invoice.
  • incomplete_expired means they didn't pay for 24 hours and the subscription got cancelled
  • trialing means that you gave the user a free trial
    -past_due and unpaid are different ways of handling the lack of payment

https://stripe.com/docs/billing/subscriptions/overview

raw tree
#

okey , in other words if I want to remove the subscription to the customers that have not paid the last /first payment I have to check if it is = to active or not , right ?

#

@hushed ocean

hushed ocean
#

Whoops apologies for dropping off there. Yeah that sounds right, if you remove everything that isn't active or trialing that should be everything without a most recent payment

raw tree
#

okie, thankss