API Enhancements:
- Restricted webhook notifications to be sent only by HTTPS
Change POST https://<api-url>/v1/notifications and PUT https://<api-url>/v1/notifications/:nid to require HTTPS protocol when the DTO field destination is a URL. This will ensure that Notifications with type webhook deliver messages via secure communication channels.
Impacted Functionality: Notifications
- Fixed issue that the message is not mapped into the transaction object when sent from Forter
Fixed issue that the message returned in Forter’s response was not set to the transaction “specific_message“.
Impacted Functionality: Forter
.
UI Enhancements:
- As a stakeholder I want all webhook notifications to be sent by HTTPS
Change the notification creation and edit forms such that they prevent submissions of HTTP URLs when the notification type is webhook.
Impacted Functionality: Notifications
- Implemented filter by transactions.type = fraud in the Dashboard
Implemented ability to filter transactions by transactions.type = fraud enabling merchants view all fraud transactions.
Impacted Functionality: Charge reporting
.
Widget Enhancements:
No enhancements this release.