#9310
1 messages · Page 1 of 1 (latest)
hi! not sure I follow exactly. Why do you think it shouldn't happen?
To be clear, those settings just apply to any recurring payment, we don't special-case the first payment after a trial as being different.
if you think we should, that's fair feedback! just not how it works today
a workaround would be to detect this yourself by listening to invoive.payment_failed webhooks, determining if they're for a subscription that was on a trial period(adding metadata to the Subscription might be the easiest way to detect that; or be comparing the trial_end date of the subscription to the created date of the Invoice) and then if so, directly calling the Cancel Subscription API