You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for raising this issue.
Unfortunately, we are not able to generate more accurate AdditionalData models due to dynamic key names in this object. i.e; index numbers, fraudCheck ID's and names, etc.
Therefore you'd need to separately parse the metadata value to a JSON object as a workaround.
I apologise for any inconvenience this might cause.
DjoykeAbyah
changed the title
[BUG] additionalData property in NotificationRequestItem seems to be typed incorrectly
ECP-9267: additionalData property in NotificationRequestItem seems to be typed incorrectly
Jun 6, 2024
DjoykeAbyah
changed the title
ECP-9267: additionalData property in NotificationRequestItem seems to be typed incorrectly
additionalData property in NotificationRequestItem seems to be typed incorrectly
Jun 7, 2024
In v 15.1.0 the 'additionalData' property in NotificationRequestItem is typed as:
but in the docs here https://docs.adyen.com/api-explorer/Webhooks/1/post/NOTIFICATION_OF_FRAUD#request-notificationItems-NotificationRequestItem-additionalData-metadata
the metadata property on 'additionalData' is described as object which would make it incompatible with type string.
The text was updated successfully, but these errors were encountered: