Documentation
  • Welcome!
  • Getting started
    • Onboarding
    • Get your api credentials
  • Integration mode
    • Rest Api
      • đŸ‘Šâ€âœˆī¸Platform
      • 🙍KYC
        • â„šī¸ID Informations
        • 🔎ID Verification
        • 🆔ID Document Verification
          • đŸ–Ĩī¸User filled data verifications
        • â˜‘ī¸Face match
        • 🧏Liveness check
      • 👨‍đŸ’ŧKYB
        • â„šī¸Company Informations
        • 🔎Company Verification
        • đŸ—ƒī¸Company Document Verification
      • 🚨AML
        • PEP
        • Sanction Lists
        • Media Adverse
      • 🔎Retrieve Document Verification result
    • SDK
      • JS
      • Java / Kotlin
      • Python
    • No-Code
      • Danaya Forms
    • WebView or iFrame
  • Webhook
Powered by GitBook
On this page
  1. Integration mode
  2. Rest Api
  3. KYB

Company Verification

This feature enables the verification of company identification documents

Based on the input information provided, we give you a matching score comparing the information given and the ones found in official databases.

Compute a Company Scoring (experimental)

POST /verification/companyScore

Headers:

  • Api-Key (required): provided by Danaya

  • Api-Secret (required): provided by Danaya

  • Content-Type (required): application/json

here you have to provide all company's informations as they are on the RCCM

{
  "rccmNumber": "string",
  "duration": 0,
  "address": "string",
  "shareCapital": "string",
  "associates": [
    "string"
  ],
  "corporateName": "string",
  "legalStatus": "string"
}

Responses:

For each of the values provided in the request body, we will give you a matching score ranging from 0 to 100.

  • OK:

    • Code: 200

    • Body

    {
      "id": 0,
      "companyNameScore": 0,
      "legalStatusScore": 0,
      "addressScore": 0,
      "shareCapitalScore": 0,
      "durationScore": 0
    }
  • Code : 401

  • Code: 400

PreviousCompany InformationsNextCompany Document Verification

Last updated 9 months ago

👨‍đŸ’ŧ
🔎