28. Saltar a contenido

28. Version 07-09-2021

Note: deprecated endpoints and resource fields will be removed in next version

28.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 and created_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 by tax_payer_id. If both are specified, profile_id takes precedence.
  • Introduced MX regionality support.

28.2 Improvements

  • Better UI for State Workflow.

28.3 Changes

  • Deprecated partners, legal_representatives, and guarantors properties. Use relations property instead.

28.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.