PRODUCTS
...
loans
Plain CPF
V1
1min
JSON
1 {
2 "code": 200,
3 "message": "OK",
4 "requestId": "112334",
5 "productName": "pf_loans",
6 "productVersion": "V1",
7 "productReportId": "4b2c1648-231f-11eb-97c4-f45c899f4587",
8 "productReportTime": "2019-12-23T06:10:43",
9 "enquiryCpf": "12345678909",
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 "creditOperations": {
30 "accounts": [
31 {
32 "brandName": "Organização A",
33 "bacenName": "Organização A",
34 "compeCode": "001",
35 "companyCnpj": "50685362006773",
36 "branchCode": "6272",
37 "number": "94088392",
38 "checkDigit": "4",
39 "type": "CONTA_DEPOSITO_A_VISTA",
40 "subtype": "INDIVIDUAL",
41 "civilName": "Mike"
42 }
43 ],
44 "loans": [
45 {
46 "productType": "EMPRESTIMOS",
47 "productSubType": "CREDITO_PESSOAL_COM_CONSIGNACAO",
48 "ipocCode": "92792126019929279212650822221989319252576",
49 "contractNumber": "1324926521496",
50 "contractDate": "2018-01-05",
51 "settlementDate": "2018-01-15",
52 "disbursementDates": [
53 "2018-01-15"
54 ],
55 "contractAmount": "1000.0400",
56 "currency": "BRL",
57 "contractOutstandingBalance": "1000.0400",
58 "dueDate": "2028-01-15",
59 "instalmentPeriodicity": "SEMANAL",
60 "firstInstalmentDueDate": "2018-02-15",
61 "cetYearlyRate": "0.290000",
62 "cetMonthlyRate": "0.090000",
63 "amortizationScheduled": "SAC",
64 "cnpjConsignee": "50685662000135",
65 "warranties": [
66 {
67 "warrantyType": "CESSAO_DIREITOS_CREDITORIOS",
68 "warrantySubType": "NOTAS_PROMISSORIAS_OUTROS_DIREITOS_CREDITO",
69 "warrantyAmount": "1000.0400",
70 "currency": "BRL"
71 }
72 ],
73 "interestRates": [
74 {
75 "taxType": "EFETIVA",
76 "interestRateType": "SIMPLES",
77 "taxPeriodicity": "AA",
78 "calculation": "21/252",
79 "referentialRateIndexerType": "PRE_FIXADO",
80 "referentialRateIndexerSubType": "TJLP",
81 "preFixedRate": "0.600000",
82 "postFixedRate": "0.550000"
83 }
84 ],
85 "contractedFees": [
86 {
87 "feeName": "Renovação de cadastro",
88 "feeCode": "CADASTRO",
89 "feeCharge": "MINIMO",
90 "feeAmount": "100000.0400",
91 "feeRate": "0.062000"
92 }
93 ],
94 "contractedFinanceCharges": [
95 {
96 "chargeType": "JUROS_REMUNERATORIOS_POR_ATRASO",
97 "chargeRate": "0.070000"
98 }
99 ],
100 "typeNumberOfInstalments": "MES",
101 "totalNumberOfInstalments": 130632,
102 "paidInstalments": 73,
103 "dueInstalments": 57,
104 "pastDueInstalments": 73,
105 "balloonPayments": [
106 {
107 "dueDate": "2021-05-21",
108 "amount": {
109 "amount": "1000.0400",
110 "currency": "BRL"
111 }
112 }
113 ],
114 "releases": [
115 {
116 "paymentId": "XlthLXpBLVowLTldW2EtekEtWjAtOVwtXXswLDk5fSQ",
117 "instalmentId": "WGx0aExYcEJMVm93TFRsZFcyRXRla0V0V2pBdE9Wd3RYWH",
118 "paidDate": "2021-05-21",
119 "paidAmount": "1000.0400",
120 "currency": "BRL",
121 "overParcel": {
122 "fees": [
123 {
124 "feeName": "Reavaliação periódica do bem",
125 "feeCode": "aval_bem",
126 "feeAmount": "100000.0400"
127 }
128 ],
129 "charges": [
130 {
131 "chargeType": "JUROS_REMUNERATORIOS_POR_ATRASO",
132 "chargeAmount": "1000.0400"
133 }
134 ]
135 }
136 }
137 ]
138 }
139 ]
140 },
141 "externalInfo": {
142 "myTraceId": "yourtraceid-1",
143 "myUUID": "youruuid-1"
144 }
145 },
The JSON scheme is similar to pf_loans, and the productName key is pj_loans.
JSON
1 {
2 "code": 200,
3 "message": "OK",
4 "requestId": "112334",
5 "productName": "pj_loans",
6 "productVersion": "V1",
7 "productReportId": "4b2c1648-231f-11eb-97c4-f45c899f4587",
8 "productReportTime": "2019-12-23T06:10:43",
9 "enquiryCpf": "12345678909",
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 "creditOperations": {
30 "accounts": [
31 {
32 "brandName": "Organização A",
33 "bacenName": "Organização A",
34 "compeCode": "001",
35 "companyCnpj": "50685362006773",
36 "branchCode": "6272",
37 "number": "94088392",
38 "checkDigit": "4",
39 "type": "CONTA_DEPOSITO_A_VISTA",
40 "companyName": "Luiza e Benjamin Assessoria Jurídica Ltda",
41 "tradeName": "Mundo da Eletronica",
42 "cnpjNumber": "50685362006773",
43 "civilName": "Mike"
44 }
45 ],
46 "loans": [
47 {
48 "productType": "EMPRESTIMOS",
49 "productSubType": "CREDITO_PESSOAL_COM_CONSIGNACAO",
50 "ipocCode": "92792126019929279212650822221989319252576",
51 "contractNumber": "1324926521496",
52 "contractDate": "2018-01-05",
53 "settlementDate": "2018-01-15",
54 "disbursementDates": [
55 "2018-01-15"
56 ],
57 "contractAmount": "1000.0400",
58 "currency": "BRL",
59 "contractOutstandingBalance": "1000.0400",
60 "dueDate": "2028-01-15",
61 "instalmentPeriodicity": "SEMANAL",
62 "firstInstalmentDueDate": "2018-02-15",
63 "cetYearlyRate": "0.290000",
64 "cetMonthlyRate": "0.090000",
65 "amortizationScheduled": "SAC",
66 "cnpjConsignee": "50685662000135",
67 "warranties": [
68 {
69 "warrantyType": "CESSAO_DIREITOS_CREDITORIOS",
70 "warrantySubType": "NOTAS_PROMISSORIAS_OUTROS_DIREITOS_CREDITO",
71 "warrantyAmount": "1000.0400",
72 "currency": "BRL"
73 }
74 ],
75 "interestRates": [
76 {
77 "taxType": "EFETIVA",
78 "interestRateType": "SIMPLES",
79 "taxPeriodicity": "AA",
80 "calculation": "21/252",
81 "referentialRateIndexerType": "PRE_FIXADO",
82 "referentialRateIndexerSubType": "TJLP",
83 "preFixedRate": "0.600000",
84 "postFixedRate": "0.550000"
85 }
86 ],
87 "contractedFees": [
88 {
89 "feeName": "Renovação de cadastro",
90 "feeCode": "CADASTRO",
91 "feeCharge": "MINIMO",
92 "feeAmount": "100000.0400",
93 "feeRate": "0.062000"
94 }
95 ],
96 "contractedFinanceCharges": [
97 {
98 "chargeType": "JUROS_REMUNERATORIOS_POR_ATRASO",
99 "chargeRate": "0.070000"
100 }
101 ],
102 "typeNumberOfInstalments": "MES",
103 "totalNumberOfInstalments": 130632,
104 "paidInstalments": 73,
105 "dueInstalments": 57,
106 "pastDueInstalments": 73,
107 "balloonPayments": [
108 {
109 "dueDate": "2021-05-21",
110 "amount": {
111 "amount": "1000.0400",
112 "currency": "BRL"
113 }
114 }
115 ],
116 "releases": [
117 {
118 "paymentId": "XlthLXpBLVowLTldW2EtekEtWjAtOVwtXXswLDk5fSQ",
119 "instalmentId": "WGx0aExYcEJMVm93TFRsZFcyRXRla0V0V2pBdE9Wd3RYWH",
120 "paidDate": "2021-05-21",
121 "paidAmount": "1000.0400",
122 "currency": "BRL",
123 "overParcel": {
124 "fees": [
125 {
126 "feeName": "Reavaliação periódica do bem",
127 "feeCode": "aval_bem",
128 "feeAmount": "100000.0400"
129 }
130 ],
131 "charges": [
132 {
133 "chargeType": "JUROS_REMUNERATORIOS_POR_ATRASO",
134 "chargeAmount": "1000.0400"
135 }
136 ]
137 }
138 }
139 ]
140 }
141 ]
142 },
143 "externalInfo": {
144 "myTraceId": "yourtraceid-1",
145 "myUUID": "youruuid-1"
146 }
147 },