Skip to main content

Invoice Is Subscription Cancellable

GET 

/api/v2/invoices/:invoice_id/subscription/cancellable

Check if the subscription related to an invoice can be canceled.

Returns:

  • is_subscription_cancellable=True: The invoice is associated with a subscription AND that subscription is in a cancelable state.
  • is_subscription_cancellable=False: Either the invoice has no associated subscription, or the subscription is not in a cancelable state.

Request

Responses

Successful Response