- DOCUMENTAÇÃO
- KLEVER SASS REST CLIENT API
- login
- v1
- accompaniment
- Cria um novo acompanhamento.
- Obter todas as empresas de suporte para uma organização.
- Obter pontuação das alertas de empresas em acompanhamento por ID da organização e cnpj.
- Aplicar alertas dinâmicas por id da organização e cnpj, alertas manuais aplicados também são retornados.
- Aplicar todos os vetos dinâmicos por ID da organização e CNPJ.
- credit_analysis
- report
- methodk
- certificate
- document_ocr
- fiscal_notes
- sped
- power_attorney
- serasa
- scr
- company
- Adicionar lista de empresas.
- Adicionar empresa dado o cnpj.
- Obter os dados de uma empresa dado o cnpj.
- Obter as imagens de geolocalização para um cnpj.
- Obter todas as informações de uma empresa por cnpj
- Atualizar dados de uma empresa dado o cnpj.
- Obter as empresas da organização ativa.
- Excluir empresa a partir do Cnpj.
- Obter todas as informações de uma empresa por cnpj v2
- accompaniment
- v2
- Acompanhamento
- Reportes
- Certificado Digital
- OnDemand
- Empresas
- Certificados de Debitos
- Sanções
- Pessoas
- Scr
- Protestos
- Kyc
- Processos Judiciais
- Ibge
- Documento de análise
- Notas Fiscais.
- Sped
- Documentos de análise.
- Obter os dados de OCR IRPF pelo id.
- Gerar OCR do documento IRPF
- Gerar OCR do documento IRPF with Hook
- Obter listagem de documentos da empresa ou pessoa pelo documento.
- Enviar documento de análise (PDF).
- Obter os dados de faturamento pelo documento.
- Obter endividamento pelo documento.
- Obter os dados de IRPF pelo documento.
- Balances
Atualizar dados KYC dos sócios da empresa pelo documento
Em desenvolvimento
Prod Env
https://api.klever.tec.br/api
Prod Env
https://api.klever.tec.br/api
POST
/v2/ondemand/kyc/{document}/owners
Ondemand kyc v2.
Requisição
Authorization
Forneça seu token bearer no cabeçalho
Authorization
ao fazer requisições para recursos protegidos.Exemplo:
Authorization: Bearer ********************
Parâmetros Path
document
string
requerido
Exemplos de Requisição
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.klever.tec.br/api/v2/ondemand/kyc//owners'
Respostas
🟢200Dados KYC dos sócios atualizados com sucesso.
application/json
Body
Os dados owner kyc.
activeOwners
array[string]
opcional
averageSanctionsPerOwner
integer <int32>
opcional
creationDate
string <date-time>
opcional
document
string
opcional
firstPEPOccurenceDate
string
opcional
firstSanctionDate
string
opcional
id
string
opcional
inactiveOwners
array[string]
opcional
last180DaysSanctions
integer <int32>
opcional
last30DaysSanctions
integer <int32>
opcional
last365DaysSanctions
integer <int32>
opcional
last3YearPEPOccurence
integer <int32>
opcional
last5PlusYearsPEPOccurence
integer <int32>
opcional
last5YearPEPOccurence
integer <int32>
opcional
last90DaysSanctions
integer <int32>
opcional
lastPEPOccurenceDate
string
opcional
lastSanctionDate
string
opcional
lastUpdateDate
string <date-time>
opcional
lastYearPEPOccurence
integer <int32>
opcional
ownerMaxSanctions
integer <int32>
opcional
ownerMinSanctions
integer <int32>
opcional
ownersKycDataMap
object
opcional
Additional properties
object (KycDataDto)
opcional
pepPercentage
integer <int32>
opcional
totalCurrentlyPEP
integer <int32>
opcional
totalCurrentlySanctioned
integer <int32>
opcional
totalHistoricallyPEP
integer <int32>
opcional
totalHistoricallySanctioned
integer <int32>
opcional
Exemplo
{
"activeOwners": [
"string"
],
"averageSanctionsPerOwner": 0,
"creationDate": "2019-08-24T14:15:22Z",
"document": "string",
"firstPEPOccurenceDate": "string",
"firstSanctionDate": "string",
"id": "string",
"inactiveOwners": [
"string"
],
"last180DaysSanctions": 0,
"last30DaysSanctions": 0,
"last365DaysSanctions": 0,
"last3YearPEPOccurence": 0,
"last5PlusYearsPEPOccurence": 0,
"last5YearPEPOccurence": 0,
"last90DaysSanctions": 0,
"lastPEPOccurenceDate": "string",
"lastSanctionDate": "string",
"lastUpdateDate": "2019-08-24T14:15:22Z",
"lastYearPEPOccurence": 0,
"ownerMaxSanctions": 0,
"ownerMinSanctions": 0,
"ownersKycDataMap": {
"property1": {
"amnestiesHistory": [
{
"amnestiesDetails": {
"creationDate": "2019-08-24T14:15:22Z",
"decreeStartDate": "2019-08-24T14:15:22Z",
"effectiveStartDate": "2019-08-24T14:15:22Z",
"lastUpdateDate": "2019-08-24T14:15:22Z"
},
"matchRate": 0,
"nameUniquenessScore": 0,
"source": "string",
"type": "string"
}
],
"created": "2019-08-24T14:15:22Z",
"creationDate": "2019-08-24T14:15:22Z",
"currentlyElectoralDonor": true,
"currentlyPEP": true,
"currentlySanctioned": true,
"document": "string",
"firstPEPOccurenceDate": "string",
"firstSanctionDate": "string",
"hiredByPublicAgency": true,
"hiredForPolitalCampaign": true,
"historicalElectoralDonor": true,
"historicallyHiredByPublicAgency": true,
"historicallyHiredForPoliticalCampaign": true,
"id": "string",
"last180DaysSanctions": 0,
"last30DaysSanctions": 0,
"last365DaysSanctions": 0,
"last3YearPEPOccurence": 0,
"last5PlusYearsPEPOccurence": 0,
"last5YearPEPOccurence": 0,
"last90DaysSanctions": 0,
"lastPEPOccurenceDate": "string",
"lastSanctionDate": "string",
"lastUpdateDate": "2019-08-24T14:15:22Z",
"lastYearPEPOccurence": 0,
"pepHistory": [
{
"creationDate": "2019-08-24T14:15:22Z",
"currentlyElectoralDonor": true,
"department": "string",
"endDate": "2019-08-24T14:15:22Z",
"hiredByPublicAgency": true,
"hiredForPolitalCampaign": true,
"historicalElectoralDonor": true,
"historicallyHiredByPublicAgency": true,
"historicallyHiredForPoliticalCampaign": true,
"jobTitle": "string",
"lastUpdateDate": "2019-08-24T14:15:22Z",
"level": "string",
"motive": "string",
"politicalEngagementLevel": "string",
"source": "string",
"startDate": "2019-08-24T14:15:22Z",
"taxId": "string",
"totalElectoralDonationAmount": 0,
"totalElectoralDonationAmountLastTwoElections": 0,
"totalElectoralDonations": 0,
"totalElectoralDonationsLastTwoElections": 0
}
],
"politicalEngagementLevel": "string",
"sanctionsHistory": [
{
"matchRate": 0,
"nameUniquenessScore": 0,
"sanctionsDetails": {
"creationDate": "2019-08-24T14:15:22Z",
"currentlyPresentOnSource": true,
"endDate": "2019-08-24T14:15:22Z",
"lastUpdateDate": "2019-08-24T14:15:22Z",
"startDate": "2019-08-24T14:15:22Z",
"wasRecentlyPresentOnSource": true
},
"source": "string",
"standardizedSanctionType": "string",
"type": "string"
}
],
"totalElectoralDonationAmount": 0,
"totalElectoralDonationAmountLastTwoElections": 0,
"totalElectoralDonations": 0,
"totalElectoralDonationsLastTwoElections": 0,
"wasPreviouslySanctioned": true
},
"property2": {
"amnestiesHistory": [
{
"amnestiesDetails": {
"creationDate": "2019-08-24T14:15:22Z",
"decreeStartDate": "2019-08-24T14:15:22Z",
"effectiveStartDate": "2019-08-24T14:15:22Z",
"lastUpdateDate": "2019-08-24T14:15:22Z"
},
"matchRate": 0,
"nameUniquenessScore": 0,
"source": "string",
"type": "string"
}
],
"created": "2019-08-24T14:15:22Z",
"creationDate": "2019-08-24T14:15:22Z",
"currentlyElectoralDonor": true,
"currentlyPEP": true,
"currentlySanctioned": true,
"document": "string",
"firstPEPOccurenceDate": "string",
"firstSanctionDate": "string",
"hiredByPublicAgency": true,
"hiredForPolitalCampaign": true,
"historicalElectoralDonor": true,
"historicallyHiredByPublicAgency": true,
"historicallyHiredForPoliticalCampaign": true,
"id": "string",
"last180DaysSanctions": 0,
"last30DaysSanctions": 0,
"last365DaysSanctions": 0,
"last3YearPEPOccurence": 0,
"last5PlusYearsPEPOccurence": 0,
"last5YearPEPOccurence": 0,
"last90DaysSanctions": 0,
"lastPEPOccurenceDate": "string",
"lastSanctionDate": "string",
"lastUpdateDate": "2019-08-24T14:15:22Z",
"lastYearPEPOccurence": 0,
"pepHistory": [
{
"creationDate": "2019-08-24T14:15:22Z",
"currentlyElectoralDonor": true,
"department": "string",
"endDate": "2019-08-24T14:15:22Z",
"hiredByPublicAgency": true,
"hiredForPolitalCampaign": true,
"historicalElectoralDonor": true,
"historicallyHiredByPublicAgency": true,
"historicallyHiredForPoliticalCampaign": true,
"jobTitle": "string",
"lastUpdateDate": "2019-08-24T14:15:22Z",
"level": "string",
"motive": "string",
"politicalEngagementLevel": "string",
"source": "string",
"startDate": "2019-08-24T14:15:22Z",
"taxId": "string",
"totalElectoralDonationAmount": 0,
"totalElectoralDonationAmountLastTwoElections": 0,
"totalElectoralDonations": 0,
"totalElectoralDonationsLastTwoElections": 0
}
],
"politicalEngagementLevel": "string",
"sanctionsHistory": [
{
"matchRate": 0,
"nameUniquenessScore": 0,
"sanctionsDetails": {
"creationDate": "2019-08-24T14:15:22Z",
"currentlyPresentOnSource": true,
"endDate": "2019-08-24T14:15:22Z",
"lastUpdateDate": "2019-08-24T14:15:22Z",
"startDate": "2019-08-24T14:15:22Z",
"wasRecentlyPresentOnSource": true
},
"source": "string",
"standardizedSanctionType": "string",
"type": "string"
}
],
"totalElectoralDonationAmount": 0,
"totalElectoralDonationAmountLastTwoElections": 0,
"totalElectoralDonations": 0,
"totalElectoralDonationsLastTwoElections": 0,
"wasPreviouslySanctioned": true
}
},
"pepPercentage": 0,
"totalCurrentlyPEP": 0,
"totalCurrentlySanctioned": 0,
"totalHistoricallyPEP": 0,
"totalHistoricallySanctioned": 0
}