Fraud SDK Node module 2.2.0
August 27th, 2026 by ReadMe API
- Add support for custom events (
CustomEvent) via the new/v1/validate/customand/v1/collect/customendpoints, to send any business event not covered by login, registration, account update or password update - Add optional
customFields(up to 10 custom business data fields) andpartnerIdto all events - Add optional
failReasonfield toLoginEvent - Add optional
statusandfailReasonfields toRegistrationEvent - Add optional
accountTypeandaccountCreationDatefields toLoginEvent,RegistrationEvent, andAccountUpdateEvent - Add optional
accountCreationDatefield toPasswordUpdateEvent - Add optional
dateOfBirthfield to theUserinterface - Update the truncation limit of the
clientIDheader field to 512 characters - Truncate the
accountfield to 320 characters - Remove
ActionType.PAYMENT, which does not correspond to any Account Protect API endpoint - Fix the
titlevalue in theUserinterface from'ms'to'mrs', matching the Account Protect API - Retype
Response.locationfromAddressto the newLocationinterface ({ countryCode, country, city }), matching the Account Protect API response

