Skip to main content

Subscription Are Invoices Cancellable

GET 

/api/v2/subscriptions/:subscription_id/invoices/cancellable

Check if a subscription has any cancelable ongoing invoices.

Returns:

  • are_invoices_cancellable=True: The subscription has one or more ongoing invoices that are cancellable.
  • are_invoices_cancellable=False: The subscription has no ongoing invoices (all invoices are completed, canceled, or no invoices exist).

Request

Responses

Successful Response