Skip to main content

Multi API Version 2.12.0

· 5 min read
Maria Stellini

What's Changed

  • CorporatesCorporates Business entities that can be onboarded as identities on Weavr. Corporate identities represent companies and require Know Your Business (KYB) verification. They can have multiple authorised users and issue cards to card assignees.: Two new objects registrationAddress and a businessAddress have been added to the corporate's information. The registrationAddress refers to the address submitted to the state's registry (example CompaniesHouse in the UK), while the businessAddress refers to the address where the business is currently operating.

    • POST /corporatesCorporates Business entities that can be onboarded as identities on Weavr. Corporate identities represent companies and require Know Your Business (KYB) verification. They can have multiple authorised users and issue cards to card assignees./{id}/get
    • POST /corporatesCorporates Business entities that can be onboarded as identities on Weavr. Corporate identities represent companies and require Know Your Business (KYB) verification. They can have multiple authorised users and issue cards to card assignees./{id}/update
    • POST /corporatesCorporates Business entities that can be onboarded as identities on Weavr. Corporate identities represent companies and require Know Your Business (KYB) verification. They can have multiple authorised users and issue cards to card assignees./_/create
  • CorporatesCorporates Business entities that can be onboarded as identities on Weavr. Corporate identities represent companies and require Know Your Business (KYB) verification. They can have multiple authorised users and issue cards to card assignees.: The companyRegistrationAddress and a companyBusinessAddress have been marked as deprecated as they will be replaced by the new address objects registrationAddress and a businessAddress.

    • POST /corporatesCorporates Business entities that can be onboarded as identities on Weavr. Corporate identities represent companies and require Know Your Business (KYB) verification. They can have multiple authorised users and issue cards to card assignees./{id}/get
    • POST /corporatesCorporates Business entities that can be onboarded as identities on Weavr. Corporate identities represent companies and require Know Your Business (KYB) verification. They can have multiple authorised users and issue cards to card assignees./{id}/update
    • POST /corporatesCorporates Business entities that can be onboarded as identities on Weavr. Corporate identities represent companies and require Know Your Business (KYB) verification. They can have multiple authorised users and issue cards to card assignees./_/create
  • CorporatesCorporates Business entities that can be onboarded as identities on Weavr. Corporate identities represent companies and require Know Your Business (KYB) verification. They can have multiple authorised users and issue cards to card assignees.: The MANUFACTURINGPR_MARKETING property within the industry enum has been split up into 2 properties MANUFACTURING and PR_MARKETING.

    • POST /corporatesCorporates Business entities that can be onboarded as identities on Weavr. Corporate identities represent companies and require Know Your Business (KYB) verification. They can have multiple authorised users and issue cards to card assignees./{id}/get
    • POST /corporatesCorporates Business entities that can be onboarded as identities on Weavr. Corporate identities represent companies and require Know Your Business (KYB) verification. They can have multiple authorised users and issue cards to card assignees./{id}/update
    • POST /corporatesCorporates Business entities that can be onboarded as identities on Weavr. Corporate identities represent companies and require Know Your Business (KYB) verification. They can have multiple authorised users and issue cards to card assignees./_/create

What's Changed

POST /corporatesCorporates Business entities that can be onboarded as identities on Weavr. Corporate identities represent companies and require Know Your Business (KYB) verification. They can have multiple authorised users and issue cards to card assignees./{id}/get
Return Type

Changed response : 200 OK

Success

  • Changed content type : application/json

    • Added property registrationAddress (object)

      • Property addressLine1 (string) > Address of the identity

      • Property addressLine2 (string) > Continued address of the identity

      • Property city (string) > City of the identity

      • Property country (string) > Country of the identity - using ISO 3166 alpha-2

      • Property postCode (string) > Post code of the identity

      • Property state (string) > State of the identity

    • Added property businessAddress (object)

      • Property addressLine1 (string) > Address of the identity

      • Property addressLine2 (string) > Continued address of the identity

      • Property city (string) > City of the identity

      • Property country (string) > Country of the identity - using ISO 3166 alpha-2

      • Property postCode (string) > Post code of the identity

      • Property state (string) > State of the identity

    • Changed property companyRegistrationAddress (string) > The company's registration address

    • Changed property companyBusinessAddress (string) > The company's business address

    • Changed property industry (string) > Industry of the corporate.

      Added enum values:

      • MANUFACTURING

      • PR_MARKETING Removed enum value:

      • MANUFACTURINGPR_MARKETING

POST /corporatesCorporates Business entities that can be onboarded as identities on Weavr. Corporate identities represent companies and require Know Your Business (KYB) verification. They can have multiple authorised users and issue cards to card assignees./{id}/update
Request

