Handling third-party product entitlement changes
Overview
If there is a change to entitlements, Bango notifies OpenTV Platform, which, in turn, notifies your self-service portal.
For example, if a user initiates a purchase but fails to use the provided activation URL before it expires, and the self-care portal tries to activate the entitlement again, this causes a change in entitlements that needs to be communicated asynchronously back to the self-care portal. (See Requesting activation of an entitlement when the activation URL has expired.)
This does not include changes to subscriptions. See Updating the status of a third-party product entitlement.
You must implement an endpoint on your portal to receive such requests from OPF. This will require coordination with your NAGRAVISION representative regarding the details of the endpoint (i.e., the endpoint name, what the request body will contain, and so on).
The endpoint must return an HTTP 200 (OK) status.