Skip to main content

Version 2.8.0

· 3 min read

What's Changed

  • Username (credential code) is being phased out. Login can now be done using just the email address. Both username and email address will be supported for some time, to allow for a transition.

  • When creating Corporate Users, some of the parameters are now optional (no longer mandatory)

    • companyPosition
    • mobileCountryCode
    • mobileNumber
    • title
    • username
  • Added new status PENDING_REVIEW for Corporate Identity KYB


What's Changed

POST /corporates/{id}/kyb/start
Return Type:

Changed response : 409 Conflict

Conflict

  • Changed content type : application/json

    • Changed property errorCode (string)

      Added enum value:

      • KYB_ALREADY_APPROVED
POST /corporates/{id}/users/{user_id}/get
Return Type:

Changed response : 200 OK

Success

  • Changed content type : application/json

    New optional properties:

    • companyPosition
    • mobileCountryCode
    • mobileNumber
    • title
POST /corporates/{id}/users/{user_id}/update
Return Type:

Changed response : 200 OK

Success

  • Changed content type : application/json

    New optional properties:

    • companyPosition
    • mobileCountryCode
    • mobileNumber
    • title
POST /corporates/{id}/users/_/create
Request:

Changed content type : application/json

New optional properties:

  • companyPosition
  • mobileCountryCode
  • mobileNumber
  • title
  • username
Return Type:

Changed response : 200 OK

Success

  • Changed content type : application/json

    New optional properties:

    • companyPosition
    • mobileCountryCode
    • mobileNumber
    • title
POST /corporates/{id}/users/get
Return Type:

Changed response : 200 OK

Success

  • Changed content type : application/json

    • Changed property user (array)

      Changed items (object):

      New optional properties:

      • companyPosition
      • mobileCountryCode
      • mobileNumber
      • title
POST /corporates/{id}/get
Return Type:

Changed response : 200 OK

Success

  • Changed content type : application/json

    • Changed property kyb (object)

      The KYB status of the corporate account.

      • Changed property basicCompanyChecksVerified (string)

        The status of the Basic Company Verification Checks for the corporate entity.

        Added enum value:

        • PENDING_REVIEW
      • Changed property fullCompanyChecksVerified (string)

        The status of the Full Company Verification Checks for the corporate entity.

        Added enum value:

        • PENDING_REVIEW
      • Changed property enhancedCompanyChecksVerified (string)

        The status of the Enhanced Company Verification Checks for the corporate entity.

        Added enum value:

        • PENDING_REVIEW
POST /corporates/{id}/update
Return Type:

Changed response : 200 OK

Success

  • Changed content type : application/json

    • Changed property kyb (object)

      The KYB status of the corporate account.

      • Changed property basicCompanyChecksVerified (string)

        The status of the Basic Company Verification Checks for the corporate entity.

        Added enum value:

        • PENDING_REVIEW
      • Changed property fullCompanyChecksVerified (string)

        The status of the Full Company Verification Checks for the corporate entity.

        Added enum value:

        • PENDING_REVIEW
      • Changed property enhancedCompanyChecksVerified (string)

        The status of the Enhanced Company Verification Checks for the corporate entity.

        Added enum value:

        • PENDING_REVIEW
POST /corporates/_/create
Request:

Changed content type : application/json

New optional properties:

  • rootUsername
Return Type:

Changed response : 200 OK

Success

  • Changed content type : application/json

    • Changed property kyb (object)

      The KYB status of the corporate account.

      • Changed property basicCompanyChecksVerified (string)

        The status of the Basic Company Verification Checks for the corporate entity.

        Added enum value:

        • PENDING_REVIEW
      • Changed property fullCompanyChecksVerified (string)

        The status of the Full Company Verification Checks for the corporate entity.

        Added enum value:

        • PENDING_REVIEW
      • Changed property enhancedCompanyChecksVerified (string)

        The status of the Enhanced Company Verification Checks for the corporate entity.

        Added enum value:

        • PENDING_REVIEW
POST /consumers/_/create
Request:

Changed content type : application/json

New optional properties:

  • credentialCode