/
activateApplicationSubscription
activateApplicationSubscription
Operation
activateApplicationSubscription
Status activateApplicationSubscription ( String subscriptionToken ) throws AccountAPINGException
Activates the customers subscription token for an application. Please note: The request is made by the customers account using their session token (X-Authentication header) only.
- The activation of a new subscription token can take up to 2 minutes, therefore, you should ensure that this delay is handled within your application.
- Please note: A maximum number of 15,000 subscription UNACTIVATED subscriptions tokens can be created at any one time. Attempts to create more subscription tokens will return the error TOO_MANY_REQUESTS error which will restrict creation of further tokens until existing UNACTIVATED subscription tokens have been ACTIVATED or CANCELLED.
Parameter name | Type | Required | Description |
---|---|---|---|
subscriptionToken | String | Subscription token for activation. |
Return type | Description |
---|---|
Throws | Description |
---|---|
Generic exception that is thrown if this operation fails for any reason. |
Since 1.0.0
, multiple selections available,
Related content
getDeveloperAppKeys
getDeveloperAppKeys
More like this
createDeveloperAppKeys
createDeveloperAppKeys
More like this
Application Keys
Application Keys
More like this
getAccountDetails
getAccountDetails
More like this
updateOrders
updateOrders
More like this
Vendor Services API
Vendor Services API
More like this