added
1.4 : November 2021
about 3 years ago by Ignacio Pacheco
Add ATO evaluation and minor changes in device, transaction and amount fields.
New ATO evaluation
There is a new API for Account Take Over risk analysis, it support events of:
- Login
- Signup
- Change Profile
- Enrollment
- Change Password
Deprecated fields
Device
- device_data was renamed to device
- device_data.sessionId is not longer required.
Transaction
- transaction_data was renamed to transaction.
- For the Payment AntiFraud Data there is now a flag to indicate if the payment was previously redirected.
Store
- store.merchant was renamed to store.code.
- store.merchant_category was renamed to store.category and has format validation by ISO 18245.
- store.reference_id was moved to transaction node.
- store.business_id was moved to transaction node.
- store.sequence was moved to transaction node.
Amount
- The currency was renamed in all amount objects to currency_code.
New fields
Payments
- For the Payment AntiFraud Data there are now new Payment Types:
- PrePaidCard
- Transfer
- Redirection