post https://api.reepay.com/v1/subscription//reactivate
A subscription on hold can be reactivated to active state. An optional start date can be given to control from when the subscription is eligible to start first billing period after on hold. The plan handling of potential partial periods can be overridden using an optional argument.
Returns the Subscription object, with state active
.
Errors
The operation can generate the following errors beside the generic HTTP error codes described here.
Error code | HTTP code | Description |
---|---|---|
12 | 404 | Subscription not found |
97 | 400 | Subscription not on-hold |
37 | 400 | Provided start date cannot be before the on-hold date |