bronID developer documentation

Start here

With the bronID platform, you can do global KYC verifications (Know Your Customer) for individuals and legal entities.

There are 3 ways you can integrate with bronID:

KYC API

With the API integration, you can do KYC verification of your customers when they onboard your platform.

Pros:
  • You have full control over the customer experience
Cons:
  • You have to build and maintain data collection forms for all countries

See the KYC API sample code.

Forms API

With this integration option, you can skip building KYC forms. Instead, you can forward your users to a

bronid.com
URL, where they can use the white-label bronID forms. If you include customer details in the API call (e.g. name, address), they will be prefilled on the form. When the user completes the verification, you will receive a verification result webhook.

Pros:
  • You don't need to build verification forms
  • You can request user verification via email or SMS
  • Very simple API
  • Receive verification updates via webhooks and email
  • You can upgrade to API
Cons:
  • You have less control over the user experience

White-label verification forms

With the white-label verification forms, you don't need to write any code to get started. You can reserve a personalised ID form URL (like

https://portal.bronid.com/idform/yourBusinessName
) and invite your users to perform a verification via email, SMS or redirect. You can then access the ID verification results through the
bronID portal
.

Pros:
  • You want to get started as fast as possible
  • You don't have a secure data collection and data transfer process in place
  • You can request user verification via email or SMS
  • No code required (standalone option available)
  • Receive verification updates via webhooks and email
  • You can upgrade to API prefill integration
Cons:
  • You have less control over the user experience