Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
colin-TRIPP's avatar
colin-TRIPP
Honored Guest
2 years ago

Request Adding Subscription Start Timestamp to Subscription API Response Field

The server-to-server subscription check API documented here has the following response field when specified as:

Field
Definition
Type
owner{id}
Unique user identifier
string
sku
SKU of subscription
string
period_start_time
The date when the most recent subscription period started
timestamp
period_end_time
The date when the most recent subscription will end
timestamp
cancellation_time
The date when the user last canceled the subscription. Does not affect period_end_time.
timestamp
is_trial
Set to true when the most recent subscription period is a free trial (7d, 14d, 30d). Does not indicate that the subscription itself is active.
bool
is_active
Set to true when a subscription is active.
bool
next_renewal_time
The date when the subscription will next be billed. This date includes any extended time granted to the subscription
 

 

Please add a field called something like "enrollment_time", which would be defined as the timestamp of the owner's original subscription purchase/signup, or the the earliest period_start_time for that user/sku. We would like to be able to see how long a user has been subscribed. This would be extremely useful for cross-validating our own records.

Thank you!