Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
the ID of a customer-plan relationship
Body
The date at which this customer's plan should end
RFC 3339 timestamp for when the plan ends (exclusive) for this customer. Must be at 0:00 UTC (midnight). If not provided, the plan end date will be cleared.
If true, plan end date can be before the last finalized invoice date. Any invoices generated after the plan end date will be voided.
Only applicable when void_invoices is set to true. If true, for every invoice that is voided we will also attempt to void/delete the stripe invoice (if any). Stripe invoices will be voided if finalized or deleted if still in draft state.
Response
Success
The response is of type object
.