Skip to main content

Version 2.11.8

· 4 min read

What's New

  • The kyc object returned as part of the following API calls has been deprecated and instead a new API call /consumers/\{id\}/kyc/get has been added added to return the kyc specific information

    • POST /consumers/{id}/get
    • POST /consumers/{id}/update
    • POST /consumers/_/create
  • The kyb object returned as part of the following API calls has been deprecated and instead a new API call /corporates/\{id\}/kyb/get has been added to return the kyb specific information

    • POST /corporates/{id}/get
    • POST /corporates/{id}/update
    • POST /corporates/_/create

What's Changed

  • The property basicCompanyChecksVerified has been deprecated from the kyb object. This information is already being provided in the fullCompanyChecksVerified property

    • POST /corporates/{id}/get
    • POST /corporates/{id}/update
    • POST /corporates/_/create
    • POST /corporates/{id}/kyb/get
  • The properties pep, sanctioned and enhancedDueDiligence has been deprecated from the kyb object

    • POST /consumers/{id}/get
    • POST /consumers/{id}/update
    • POST /consumers/_/create
    • POST /consumers/{id}/kyc/get
  • A new property credentialId will be returned in case of a conflict response

    • POST /auth/login_with_password`
  • A new property nationality has been added.

    • POST /consumers/{id}/get
    • POST /consumers/{id}/update
    • POST /consumers/_/create

What's New

POST /corporates/{id}/kyb/get
POST /consumers/{id}/kyc/get

What's Changed

POST /auth/login_with_password
Return Type:

Changed response : 409 Conflict

Conflict

  • Changed content type : application/json

    • Added property credentialId (string)
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.

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.

POST /corporates/_/create
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.

POST /consumers/{id}/get
Return Type:

Changed response : 200 OK

Success

  • Changed content type : application/json

    • Added property nationality (string)

      Nationality of the consumer - using ISO 3166 alpha-2

    • Changed property kyc (object)

      The KYC status of the consumer.

      • Changed property pep (string)

        The status of the PEP Check for the consumer.

      • Changed property sanctioned (string)

        The status of the Sanctions Check for the consumer.

      • Changed property enhancedDueDiligence (string)

        The status of the Enhanced Due Diligence Check for the consumer.

POST /consumers/{id}/update
Return Type:

Changed response : 200 OK

Success

  • Changed content type : application/json

    • Added property nationality (string)

      Nationality of the consumer - using ISO 3166 alpha-2

    • Changed property kyc (object)

      The KYC status of the consumer.

      • Changed property pep (string)

        The status of the PEP Check for the consumer.

      • Changed property sanctioned (string)

        The status of the Sanctions Check for the consumer.

      • Changed property enhancedDueDiligence (string)

        The status of the Enhanced Due Diligence Check for the consumer.

POST /consumers/_/create
Return Type:

Changed response : 200 OK

Success

  • Changed content type : application/json

    • Added property nationality (string)

      Nationality of the consumer - using ISO 3166 alpha-2

    • Changed property kyc (object)

      The KYC status of the consumer.

      • Changed property pep (string)

        The status of the PEP Check for the consumer.

      • Changed property sanctioned (string)

        The status of the Sanctions Check for the consumer.

      • Changed property enhancedDueDiligence (string)

        The status of the Enhanced Due Diligence Check for the consumer.