Quadrata Integration
  • INTRODUCTION
    • Introduction to Quadrata
    • Passport Attributes
  • HOW TO INTEGRATE
    • Quadrata SDK
      • Get Started Quickly
      • Advanced
        • Installation
        • SDK Configuration
        • Onboarding Example
        • Client Libraries
          • Client Configuration
          • Client Lazy Loading
          • Client Eager Loading
          • Client Helper Component
          • Client React Hooks
            • useOnboardStatus
          • Client Examples
            • With Wagmi Connect
            • KYC Only
            • KYB Only
            • All In One
        • API Libraries
          • API Configuration
          • API Service Options
          • API Service Libraries
            • Create Access Token
            • Create Privacy Access Token
            • Fetch Attribute Values
            • Fetch Onboard Status
            • Fetch Passport List
            • Fetch Privacy Data
            • Fetch Privacy Grants
            • Fetch Wallet Screening
            • Revoke Privacy Grants
    • Onboard users
      • Individual Passport Onboarding
        • 1. Installation
        • 2. API Authentication
        • 3. API Onboard Status
        • 4. QuadClient Package
        • 5. Privacy Data Permissions
        • 6. Full Example
      • Business Passport Onboarding
        • 1. Installation
        • 2. API Authentication
        • 3. QuadrataKyb Package
        • 4. Privacy Data Permissions
        • 5. Full Example
      • All-In-One Passport Onboarding
        • 1. Installation
        • 2. API Authentication
        • 3. QuadrataReact Package
        • 4. Full Example
    • Request Privacy Data
      • List of Privacy Data
      • Privacy Data Permissions
      • API Requests
        • How to sign API
          • Full Example
          • Generate ECDSA Key Pair
        • API Get Privacy Permissions
        • API Privacy Access Token
        • API Get Privacy Data
        • API Revoke Permissions
    • Query attributes
      • Via Smart Contract
        • Query a single attribute
        • Query multiple attributes
        • Query Helper
      • Via API
    • On-Chain Wallet Screening
      • How to sign API
        • Full Example
        • Generate ECDSA Key Pair
      • API Get On-Chain AML Score
    • Webhooks
      • Onboarding Webhooks
      • Ongoing Monitoring Webhooks
      • Webhook Request Signature
    • Burn Passports
  • additional information
    • Smart contracts
    • Quadrata Sandbox
    • Passport Issuers
    • Privileged Roles & Ownership
    • Constants
    • Flex Kit Attributes
      • Smart Contract Addresses
Powered by GitBook
On this page
  • Individual / User Privacy Data
  • Business Privacy Data
  • Business Owners
  • Business Files
  1. HOW TO INTEGRATE
  2. Request Privacy Data

List of Privacy Data

List of the available user privacy data, subject to user consent.

PreviousRequest Privacy DataNextPrivacy Data Permissions

Last updated 8 months ago

Companies must be approved by Quadrata to request privacy data from individuals and businesses. Any information shared is subject to consent. Companies must contact to request access to the types of information below.

Individual / User Privacy Data

Privacy Permission
Parameter Name
Payload

Address

ADR

string

Date Of Birth

DOB

string

Email

EM

string

First Name

FN

string

Government ID Number

G

string

Government ID Class

GC

string

Government ID Expiration Date

GE

string

Government ID Issue Date

GI

string

Government ID Issuing Authority

GIS

string

Government ID Photo

GP

object

Last Name

LN

string

Middle Name

MN

string

Business Privacy Data

Privacy Permission
Parameter Name
Payload

Business Address

KYB_ADR

object

Business Description

KYB_DESC

object

Business Name

KYB_NAME

object

Places of Activity

KYB_PLACE

object

Purpose of Passport

KYB_PURP

object

Business Type

KYB_TYPE

object

Formation Date

KYB_DATE

object

Formation Jurisdiction

KYB_JUR

object

Business Website

KYB_URL

object

Business Wallet Addresses

KYB_WALLET

object

Business Files

KYB_FILES

object

Business Owners (UBO / Controlling Persons)

KYB_OWNERS

object

TIN / Registration Number

KYB_TIN

object

Full Business Information (Alias for all scopes)

KYB_FULL

--

Business Owners

Business owners will include all UBO / Control Person(s) liveness and / or document verifications, which includes all Individual / User Privacy Data as well as selfie verification photos.

Business Files

Business files will include all required documents, including:

  • KYB Questionnaire Answers

  • Formation Document(s)

  • Bylaws / Articles of Association (as applicable)

  • Authorized Signatory List (as applicable)

  • Shareholder Register Document (as applicable)

  • Bank Verification Document (as applicable)

  • KYC / AML Program (as applicable)

  • Entity Structure Chart (as applicable)

  • All Data Collected / Inserted by Applicant (FORM_FIELDS)

If any document is not provided, an explanation of why that document is not provided will be included in the data collected.

compliance@quadrata.com