#cian54
1 messages · Page 1 of 1 (latest)
You'd listen for the customer.subscription.deleted webhook event
would cancel_at delete the subscription instead of canceling it ?
deletion and canceling mean the same thing for subscriptions
I understand and how can i know if the reason for cancelation is cancel_at ?
I guess you could check whether request is populate on the event (https://stripe.com/docs/api/events/object#event_object-request) to make sure it wasn't cancelled early by a different request
but is there a reason you need this?