Skip to main content

Multi API Version 2.3.5

· 4 min read
Adrian Mizzi

Changes

  • Changes in KYBKYB Know Your Business - the identity verification process for corporate identities. This process allows you to seamlessly and securely verify your business customer's identity. Weavr will ask users to submit the necessary information and documentation so that they can get approved by financial providers. and KYCKYC Know Your Customer - the identity verification process for consumer identities. This process allows you to seamlessly and securely verify your user's identity. Weavr will ask users to submit the necessary information and documentation so that they can get approved by financial providers. enum codes in APIs
    • 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./_/create
    • 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}/kycKYC Know Your Customer - the identity verification process for consumer identities. This process allows you to seamlessly and securely verify your user's identity. Weavr will ask users to submit the necessary information and documentation so that they can get approved by financial providers./get
    • 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}/get
    • 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
    • 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./_/create

Detailed Changes

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

    • Changed property kyb (object)

      The KYBKYB Know Your Business - the identity verification process for corporate identities. This process allows you to seamlessly and securely verify your business customer's identity. Weavr will ask users to submit the necessary information and documentation so that they can get approved by financial providers. 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 KYBKYB Know Your Business - the identity verification process for corporate identities. This process allows you to seamlessly and securely verify your business customer's identity. Weavr will ask users to submit the necessary information and documentation so that they can get approved by financial providers. 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 /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
Return Type:

Changed response : 200 OK

Success

  • Changed content type : application/json

    • Changed property kyb (object)

      The KYBKYB Know Your Business - the identity verification process for corporate identities. This process allows you to seamlessly and securely verify your business customer's identity. Weavr will ask users to submit the necessary information and documentation so that they can get approved by financial providers. 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 /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}/kycKYC Know Your Customer - the identity verification process for consumer identities. This process allows you to seamlessly and securely verify your user's identity. Weavr will ask users to submit the necessary information and documentation so that they can get approved by financial providers./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 /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}/get
Return Type:

Changed response : 200 OK

Success

  • Changed content type : application/json

    • Changed property kyc (object)

      The KYCKYC Know Your Customer - the identity verification process for consumer identities. This process allows you to seamlessly and securely verify your user's identity. Weavr will ask users to submit the necessary information and documentation so that they can get approved by financial providers. 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 /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
Return Type:

Changed response : 200 OK

Success

  • Changed content type : application/json

    • Changed property kyc (object)

      The KYCKYC Know Your Customer - the identity verification process for consumer identities. This process allows you to seamlessly and securely verify your user's identity. Weavr will ask users to submit the necessary information and documentation so that they can get approved by financial providers. 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 /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./_/create
Return Type:

Changed response : 200 OK

Success

  • Changed content type : application/json

    • Changed property kyc (object)

      The KYCKYC Know Your Customer - the identity verification process for consumer identities. This process allows you to seamlessly and securely verify your user's identity. Weavr will ask users to submit the necessary information and documentation so that they can get approved by financial providers. 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