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
Some fields are missing in the NotificationAdditionalData schema, such as disputeStatus, which is defined in the Webhooks-v1.json schema.
This causes issues for us because our Spring Boot webhook handler relies on this specification for deserialization, leading to the loss of this critical data.
Could you please confirm if disputeStatus and any other missing fields for the NotificationAdditionalData schema are planned to be added to the spec? Having a complete schema would greatly improve our integration. Thanks!