Skip to main content

Multi API Version 2.13.27

· One min read
Maria Stellini

Re-introducing mandatory corporate details

When creating a corporate you will be required to specify the following fields:

  • companyName
  • companyRegistrationNumber
  • registrationCountry

API ChangeLog

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

    New required properties:

    • companyRegistrationNumber
    • name
    • registrationCountry
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
Return Type:

Changed response : 200 OK

Success

  • Changed content type : application/json

    New required properties:

    • companyRegistrationNumber
    • name
    • registrationCountry
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

New required properties:

  • companyName
  • companyRegistrationNumber
  • registrationCountry
Return Type:

Changed response : 200 OK

Success

  • Changed content type : application/json

    New required properties:

    • companyRegistrationNumber
    • name
    • registrationCountry
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}/users/get
Request:

Changed content type : application/json

  • Changed property email (string)
POST /consumersConsumers Individual persons who can be onboarded as identities on Weavr. Consumer identities represent individual customers and require Know Your Customer (KYC) verification. For consumers, the card owner and card assignee are typically the same person./{id}/update
Request:

Changed content type : application/json

  • Added property tag (string)

    Ignore field