#akii
1 messages · Page 1 of 1 (latest)
hi! do you have an event ID evt_xxxx related to this?
thanks, will look in a bit
okay thanks
as far as I can tell we sent you that event and your webhook handler acknowledged it with a 200
what was the exact issue?
I'm not sure what has caused this issue and the customer whom it has occurred for is not even active now.
The customer is deleted on my stripe account.
not sure what you mean by deleted or not active
the event happened because that customer has a recurring subscription, an invoice was created, and charged their saved card per the settings on the subscription
I created a test customer.
yes, this one, https://dashboard.stripe.com/test/customers/cus_M8j4nZpKVumyDj , who exists and is not deleted
But i deleted the customer way back...
must have been a different one
yes
One last question, What does StripeSignatureVerificationError mean..?
it means your code couldn't verify the request came from Stripe https://stripe.com/docs/webhooks/signatures
it's probably because your code is configured to use the wrong webhook signing secret whsec_xxx since there's confusion on your side about the Stripe accounts being used
Aah okay that could be the case here