如何从Google Developer API获取订阅的历史付款列表?

Ste*_*ten 6 in-app-purchase google-play-developer-api

通过使用Google Play Developer API和电话https://www.googleapis.com/androidpublisher/v2/applications/{packageName}/purchases/subscriptions/{subscriptionId}/tokens/{token}(https://developers.google.com/android-publisher/api-ref/purchases/subscriptions/get),可以获取有关订阅是否仍然有效的信息.

如何在orderId不猜测的情况下找出每笔付款(通过这样做:https://developer.android.com/google/play/billing/billing_subscriptions.html)?是否可以通过对API的服务帐户调用获取用户订阅的所有历史付款?(例如,使用purchaseToken和subscriptionId).