PUT
/
subscriptions
/
{id}
/
resume

Authorizations

Authorization
string
header
required

Value for the Authorization header parameter.

Path Parameters

id
string
required

Subscription identifier

Body

nextBillingDate
string | null

The date when the subscription should resume. The next billing date will be set to all items. The billing will start from this date and previous will be ignored. Otherwise all previous missing billing periods will be billed.

Response

200
application/json
id
string
externalId
string | null
paymentMethod
object | null

The payment method of the subscription. If null, the default payment method of the customer is used.

invoiceAddress
object | null

The invoice address of the subscription. If null, the default invoice address of the customer is used.

number
string

The number of the subscription.

customer
object
plan
object | null

The plan this subscription is based on.

name
string | null

The name of the subscription. Defaults to the name of the plan. This will be used in the invoice for the grouping headers.

items
object[]

The selected items of the subscription. Can be charges or addons.