Mohammed Muzzamil Posted March 1 Share Posted March 1 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 } ] Link to comment Share on other sites More sharing options...
Steel, Mark Posted March 3 Share Posted March 3 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 Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now