#Manhuman
1 messages · Page 1 of 1 (latest)
Can share some example evt_xxx IDs
Yes: evt_1N0OoWAOngVOuJDCVMKX0AQv
Ok, and which field(s) are different?
https://beta35.crewbooking.eu/webhook/stripe doesn't receive the property "subscriptions" in which I have the metadata "crew_guid".
I don't understand why my server doens't receive the same body
I would guess that this is API version related. We removed the subscriptions field from the Customer object in 2020-08-27: https://stripe.com/docs/upgrades#:~:text=The subscriptions property on Customers is no longer included by default. You can expand the list but for performance reasons we recommended against doing so unless needed.
Oh 😦
Your webhook endpoint is using API version 2020-08-27, which explains what you're seeing
An is there a way to add metadata to the customer object with checkout session ?