Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/Guides/IAP-Integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ CloudPay will verify the receipts sent from the App with Google.
##### Notification service
Google offers a guaranteed real-time developer notification (RTDN) service which forwards updates to CloudPay allowing it to react immediately to subscription state changes, avoiding the need to poll the Google Play Developer API. RTDN leverages the use of [Google Cloud Pub/Sub](https://cloud.google.com/pubsub/docs/overview) which is a fully managed real-time messaging service that you can use to send and receive messages between independent applications. Google Play uses Cloud Pub/Sub to publish push notifications on topics to which you subscribe. Once setup you should add the CloudPay endpoint which will consume these notifications.

```https://{client-cloudpay-instance}.streamamg.com/notification/v1/android```
```https://{client-cloudpay-instance}.streamamg.com/notification/v1/google```

##### StreamAMG Requirements:

Expand Down Expand Up @@ -155,4 +155,4 @@ All IAP integrations made via one of the four supported providers must push the

On successful validation, a user will be granted an entitlement that is used to access premium content either for a recurring or non-recurring basis.

Further updates to a user's subscription status will be handled by CloudPay once the integrator has added the relevant CloudPay endpoint and provided the access token to StreamAMG. This will be in the form of re-validating receipts based on expiry dates/time and provider notification services.
Further updates to a user's subscription status will be handled by CloudPay once the integrator has added the relevant CloudPay endpoint and provided the access token to StreamAMG. This will be in the form of re-validating receipts based on expiry dates/time and provider notification services.