sven-bo
Active member
When a customer cancels through the account dashboard, they can type a cancellation reason, and it then shows up on the subscription in the dashboard.
I cancel subscriptions programmatically via the API (POST /subscription/{id}/cancel). That endpoint only seems to accept cancel_at_end. Is there any way to also send the cancellation reason through the API so it appears on the subscription the same way the dashboard does? Or is that field only available in the dashboard right now?
Thanks,
Sven
I cancel subscriptions programmatically via the API (POST /subscription/{id}/cancel). That endpoint only seems to accept cancel_at_end. Is there any way to also send the cancellation reason through the API so it appears on the subscription the same way the dashboard does? Or is that field only available in the dashboard right now?
Thanks,
Sven