When a customer contacts your company for support, the customer service representative might want to verify whether the customer is still subscribed to your web product (customers can cancel use of your product at any time). This information is available from AWS programmatically. This section describes how your system gets the information.
Process for Verifying the Customer's Subscription Status
1 | The first time the customer goes to your web product in a browser and logs in to use it, your product goes through an activation process (for more information, see Web Product Activation). As part of this process, the product obtains an activation key for the customer and requests |
2 | The response from |
3 | Later, when your customer support representative needs to verify the status of the customer's subscription, the representative looks up the PID. Your system makes a request to |
![]() | Note |
|---|---|
The PID represents the relationship between you (the product owner) and the customer. Even if a customer buys 10 different products from you, you have only one PID for that customer. |