Docs
This article explains why the API returns the error "Term Ends At: Should be in valid date format" and how to resolve it.
Chargebee APIs require all time-related fields to be passed as UTC timestamps in seconds. If the value is provided in any other format—such as a standard date string or milliseconds—the API returns this error.
Convert your date and time values to Unix timestamp (UTC) in seconds before making the API call.
Was this article helpful?