diff --git a/docs/Guides/IAP-Integration.md b/docs/Guides/IAP-Integration.md index 5c4ad46..d600fb8 100644 --- a/docs/Guides/IAP-Integration.md +++ b/docs/Guides/IAP-Integration.md @@ -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: @@ -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. \ No newline at end of file +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.