#OpenExO

1 messages · Page 1 of 1 (latest)

viral frostBOT
deft plinth
#

Hi there

minor geode
#

Heya

deft plinth
#

"Ended" isn't really a thing with Subscriptions. That would only apply to Subscription Schedules really

minor geode
#

im pulling status of subscription

deft plinth
#

Where are you seeing "ended"?

minor geode
#
customer
optional
The ID of the customer whose subscriptions will be retrieved.

price
optional
Filter for subscriptions that contain this recurring price ID.

status
optional enum
The status of the subscriptions to retrieve. Passing in a value of canceled will return all canceled subscriptions, including those belonging to deleted customers. Pass ended to find subscriptions that are canceled and subscriptions that are expired due to incomplete payment. Passing in a value of all will return subscriptions of all statuses. If no value is supplied, all subscriptions that have not been canceled are returned.

Possible enum values
active
past_due
unpaid
canceled
incomplete
incomplete_expired
trialing
paused
all
ended```
#

just want to grab the churned users

deft plinth
#

Oh oh oh

#

That is in the List option

minor geode
deft plinth
#

Sorry yeah it explains it there as well

minor geode
#

yeah I see now

deft plinth
#

Pass ended to find subscriptions that are canceled and subscriptions that are expired due to incomplete payment.

#

So yeah this means it includes those Subs that were created but basically never "got going"

minor geode
#

O_O

#

Ended = they paid and no longer paying
Canceled = they never finished checkout?

deft plinth
#

Nope ended is both if they canceled and if they started but never completed the first payment

minor geode
#

Thank you

#

was just confused