PRODUCTS
...
identity
CPF encoded
V1.1
2min
JSON
1{
2 "code":200,
3 "message":"OK",
4 "requestId":"112334",
5 "productName":"pf_identity",
6 "productVersion":"V1.1",
7 "productReportId":"4b2c1648-231f-11eb-97c4-f45c899f4587",
8 "productReportTime":"2023-12-23T06:10:43",
9 "enquiryCpf":"cly0AXWVPlVJMk-3P1qFQ5i3UgY-t0mIkn3xNPAWxW4DusQWC6wKP6WKTKunzSqy2oVpKd2p7_liKxGXpV7wQ3a62M4g",
10 "links":[
11 {
12 "linkId":"gPuKXrCJU05J4k",
13 "institutionCode":"033",
14 "consents":[
15 {
16 "consentId":"f55c899f-11eb-231f-97c4-4b2c16484587",
17 "permissions":{
18 "REGISTRATION_ALL":{
19 "permissionsGranted":true,
20 "accountIds":[
21 "123456"
22 ]
23 }
24 }
25 }
26 ]
27 }
28 ],
29 "identity":{
30 "brandName": "Organização A",
31 "bacenName":"BANCO BRADESCO SA",
32 "compeCode":"237",
33 "companyCnpj":"80685362006778",
34 "startDate":"2020-07-21T08:30:00Z",
35 "accounts":[
36 {
37 "branchCode":"6272",
38 "number":"44550245",
39 "checkDigit":"4",
40 "type":"CONTA_DEPOSITO_A_VISTA",
41 "subtype":"INDIVIDUAL"
42 }
43 ],
44 "cpfNumber":"cly0AXWVPlVJMk-3P1qFQ5i3UgY-t0mIkn3xNPAWxW4DusQWC6wKP6WKTKunzSqy2oVpKd2p7_liKxGXpV7wQ3a62M4g",
45 "passport": {
46 "number": "75253468744594820620",
47 "country": "CAN",
48 "expirationDate": "2021-05-21",
49 "issueDate": "2021-05-21"
50 },
51 "otherDocuments":[
52 {
53 "type":"CNH",
54 "number":"15291908",
55 "checkDigit":"P",
56 "additionalInfo":"SSP/SP",
57 "issueDate":"2021-05-21",
58 "expirationDate":"2021-05-21"
59 }
60 ],
61 "civilName":"John",
62 "birthDate":"1989-06-23",
63 "sex":"FEMININO",
64 "nationality":"BRASIL",
65 "maritalStatusCode":"OUTRO",
66 "occupation":"Publicitário (a)",
67 "informedIncome":{
68 "frequency":"DIARIA",
69 "amount":{
70 "amount":"100000.0400",
71 "currency":"BRL"
72 },
73 "year":2021
74 },
75 "informedPatrimony":{
76 "amount":{
77 "amount":"100000.0400",
78 "currency":"BRL"
79 },
80 "year":2010
81 },
82 "filiations":[
83 {
84 "type":"MAE",
85 "civilName":"Marcela Cláudio Fernandes"
86 }
87 ],
88 "phone":{
89 "type":"FIXO",
90 "countryCallingCode":"55",
91 "areaCode":"19",
92 "number":"29875132",
93 "phoneExtension":"932"
94 },
95 "email":"[email protected]",
96 "postalAddresses":{
97 "postCode":"17500001",
98 "address":"Av Naburo Ykesaki, 1270",
99 "additionalInfo":"Fundos",
100 "townName":"Marília",
101 "countrySubDivision":"SP",
102 "country":"Brasil",
103 "geographicCoordinates": {
104 "latitude": "-23.5475000",
105 "longitude": "-46.6361100"
106 }
107 },
108 "portabilitiesReceived": [
109 {
110 "employerName": "Automotiva Ogaiht LTDA",
111 "employerCnpjCpf": "21702733000148",
112 "paycheckBankDetainerCnpj": "00000000000191",
113 "paycheckBankDetainerIspb": "001",
114 "portabilityApprovalDate": "2024-09-02"
115 }
116 ],
117 "paychecksBankLink": [
118 {
119 "employerName": "Automotiva Ogaiht LTDA",
120 "employerCnpjCpf": "21702733000148",
121 "paycheckBankCnpj": "00000000000191",
122 "paycheckBankIspb": "001",
123 "accountOpeningDate": "2024-09-02"
124 }
125 ]
126 },
127 "externalInfo": {
128 "myTraceId": "yourtraceid-1",
129 "myUUID": "youruuid-1"
130 }
131}
JSON
1{
2 "code": 200,
3 "message": "OK",
4 "requestId": "112334",
5 "productName": "pj_identity",
6 "productVersion": "V1.1",
7 "productReportId": "4b2c1648-231f-11eb-97c4-f45c899f4587",
8 "productReportTime": "2023-12-23T06:10:43",
9 "enquiryCpf": "cly0AXWVPlVJMk-3P1qFQ5i3UgY-t0mIkn3xNPAWxW4DusQWC6wKP6WKTKunzSqy2oVpKd2p7_liKxGXpV7wQ3a62M4g",
10 "links": [
11 {
12 "linkId": "gPuKXrCJU05J4k",
13 "institutionCode": "033",
14 "consents": [
15 {
16 "consentId": "f55c899f-11eb-231f-97c4-4b2c16484587",
17 "permissions": {
18 "REGISTRATION_ALL": {
19 "permissionsGranted": true,
20 "accountId": [
21 "123456"
22 ]
23 }
24 }
25 }
26 ]
27 }
28 ],
29 "identity": {
30 "brandName": "Organização A",
31 "bacenName": "BANCO BRADESCO SA",
32 "compeCode": "237",
33 "companyCnpj": "80685362006773",
34 "startDate": "2020-07-21T08:30:00Z",
35 "accounts": [
36 {
37 "branchCode": "6273",
38 "number": "44550245",
39 "checkDigit": "4",
40 "type": "CONTA_DEPOSITO_A_VISTA"
41 }
42 ],
43 "cnpjNumber": "80685362006773",
44 "companyName": "Luiza",
45 "tradeName": "Mundo",
46 "incorporationDate": "2021-05-21T08:30:00Z",
47 "economicActivities": [
48 {
49 "code": "8599604",
50 "isMain": true,
51 "description": "Treinamento em desenvolvimento profissional e gerencial"
52 }
53 ],
54 "informedRevenue": {
55 "frequency": "DIARIA",
56 "amount": {
57 "amount": "100000.0400",
58 "currency": "BRL"
59 },
60 "year": 2010
61 },
62 "informedPatrimony": {
63 "amount": {
64 "amount": "100000.0400",
65 "currency": "BRL"
66 },
67 "year": 2010
68 },
69 "parties": [
70 {
71 "personType": "PESSOA_NATURAL",
72 "type": "SOCIO",
73 "civilName": "Juan Kaique Cláudio Fernandes",
74 "companyName": "",
75 "tradeName": "",
76 "startDate": "2021-05-21T08:30:00Z",
77 "shareholding": "0.510000",
78 "documentType": "CPF",
79 "documentNumber": "12345678909",
80 "documentIssueDate": "2001-05-21",
81 "documentExpirationDate": "2021-05-21"
82 }
83 ],
84 "procurators": [
85 {
86 "type": "PROCURADOR",
87 "cnpjCpfNumber": "12345678909",
88 "civilName": "Elza Milena Stefany Teixeira"
89 }
90 ],
91 "phone": {
92 "type": "FIXO",
93 "countryCallingCode": "55",
94 "areaCode": "19",
95 "number": "29875132",
96 "phoneExtension": "932"
97 },
98 "email": "[email protected]",
99 "postalAddresses": {
100 "postCode": "17500001",
101 "address": "Av Naburo Ykesaki, 1270",
102 "additionalInfo": "Fundos",
103 "townName": "Marília",
104 "countrySubDivision": "SP",
105 "country": "Brasil"
106 }
107 },
108 "externalInfo": {
109 "myTraceId": "yourtraceid-1",
110 "myUUID": "youruuid-1"
111 }
112}
For detailed schemes in the product, please refer to the official documentation of Open Finance Brazil.