PRODUCTS
...
invoice_financing
Plain CPF
V1
1min
JSON
1 {
2 "code": 200,
3 "message": "OK",
4 "requestId": "112334",
5 "productName": "pf_invoice_financing",
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 "invoiceFinancings": [
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 "warranties": [
65 {
66 "warrantyType": "CESSAO_DIREITOS_CREDITORIOS",
67 "warrantySubType": "NOTAS_PROMISSORIAS_OUTROS_DIREITOS_CREDITO",
68 "warrantyAmount": "1000.0400",
69 "currency": "BRL"
70 }
71 ],
72 "interestRates": [
73 {
74 "taxType": "EFETIVA",
75 "interestRateType": "SIMPLES",
76 "taxPeriodicity": "AA",
77 "calculation": "21/252",
78 "referentialRateIndexerType": "PRE_FIXADO",
79 "referentialRateIndexerSubType": "TJLP",
80 "preFixedRate": "0.600000",
81 "postFixedRate": "0.550000"
82 }
83 ],
84 "contractedFees": [
85 {
86 "feeName": "Renovação de cadastro",
87 "feeCode": "CADASTRO",
88 "feeCharge": "MINIMO",
89 "feeAmount": "100000.0400",
90 "feeRate": "0.062000"
91 }
92 ],
93 "contractedFinanceCharges": [
94 {
95 "chargeType": "JUROS_REMUNERATORIOS_POR_ATRASO",
96 "chargeRate": "0.070000"
97 }
98 ],
99 "typeNumberOfInstalments": "MES",
100 "totalNumberOfInstalments": 130632,
101 "paidInstalments": 73,
102 "dueInstalments": 57,
103 "pastDueInstalments": 73,
104 "balloonPayments": [
105 {
106 "dueDate": "2021-05-21",
107 "amount": {
108 "amount": "1000.0400",
109 "currency": "BRL"
110 }
111 }
112 ],
113 "releases": [
114 {
115 "paymentId": "XlthLXpBLVowLTldW2EtekEtWjAtOVwtXXswLDk5fSQ",
116 "instalmentId": "WGx0aExYcEJMVm93TFRsZFcyRXRla0V0V2pBdE9Wd3RYWH",
117 "paidDate": "2021-05-21",
118 "paidAmount": "1000.0400",
119 "currency": "BRL",
120 "overParcel": {
121 "fees": [
122 {
123 "feeName": "Reavaliação periódica do bem",
124 "feeCode": "aval_bem",
125 "feeAmount": "100000.0400"
126 }
127 ],
128 "charges": [
129 {
130 "chargeType": "JUROS_REMUNERATORIOS_POR_ATRASO",
131 "chargeAmount": "1000.0400"
132 }
133 ]
134 }
135 }
136 ]
137 }
138 ]
139 },
140 "externalInfo": {
141 "myTraceId": "yourtraceid-1",
142 "myUUID": "youruuid-1"
143 }
144 },
The JSON scheme is similar to pf_invoice_finacing, and the productName key is pj_invoice_finacing.
JSON
1 {
2 "code": 200,
3 "message": "OK",
4 "requestId": "112334",
5 "productName": "pj_invoice_financing",
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 "invoiceFinancings": [
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 "warranties": [
67 {
68 "warrantyType": "CESSAO_DIREITOS_CREDITORIOS",
69 "warrantySubType": "NOTAS_PROMISSORIAS_OUTROS_DIREITOS_CREDITO",
70 "warrantyAmount": "1000.0400",
71 "currency": "BRL"
72 }
73 ],
74 "interestRates": [
75 {
76 "taxType": "EFETIVA",
77 "interestRateType": "SIMPLES",
78 "taxPeriodicity": "AA",
79 "calculation": "21/252",
80 "referentialRateIndexerType": "PRE_FIXADO",
81 "referentialRateIndexerSubType": "TJLP",
82 "preFixedRate": "0.600000",
83 "postFixedRate": "0.550000"
84 }
85 ],
86 "contractedFees": [
87 {
88 "feeName": "Renovação de cadastro",
89 "feeCode": "CADASTRO",
90 "feeCharge": "MINIMO",
91 "feeAmount": "100000.0400",
92 "feeRate": "0.062000"
93 }
94 ],
95 "contractedFinanceCharges": [
96 {
97 "chargeType": "JUROS_REMUNERATORIOS_POR_ATRASO",
98 "chargeRate": "0.070000"
99 }
100 ],
101 "typeNumberOfInstalments": "MES",
102 "totalNumberOfInstalments": 130632,
103 "paidInstalments": 73,
104 "dueInstalments": 57,
105 "pastDueInstalments": 73,
106 "balloonPayments": [
107 {
108 "dueDate": "2021-05-21",
109 "amount": {
110 "amount": "1000.0400",
111 "currency": "BRL"
112 }
113 }
114 ],
115 "releases": [
116 {
117 "paymentId": "XlthLXpBLVowLTldW2EtekEtWjAtOVwtXXswLDk5fSQ",
118 "instalmentId": "WGx0aExYcEJMVm93TFRsZFcyRXRla0V0V2pBdE9Wd3RYWH",
119 "paidDate": "2021-05-21",
120 "paidAmount": "1000.0400",
121 "currency": "BRL",
122 "overParcel": {
123 "fees": [
124 {
125 "feeName": "Reavaliação periódica do bem",
126 "feeCode": "aval_bem",
127 "feeAmount": "100000.0400"
128 }
129 ],
130 "charges": [
131 {
132 "chargeType": "JUROS_REMUNERATORIOS_POR_ATRASO",
133 "chargeAmount": "1000.0400"
134 }
135 ]
136 }
137 }
138 ]
139 }
140 ]
141 },
142 "externalInfo": {
143 "myTraceId": "yourtraceid-1",
144 "myUUID": "youruuid-1"
145 }
146 },