/
getApplicationSubscriptionHistory
getApplicationSubscriptionHistory
getApplicationSubscriptionHistory
List<SubscriptionHistory> getApplicationSubscriptionHistory ( String vendorClientId ) throws AccountAPINGException
Returns a list of subscriptions tokens that have been associated with the customers account. This allows a vendor to identify if a customer has a previous subscription to their application and the status of each subscription.
Parameter name | Type | Required | Description |
---|---|---|---|
vendorClientId applicationKey
| String String | The unique customer identifier The unique application identifier |
Return type | Description |
---|---|
List<SubscriptionHistory> | List of subscription tokens associated with the account |
Throws | Description |
---|---|
AccountAPINGException | Generic exception that is thrown if this operation fails for any reason.
|
*Since *
, multiple selections available,
Related content
getDeveloperAppKeys
getDeveloperAppKeys
More like this
getAccountDetails
getAccountDetails
More like this
getAccountStatement
getAccountStatement
More like this
createDeveloperAppKeys
createDeveloperAppKeys
More like this
listEvents
listEvents
More like this
Accounts Enums
Accounts Enums
More like this