pinax / pinax-stripe-light

a payments Django app for Stripe
MIT License
687 stars 286 forks source link

can't set at_period_end when calling subscription delete, anymore #617

Closed paltman closed 3 years ago

paltman commented 6 years ago

can’t set at_period_end on the subscription DELETE endpoint. This endpoint is for only immediately cancellations. Set cancel_at_period_end on the subscription update endpoint for a future cancellation.