LogoLogo
Useful links
  • Home
  • Product guides
  • API
  • SDKs
  • Overview
  • CORE API
    • Authentication
    • Available resources
      • Transaction
      • Onboarding
      • Profile
      • Synchronous services
        • OCR Sync
        • Basic Data Sync (Individual)
    • Transaction details
      • Services
        • Document OCR
        • Documentscopy
        • Face Liveness
        • Facematch
        • Facial Biometrics
        • Private Faceset
        • Shared Faceset
        • Document Liveness
      • Background check
        • Data structure
        • KYC
          • Driver
          • Financial
          • Labor
          • Register data
          • Relationships
          • Risk
        • KYB
          • Financial
          • Labor
          • Register data
          • Risk
        • Vehicle
          • Register data
      • Validation rules
      • Manual reprovals
    • Webhooks
      • Transaction
      • Profile
      • Face authentication
  • MOBILE API
    • Authentication
    • Available resources
      • Face liveness (deprecated)
      • Face registration (deprecated)
      • Face authentication (deprecated)
    • Response signature
  • GLOBAL API
    • Authentication
    • Available resources
      • Services
        • Company search
        • Company record
        • Basic Data Sync (Individual)
        • Sanctions
      • Orchestrations
        • Transactions
          • Services
            • KYB
              • Credit Report
              • Business Identity
            • KYC
              • Adverse Media
              • PEPs
              • Sanctions
              • Warnings
              • Global identity verification
              • Global identity double verification
            • DOC ID
              • Global Document Verification
      • Onboardings
        • Links
    • Webhooks
  • SMART AUTH API
    • Authentication
    • Available resources
      • Authentications
      • Create identity
  • Joint resolution 6 API
    • Authentication
    • Available resources
      • Suspected fraud creation
      • Suspected fraud query
      • Suspected fraud update
      • Suspected fraud deletion
    • Using mTLS
    • Changelog
LogoLogo

2025 © Caf. - All rights reserved

On this page
  • Related Persons (PF39)
  • Related Persons' Phone Numbers (PF38)
  1. CORE API
  2. Transaction details
  3. Background check
  4. KYC

Relationships

Related Persons (PF39)

Returns the name and relationship of people possibly related to this person.

Section: pfPersonalRelationships

Required parameter: cpf

Attribute
Type
Description

statusCode

String

data

Array

Return data

data[x].relatedEntityTaxIdNumber

String

ID document number

data[x].relatedEntityTaxIdType

String

Type of identification document

data[x].relatedEntityName

String

Name of related person

data[x].relationshipType

String

Relationship Type

data[x].relationshipLevel

String

Relationship Level

{
  "statusCode": "01",
  "data": {
    "items": [
      {
        "relatedEntityTaxIdNumber": "",
        "relatedEntityTaxIdType": "CPF",
        "relatedEntityName": "MARIA DOE",
        "relationshipType": "MOTHER",
        "relationshipLevel": "DIRECT"
      },
      {
        "relatedEntityTaxIdNumber": "01XXXXXXX16",
        "relatedEntityTaxIdType": "CPF",
        "relatedEntityName": "GABRIEL DOE",
        "relationshipType": "BROTHER",
        "relationshipLevel": "DIRECT"
      }
    ]
  }
}

Related Persons' Phone Numbers (PF38)

Returns the phone number and relationship of people possibly related to this person.

Section: pfRelatedPeoplePhones

Required parameter: cpf

Attribute
Type
Description

statusCode

String

data

Array

Return data

data[x].number

String

Phone number

data[x].areaCode

String

Area code

data[x].countryCode

String

Country Code

data[x].type

String

Type

data[x].lastPassageDate

String

Date of last validation

data[x].portabilityHistory

Array

Porting History

data[x].hasOptIn

Boolean

Accepts marketing calls

{
  "statusCode": "01",
  "data": [
    {
      "number": "22112200",
      "areaCode": "54",
      "countryCode": "55",
      "type": "RELATED - 01XXXXXXX16 - BROTHER - WORK",
      "lastPassageDate": "2016-02-01T00:00:00Z",
      "portabilityHistory": [],
      "hasOptIn": false
    }
  ]
}

Last updated 2 months ago

Query status ()

Query status ()

details
details