#luddilo-webhook-events
1 messages ยท Page 1 of 1 (latest)
Hey there ๐ no, there isn't a way to modify the information provided via webhook events. You're looking to take action on the customer record when a payment method is detached?
Within that event body, outside of the payment method object, there should be a previous_attributes containing the ID of the customer that the payment method was previously attached to. Are you seeing that?
Thanks for a quick response!
Ahh, gotcha. I thought the full payload would be in the event.data.object
Maybe this could be documented under the event here? https://stripe.com/docs/api/events/list
Seems rather key, to me ๐
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.