Authorizations
Informe o token
curl --request POST \
--url https://api.bmpdigital.moneyp.dev.br/Bureau/ConsultaCAFDados \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--header 'IdempotencyKey: <idempotencykey>' \
--data '{
"consulta": {
"codigoId": "<string>"
}
}'{
"msg": "<string>",
"messages": [
{
"messageType": 1,
"code": "<string>",
"context": "<string>",
"description": "<string>",
"field": "<string>"
}
],
"hasError": true,
"falha": true,
"json": "<string>"
}curl --request POST \
--url https://api.bmpdigital.moneyp.dev.br/Bureau/ConsultaCAFDados \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--header 'IdempotencyKey: <idempotencykey>' \
--data '{
"consulta": {
"codigoId": "<string>"
}
}'{
"msg": "<string>",
"messages": [
{
"messageType": 1,
"code": "<string>",
"context": "<string>",
"description": "<string>",
"field": "<string>"
}
],
"hasError": true,
"falha": true,
"json": "<string>"
}Mostrar Exemplo de retorno completo
"json": "<string>" o retorno do Bureau vem de forma serializada, sendo necessário deserializar para melhor visualização. Aqui está um exemplo do retorno deserializado que vem no campo "json":.{
"Tecnologia": 0,
"Data": {
"RequestId": "String",
"Id": "String",
"Status": "String",
"CustomStatus": "String",
"Type": "String",
"CreatedAt": "Date",
"Sections": {
"Ocr": {
"Name": "String",
"FirstDriverLicenseDate": "String",
"BirthDate": "String",
"BirthPlace": "String",
"IssueDate": "String",
"ExpirationDate": "String",
"Acc": "String",
"Rg": "String",
"RgIssuingAuthority": "String",
"RgIssueState": "String",
"Cpf": "String",
"RegistrationNumber": "String",
"Category": "String",
"Nationality": "String",
"FatherName": "String",
"MotherName": "String",
"MirrorNumber": "String",
"Notes": "String",
"PlaceOfIssue": "String",
"SecurityNumber": "String",
"RenachNumber": "String"
},
"Cpf": {
"StatusCode": "String",
"RegistrationStatusCode": "String",
"RegistrationStatusMessage": "String",
"Name": "String",
"BirthDate": "String",
"IssueDate": "String",
"DeathYear": "String",
"DeathMessage": "String"
},
"Facematch": {
"StatusCode": "String",
"Confidence": Numero,
"Identical": "String"
},
"OfficialData": {
"Code": "String",
"Confidence": Numero,
"Probability": "String"
}
},
"StatusReasons": [
{
"Category": "String",
"Description": "String",
"ResultStatus": "String",
"ResultCustomStatus": "String",
"Code": "String",
"Status": "String",
"ManualReprovalReasons": "String"
}
],
"Images": {
"Back": "String",
"Front": "String",
"Selfie": "String",
"SelectedFront": "String",
"SelectedBack": "String"
},
"Attributes": {
"Name": "String",
"Cpf": "String",
"BirthDate": "String",
"AcceptedTermsData": [
{
"Name": "String",
"Datetime": "Date",
"UserIp": "String",
"UserAgent": "String"
}
]
},
"AcceptedTermsData": "String",
"Address": "String",
"Relationships": "String",
"RelatedTransactions": "String",
"Files": "String"
}
}
Informe o token
Mostrar atributos filhos
Esta página foi útil?