End a customer plan
POST {{baseUrl}}/customers/:customer_id/plans/:customer_plan_id/end
Change the end date of a customer's plan.
Request Body
{"ending_before"=>"<dateTime>", "void_invoices"=>"<boolean>", "void_stripe_invoices"=>"<boolean>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{}