Types > SubscriptionState
Values
Value | Description |
---|---|
active | The subscription is active and it will proceed with actions at "next_at" |
canceled | Subscription was explicitly canceled |
done | The subscription is complete (due to subscription limits) |
error | There was an error with subscription actions, a retry is scheduled |
failed | All "error" retries failed |
past_due | A subscription in "pending" state is switched to "past_due" once it crosses the deadline |
paused | The subscription was manually paused and will not do anything until unpaused |
pending | Subscription created a scheduled fulfillment and is awaiting for fulfillment |
pending_payment | Payment requires customer confirmation |
skip_next | The subscription is instructed to skip next tick, will become "active" after that |
Used By
Types
Preview (typescript)
Loading module