Skip to main content
POST
Reactivate subscription

Authorizations

Authorization
string
header
required

Bearer token authentication

Path Parameters

token
string
required

Subscription token

Body

application/json
next_bill_date
string<date>

Date to schedule the next bill (mutually exclusive with process_immediately)

process_immediately
enum<boolean>

Process the reactivation billing immediately. Must be true or omitted; sending false is rejected. Mutually exclusive with next_bill_date.

Available options:
true
address_id
integer

Address to reactivate the subscription with

Response

Success

Single subscription with associations

subscription
object
required

Subscription rendered by SubscriptionBlueprinter

meta
object