pinax / pinax-stripe-light

a payments Django app for Stripe
MIT License
684 stars 285 forks source link

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

Closed paltman closed 2 years ago

paltman commented 5 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.