Mohammed Muzzamil Posted March 1, 2023 Posted March 1, 2023 In business subscription response, which key decides whether the subscription is active or expired? Do we need to consider active: false or status: "expired" ? what is the difference? "subscriptions": [ { "created_at": "2022-11-18T09:56:54Z", "updated_at": "2022-11-18T13:00:29Z", "displayed_as": "Accounting", "id": "ACCOUNTING", "active": true || false, "status": "trial" || "paying" || "expired", "accountant_pays": false } ]
Steel, Mark Posted March 3, 2023 Posted March 3, 2023 Hi Mohammed, Active is only ever true or false and status values are trial, paying and expired. To answer your question, if the status is expired you will not be able to access the accounts data either in the UI or via the API's. Thanks Mark
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now