Changed content type : application/json

  • Added property registrationAddress (object)

    • Property addressLine1 (string) > Address of the identity

    • Property addressLine2 (string) > Continued address of the identity

    • Property city (string) > City of the identity

    • Property country (string) > Country of the identity - using ISO 3166 alpha-2

    • Property postCode (string) > Post code of the identity

    • Property state (string) > State of the identity

  • Added property businessAddress (object)

    • Property addressLine1 (string) > Address of the identity

    • Property addressLine2 (string) > Continued address of the identity

    • Property city (string) > City of the identity

    • Property country (string) > Country of the identity - using ISO 3166 alpha-2

    • Property postCode (string) > Post code of the identity

    • Property state (string) > State of the identity

  • Changed property companyRegistrationAddress (string)

    The company's registered address

  • Changed property companyBusinessAddress (string)

    The company's business address

  • Changed property industry (string)

    Industry of the corporate.

    Added enum values:

    • MANUFACTURING

    • PR_MARKETING Removed enum value:

    • MANUFACTURINGPR_MARKETING

Return Type

Changed response : 200 OK

Success

  • Changed content type : application/json

    • Added property registrationAddress (object)

      • Property addressLine1 (string) > Address of the identity

      • Property addressLine2 (string) > Continued address of the identity

      • Property city (string) > City of the identity

      • Property country (string) > Country of the identity - using ISO 3166 alpha-2

      • Property postCode (string) > Post code of the identity

      • Property state (string) > State of the identity

    • Added property businessAddress (object)

      • Property addressLine1 (string) > Address of the identity

      • Property addressLine2 (string) > Continued address of the identity

      • Property city (string) > City of the identity

      • Property country (string) > Country of the identity - using ISO 3166 alpha-2

      • Property postCode (string) > Post code of the identity

      • Property state (string) > State of the identity

    • Changed property companyRegistrationAddress (string) > The company's registration address

    • Changed property companyBusinessAddress (string) > The company's business address

    • Changed property industry (string) > Industry of the corporate.

      Added enum values:

      • MANUFACTURING

      • PR_MARKETING Removed enum value:

      • MANUFACTURINGPR_MARKETING

POST /corporatesCorporates Business entities that can be onboarded as identities on Weavr. Corporate identities represent companies and require Know Your Business (KYB) verification. They can have multiple authorised users and issue cards to card assignees./_/create
Request

Changed content type : application/json

  • Added property registrationAddress (object)

    • Property addressLine1 (string) > Address of the identity

    • Property addressLine2 (string) > Continued address of the identity

    • Property city (string) > City of the identity

    • Property country (string) > Country of the identity - using ISO 3166 alpha-2

    • Property postCode (string) > Post code of the identity

    • Property state (string) > State of the identity

  • Added property businessAddress (object)

    • Property addressLine1 (string) > Address of the identity

    • Property addressLine2 (string) > Continued address of the identity

    • Property city (string) > City of the identity

    • Property country (string) > Country of the identity - using ISO 3166 alpha-2

    • Property postCode (string) > Post code of the identity

    • Property state (string) > State of the identity

  • Changed property companyRegistrationAddress (string)

    The company registered address

  • Changed property companyBusinessAddress (string)

    The company business address

  • Changed property industry (string)

    Industry of the corporate.

    Added enum values:

    • MANUFACTURING

    • PR_MARKETING Removed enum value:

    • MANUFACTURINGPR_MARKETING

Return Type

Changed response : 200 OK

Success

  • Changed content type : application/json

    • Added property registrationAddress (object)

      • Property addressLine1 (string) > Address of the identity

      • Property addressLine2 (string) > Continued address of the identity

      • Property city (string) > City of the identity

      • Property country (string) > Country of the identity - using ISO 3166 alpha-2

      • Property postCode (string) > Post code of the identity

      • Property state (string) > State of the identity

    • Added property businessAddress (object)

      • Property addressLine1 (string) > Address of the identity

      • Property addressLine2 (string) > Continued address of the identity

      • Property city (string) > City of the identity

      • Property country (string) > Country of the identity - using ISO 3166 alpha-2

      • Property postCode (string) > Post code of the identity

      • Property state (string) > State of the identity

    • Changed property companyRegistrationAddress (string) > The company's registration address

    • Changed property companyBusinessAddress (string) > The company's business address

    • Changed property industry (string) > Industry of the corporate.

      Added enum values:

      • MANUFACTURING

      • PR_MARKETING Removed enum value:

      • MANUFACTURINGPR_MARKETING