I am implementing a server-side service that checks user's google play subscriptions status. I use the Android Pubisher API (https://developers.google.com/android-publisher/api-ref/purchases/subscriptions/get) to check the subscription status. Though, I cannot understand how to distinguish if the user is on trial period or if he has already paid (i need it for analytics, to attribute revenue)?
How can this be done?