Custom data returned as a JSON encoded string

Released October 17, 2022


We updated webhooks so that custom_data included in payloads is now formatted as a JSON encoded string rather than JSON object.

Previously, as a JSON object:

preparing...

Now, as a JSON encoded string:

preparing...

This update makes it easier to work with custom_data and means that signature verification works more reliably.