Overview

Sequence flow of Google Play

Google Play Store

sequenceDiagram Client ->>+ Google : Connection Google -->>- Client : void Client ->>+ Google : querySkuDetails(params) Google -->>- Client : skuDetails Client ->>+ Google : purchase(appid, skuid) Google -->>- Client : purchaseToken, orderId Client ->>+ YourServer : verify(purchaseToken, orderId) YourServer ->>+ Google : Get purchase(appid, purchaseToken) Google -->>- YourServer : Purchase Detail YourServer -->>- Client : verified