Skip to main content

Version 2.3.5

· 5 min read

Changes

  • Changes in KYB and KYC enum codes in APIs
    • POST /corporates/{id}/get
    • POST /corporates/_/create
    • POST /consumers/{id}/kyc/get
    • POST /consumers/{id}/get
    • POST /consumers/{id}/update
    • POST /consumers/_/create

Detailed Changes

What's Changed


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 directorsVerified (string)

        The status of the Directors Verification Check for the corporate entity.

        Added enum values:

        • "NOT_STARTED"
        • "INITIATED"
        • "APPROVED"
        • "REJECTED"

        Removed enum values:

        • true
        • false
      • Changed property UBOsVerified (string)

        The status of the UBOs Verification Check for the corporate entity.

        Added enum values:

        • "NOT_STARTED"
        • "INITIATED"
        • "APPROVED"
        • "REJECTED"

        Removed enum values:

        • true
        • false
      • Changed property basicCompanyChecksVerified (string)

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

        Added enum values:

        • "NOT_STARTED"
        • "INITIATED"
        • "APPROVED"
        • "REJECTED"

        Removed enum values:

        • true
        • false
      • Changed property fullCompanyChecksVerified (string)

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

        Added enum values:

        • "NOT_STARTED"
        • "INITIATED"
        • "APPROVED"
        • "REJECTED"

        Removed enum values:

        • true
        • false
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 directorsVerified (string)

        The status of the Directors Verification Check for the corporate entity.

        Added enum values:

        • "NOT_STARTED"
        • "INITIATED"
        • "APPROVED"
        • "REJECTED"

        Removed enum values:

        • true
        • false
      • Changed property UBOsVerified (string)

        The status of the UBOs Verification Check for the corporate entity.

        Added enum values:

        • "NOT_STARTED"
        • "INITIATED"
        • "APPROVED"
        • "REJECTED"

        Removed enum values:

        • true
        • false
      • Changed property basicCompanyChecksVerified (string)

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

        Added enum values:

        • "NOT_STARTED"
        • "INITIATED"
        • "APPROVED"
        • "REJECTED"

        Removed enum values:

        • true
        • false
      • Changed property fullCompanyChecksVerified (string)

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

        Added enum values:

        • "NOT_STARTED"
        • "INITIATED"
        • "APPROVED"
        • "REJECTED"

        Removed enum values:

        • true
        • false
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 directorsVerified (string)

        The status of the Directors Verification Check for the corporate entity.

        Added enum values:

        • "NOT_STARTED"
        • "INITIATED"
        • "APPROVED"
        • "REJECTED"

        Removed enum values:

        • true
        • false
      • Changed property UBOsVerified (string)

        The status of the UBOs Verification Check for the corporate entity.

        Added enum values:

        • "NOT_STARTED"
        • "INITIATED"
        • "APPROVED"
        • "REJECTED"

        Removed enum values:

        • true
        • false
      • Changed property basicCompanyChecksVerified (string)

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

        Added enum values:

        • "NOT_STARTED"
        • "INITIATED"
        • "APPROVED"
        • "REJECTED"

        Removed enum values:

        • true
        • false
      • Changed property fullCompanyChecksVerified (string)

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

        Added enum values:

        • "NOT_STARTED"
        • "INITIATED"
        • "APPROVED"
        • "REJECTED"

        Removed enum values:

        • true
        • false
POST /consumers/{id}/kyc/get
Return Type:

Changed response : 200 OK

Success

  • Changed content type : application/json

    • Changed property isPep (string)

      The status of the PEP Check for the consumer.

      Added enum values:

      • "CHECK_NOT_STARTED"
      • "YES"
      • "NO"

      Removed enum values:

      • true
      • false
    • Changed property isSanctioned (string)

      The status of the Sanctions Check for the consumer.

      Added enum values:

      • "CHECK_NOT_STARTED"
      • "YES"
      • "NO"

      Removed enum values:

      • true
      • false
POST /consumers/{id}/get
Return Type:

Changed response : 200 OK

Success

  • Changed content type : application/json

    • Changed property kyc (object)

      The KYC status of the consumer.

      • Changed property isPep (string)

        The status of the PEP Check for the consumer.

        Added enum values:

        • "CHECK_NOT_STARTED"
        • "YES"
        • "NO"

        Removed enum values:

        • true
        • false
      • Changed property isSanctioned (string)

        The status of the Sanctions Check for the consumer.

        Added enum values:

        • "CHECK_NOT_STARTED"
        • "YES"
        • "NO"

        Removed enum values:

        • true
        • false
POST /consumers/{id}/update
Return Type:

Changed response : 200 OK

Success

  • Changed content type : application/json

    • Changed property kyc (object)

      The KYC status of the consumer.

      • Changed property isPep (string)

        The status of the PEP Check for the consumer.

        Added enum values:

        • "CHECK_NOT_STARTED"
        • "YES"
        • "NO"

        Removed enum values:

        • true
        • false
      • Changed property isSanctioned (string)

        The status of the Sanctions Check for the consumer.

        Added enum values:

        • "CHECK_NOT_STARTED"
        • "YES"
        • "NO"

        Removed enum values:

        • true
        • false
POST /consumers/_/create
Return Type:

Changed response : 200 OK

Success

  • Changed content type : application/json

    • Changed property kyc (object)

      The KYC status of the consumer.

      • Changed property isPep (string)

        The status of the PEP Check for the consumer.

        Added enum values:

        • "CHECK_NOT_STARTED"
        • "YES"
        • "NO"

        Removed enum values:

        • true
        • false
      • Changed property isSanctioned (string)

        The status of the Sanctions Check for the consumer.

        Added enum values:

        • "CHECK_NOT_STARTED"
        • "YES"
        • "NO"

        Removed enum values:

        • true
        • false