#valep - webhook previous attributes
1 messages · Page 1 of 1 (latest)
Can you share an example event ID?
evt_1Lu3xDIQk419OSQPXIXICqby
Thanks - taking a look
thank you!
Do you have to have the ID of you webhook endpoint?
Or your platform account ID acct_123
Actually I think I see which this is
valep - webhook previous attributes
Oh, this is not what I thought I saw. That account only seems to have a single webhook endpoint and it is disabled. And I don't see any endpoints for delivery of the event you shared for that account or potentially related ones.
So it actually would be helpful to share a specific webhook endpoint ID where you expected to receive this event (we_123)
Sure, so its an older connect integration
Do you only get events by retrieval via the events API?
ie, there is no webhook endpoint for delivery
yup
OK so I'm seeing example get requests with list and specific events from your account, such as these:
https://dashboard.stripe.com/logs/req_LykhMBSt7TvsT0
https://dashboard.stripe.com/logs/req_CnKZE7yNJi8i1I
You're seeing this only on customer.subscription.updated events, correct? And is the attribute missing entirely, or present but null/empty?
Correct. This is only on customer.subscription.updated events and the previous_attributes field is there but it's empty
this is what it looks like
"previous_attributes": {
}
I'm not finding any reason this should be missing for you when requesting those events from the API. Would you be able to write in to support (via your dashboard or support@stripe.com) and mention my handle (synthrider) so I can find your message? Since I can't see your GET request results, it would be extremely helpful if you could
1/ run one of these requests again with eg curl or some other tool that allows you to capture the output
2/ Share the request ID along with the response body you get back
I want to open an investigation internally and having such an example will help us dig.
OK thanks -- looking for that now