KYC.

Supercharged.
Binance logo
See how companies orchestrate gov issued digital IDs with legacy document OCR and liveness checks
See how LVBet does it
Phone mockup
Digital Id

2 billion people already have
& use a gov issued digital ID

Increase your pass rates & forget about forged documents,
manual verifications or high KYC costs

Learn more
Authologic has a PSD2 AISP license and ISO 27001, ISO 9001 certificates.
ISO Logo ISO Logo PCI Logo PSD2 AIS Logo GDPR Logo

Banks as identity providers deliver KYC compliant ID, address, phone & email information

30 second verification including Proof of Address, Proof of Funds and contact information like email or phone number.

See supported countries arrow
KIR Logo BankId Logo Belvo Logo Nordigen Logo Tink Logo Kontomatik Logo Yes Logo Savangard Logo
Sample id
Digital Id
Sumsub Logo Verif Logo Idenfy Logo Idnow Logo Onfido Logo

Orchestrate document OCR & liveness checks with the new digital IDs

Not everyone has a digital ID and you need to verify 100% of your users. We got you covered!

person avatar
Rebecca Rogers person secure
DOCUMENT PHOTO
PHONE NUMBER
E-MAIL ADDRESS
BORN
ADDRESS
PHOTO ID NUMBER
SOCIAL SECURITY NUMBER
IBAN ACCOUNT NUMBER
LAST TRANSACTION
Crypto wallet login

Bot & fraud
detection

E-mail &
phone verification

AML Compliant
ID verification

User reputation
(proof of funds)

Anonymous
user or bot

person avatar
Rebecca
Rogers
person secure
person avatar
person avatar
PHONE NUMBER
456 789 852
E-MAIL ADDRESS
rebecca@gmail.com
BORN
10-27-1980
ADDRESS
39 Harrison Street
San Francisco,
California, 94108
PHOTO ID NUMBER
7984659
SOCIAL SECURITY NUMBER
7984659235
IBAN ACCOUNT NUMBER
798465925253235
LAST TRANSACTION
Walmart $76.41
Crypto wallet login
0x216f9...

Bot & fraud
detection

E-mail &
phone verification

AML Compliant
ID verification

User reputation
(proof of funds)

Insanely easy integration

As developers we wanted to make sure you can integrate with us as quickly as possible. Here is what you need to do:

          <>Send request
          POST https://sandbox.authologic.com/api/conversations
          Accept: application/vnd.authologic.v1.1+json>
          Content-Type: application/vnd.authologic.v1.1+json
          Authorization: Basic
          {
            "returnUrl": "https://authologic.com/return/?cid={conversationId}",
            "callbackUrl": "https://authologic.com/callback/?cid={conversationId}", "strategy": "public:sandbox",
            "query": {
              "identity": {
                "requireOneOf": [
                  [
                      "PERSON_NAME_FIRSTNAME","PERSON_NAME_LASTNAME"
                  ]
                ]
              }
            }
          }
        
          Read more about launching ID verification process
          Read about process here

          strategy
          Strategy defines how the verification process will look like.
          More about strategies here

          requireOneOf
          Here you can define which personal information your want back
          after ID verification is completed.
          Read about data options here

          returnUrl
          This is the URL the user will be redirected to after the
          verification is finished

          callbackUrl
          We will use this URL to send you user information after ID
          verification is completed

          Process response >