Jump to content

How to find the subscription expiration using business subscription response?


 Share

Recommended Posts

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

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...