27. Version 07-09-2021¶
Note: deprecated endpoints and resource fields will be removed in next version
27.1 New Features¶
- Add Visa Merchant Category Code from the Data Standard Manual to allow its use as economic activities for profiles.
- Add
created_at__lte
andcreated_at_gte
query parameters to Profile search endpoint in order to be able to filter profiles by creation date. - Add several missing properties related to the affidavits of the profile.
pep_type
obligated_subject_type
obligated_subject_date
fatca_ssn
oecd_main_country
oecd_main_tax_payer_id
oecd_secondary_country
oecd_secondary_tax_payer_id
- Add support for electronic payment transactions.
- Allow injection of transaction by
profile_id
or bytax_payer_id
. If both are specified,profile_id
takes precedence. - Introduced MX regionality support.
27.2 Improvements¶
- Better UI for State Workflow.
27.3 Changes¶
- Deprecated
partners
,legal_representatives
, andguarantors
properties. Userelations
property instead.
27.4 Bugfixes¶
- Unprivileged users now can access the 'id' and 'scope' property of other users. In particular, this fixes some issues where users weren't able to be assigned to alers.
- Unprivileged users can no longer see blocked users.
- Prevent file overwrite when document is not versionable.
- Shortened
id_number
property. - Fix JSON serialization of errors in the case of Internal Server Error and Bad Request.
- POST /dprofile/profile now return a 201 (CREATED) status code.
- Fix bug preventing the status update because of invalid open/close cases.
- Fix Internal Server Error for unconditional status transitions.
- Persist user search filter across multiple sessions.
- Validate weak password.
- Early detection of already existing user.