Please add customer.source.expiring event to supported events
Problem
I am trying to trigger the customer.source.expiring event:
stripe trigger customer.source.expiring
and currently the response that I receive is:
event customer.source.expiring is not supported.
Feature
I would like to be able to trigger the customer.source.expiring event to allow for testing of this event in my repository (and allowing other devs to have the same experience.)
Any follow ups on this issue?
Looking for clarification here. Does this mean that customer.source.expiring is not supported for webhook events at all or does it just mean not supported for testing via the stripe cli?
Looking for clarification here. Does this mean that
customer.source.expiringis not supported for webhook events at all or does it just mean not supported for testing via the stripe cli?
The customer.source.expiring is not supported for testing on the stripe cli.
is the customer.source.expiring event support on the way ?
Any news please ?
I found this Github gist which might be related and of some help, https://gist.github.com/mladenilic/a1b8ca4593d3d6f7db0d2159661d4e99
However, this gist is from 2018 and I'm not sure whether the structure has remained same ever since.