get https://secure.vend-o.com/api/reactivate
You can reactivate a subscription using the Reactivate Subscription API. A subscription can only be reactivated if it has been canceled but has not yet expired.
On successful reactivation a response 5956 is returned (Subscription successfully reactivated), otherwise the API returns one of the following errors:
Response code | Description |
---|---|
5950 | An exception occurred in the API. |
5951 | Mandatory parameters missing. |
5952 | Merchant-ID is invalid |
5953 | Subscription-ID is invalid. |
5954 | Subscription already active. |
5955 | AuthToken is incorrect. |
5956 | Subscription successfully reactivated. |
5957 | Subscription reactivation failed. |
5958 | Site is suspended. |