We have an api endpoint that receives transaction webhooks. Specifically, we are checking if the webhook code is INITIAL_UPDATE or HISTORICAL_UPDATE (https://plaid.com/docs/api/products/transactions/#initial_update). This integration was working for about a year. Then, back in February, we updated from "plaid": "10.2.0" to "plaid": "12.3.0".
Nothing else was changed on our side. Now we get an empty request body from the Plaid webhook which has caused issues with our system.
I can see in our dashboard that the webhooks are fired successfully. Here is an example from production:

We have since tried to downgrade back to "plaid": "10.2.0" but that has not helped the issue.
Can someone please help us figure out what would have changed to where we are now getting empty request bodies?
Thanks!
We have an api endpoint that receives transaction webhooks. Specifically, we are checking if the webhook code is
INITIAL_UPDATEorHISTORICAL_UPDATE(https://plaid.com/docs/api/products/transactions/#initial_update). This integration was working for about a year. Then, back in February, we updated from"plaid": "10.2.0"to"plaid": "12.3.0".Nothing else was changed on our side. Now we get an empty request body from the Plaid webhook which has caused issues with our system.
I can see in our dashboard that the webhooks are fired successfully. Here is an example from production:

We have since tried to downgrade back to
"plaid": "10.2.0"but that has not helped the issue.Can someone please help us figure out what would have changed to where we are now getting empty request bodies?
Thanks!