#CameronBryce-search-api

1 messages ยท Page 1 of 1 (latest)

tribal marsh
#

active is a field on the Price object, as opposed to the Subscription object. It's only used to say whether the Price object can be used for new purchases

native patrol
# tribal marsh `active` is a field on the Price object, as opposed to the Subscription object. ...

Sorry, I don't quite understand this part Price object can be used for new purchases ๐Ÿ˜…
And if that's not the proper way to do it, which value should I use instead to base my subscriptions on? It's for a Discord bot, nothing huge. Would it be the status instead? I'm just looking basically for a True/False if the subscription is paid for, then allow access. If that makes sense, the way I'm describing it.

      "quantity": 1,
      "schedule": null,
      "start_date": 1660941268,
      "status": "canceled",
      "test_clock": null,
      "transfer_data": null,
      "trial_end": null,
      "trial_start": null
    }```
tribal marsh
#

Yeah, you should use status instead

native patrol
#

Okay, thank you ๐Ÿ˜„ Are there anymore values besides it being active or canceled by chance? If you're not sure, I can go find it. Figured to ask!

tribal marsh
native patrol