PRODUCTS
...
categorized_creditcard_l3
Plain CPF
V1
2min
JSON
1{
2 "code": 200,
3 "message": "OK",
4 "requestId": "112334",
5 "productName": "pf_categorized_creditcard_l3",
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 "accountIds": [
21 "123456"
22 ]
23 }
24 }
25 }
26 ]
27 }
28 ],
29 "creditCards": [
30 {
31 "brandName": "Organização A",
32 "bacenName": "Organização A",
33 "companyCnpj": "21128159000166",
34 "civilName": "Mike",
35 "name": "Cartão Universitário",
36 "productType": "OUTROS",
37 "creditCardNetwork": "VISA",
38 "paymentMethods": [
39 {
40 "identificationNumber": "4453",
41 "isMultipleCreditCard": true
42 }
43 ],
44 "isActive": true,
45 "limits": {
46 "isLimitFlexible": true,
47 "limitAmount": {
48 "amount": "1000.0400",
49 "currency": "BRL",
50 "limitAmountReason": ""
51 },
52 "usedAmount": {
53 "amount": "1000.0400",
54 "currency": "BRL"
55 },
56 "availableAmount": {
57 "amount": "1000.0400",
58 "currency": "BRL"
59 }
60 },
61 "openStatement":
62 {
63 "billMonth": "2021-05",
64 "billingDate": "2021-05-10",
65 "dueDate": "2021-05-21",
66 "billTotalAmount": {
67 "amount": "1000.0400",
68 "currency": "BRL"
69 },
70 "transactionDetails": [
71 {
72 "transactionDate": "2021-05-01",
73 "transactionDateTime": "2016-01-29T12:29:03.374Z",
74 "brazilianAmount": {
75 "amount": "1000.0400",
76 "currency": "BRL"
77 },
78 "transactionName": "PGTO",
79 "identificationNumber": "4453",
80 "transactionId": "TXpRMU9UQTROMWhZV2xSU1FUazJSMDl",
81 "transactionType": "CASHBACK",
82 "billPostDate": "2021-05-01",
83 "creditDebitType": "DEBITO",
84 "feeType": "ANUIDADE",
85 "otherCreditsType": "",
86 "payeeMCC": 5137,
87 "paymentType": "A_VISTA",
88 "chargeIdentificator": "12",
89 "chargeNumber": 12,
90 "category": "Renda",
91 "subcategory": "Renda ativa",
92 "thirdCategory": "Salário",
93 "fAll": 1,
94 "fAllMonth": 0,
95 "fAllCMonth": 1 }
96 ]
97 },
98 "closedStatements": [
99 {
100 "billMonth": "2021-04",
101 "billingDate": "2021-04-10",
102 "dueDate": "2021-04-21",
103 "billMinimumAmount": {
104 "amount": "1000.0400",
105 "currency": "BRL"
106 },
107 "billTotalAmount": {
108 "amount": "1000.0400",
109 "currency": "BRL"
110 },
111 "billPayments": [
112 {
113 "amount": "1000.0400",
114 "currency": "BRL",
115 "paymentDate": "2021-04-01",
116 "valueType": "VALOR_PAGAMENTO_FATURA_PARCELADO",
117 "paymentMode": "DEBITO_CONTA_CORRENTE"
118 }
119 ],
120 "transactionDetails": [
121 {
122 "transactionDate": "2021-04-01",
123 "transactionDateTime": "2016-01-29T12:29:03.374Z",
124 "brazilianAmount": {
125 "amount": "1000.0400",
126 "currency": "BRL"
127 },
128 "transactionName": "PGTO",
129 "identificationNumber": "4453",
130 "transactionId": "TXpRMU9UQTROMWhZV2xSU1FUazJSMDl",
131 "transactionType": "CASHBACK",
132 "billPostDate": "2021-04-01",
133 "creditDebitType": "DEBITO",
134 "feeType": "ANUIDADE",
135 "otherCreditsType": "",
136 "payeeMCC": 5137,
137 "paymentType": "A_VISTA",
138 "chargeIdentificator": "12",
139 "chargeNumber": 12,
140 "category": "Renda",
141 "subcategory": "Renda ativa",
142 "thirdCategory": "Salário",
143 "fAll": 1,
144 "fAllMonth": 0,
145 "fAllCMonth": 1 }
146 ]
147 }
148 ]
149 }
150 ],
151 "externalInfo": {
152 "myTraceId": "yourtraceid-1",
153 "myUUID": "youruuid-1"
154 }
155}
Just add category , subcategory , thirdCategory , fAll , fAllMonth and fAllCMonth key in transactions array key base on V1.
The JSON scheme is similar to the pf_categorized_creditcard_l3, and the productName key is pj_categorized_creditcard_l3.
JSON
1{
2 "code": 200,
3 "message": "OK",
4 "requestId": "112334",
5 "productName": "pj_categorized_creditcard_l3",
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 "accountIds": [
21 "123456"
22 ]
23 }
24 }
25 }
26 ]
27 }
28 ],
29 "creditCards": [
30 {
31 "brandName": "Organização A",
32 "bacenName": "Organização A",
33 "companyCnpj": "21128159000166",
34 "companyName":"Luiza e Benjamin Assessoria Jurídica Ltda",
35 "tradeName":"Mundo da Eletronica",
36 "cnpjNumber":"50685362006773",
37 "civilName": "Mike",
38 "name": "Cartão Universitário",
39 "productType": "OUTROS",
40 "creditCardNetwork": "VISA",
41 "paymentMethod": [
42 {
43 "identificationNumber": "4453",
44 "isMultipleCreditCard": true
45 }
46 ],
47 "isActive": true,
48 "limits": {
49 "isLimitFlexible": true,
50 "limitAmount": {
51 "amount": "1000.0400",
52 "currency": "BRL",
53 "limitAmountReason": ""
54 },
55 "usedAmount": {
56 "amount": "1000.0400",
57 "currency": "BRL"
58 },
59 "availableAmount": {
60 "amount": "1000.0400",
61 "currency": "BRL"
62 }
63 },
64 "openStatement":
65 {
66 "billMonth": "2021-05",
67 "billingDate": "2021-05-10",
68 "dueDate": "2021-05-21",
69 "billTotalAmount": {
70 "amount": "1000.0400",
71 "currency": "BRL"
72 },
73 "transactionDetails": [
74 {
75 "transactionDate": "2021-05-01",
76 "transactionDateTime": "2016-01-29T12:29:03.374Z",
77 "brazilianAmount": {
78 "amount": "1000.0400",
79 "currency": "BRL"
80 },
81 "transactionName": "PGTO",
82 "identificationNumber": "4453",
83 "transactionId": "TXpRMU9UQTROMWhZV2xSU1FUazJSMDl",
84 "transactionType": "CASHBACK",
85 "billPostDate": "2021-05-01",
86 "creditDebitType": "DEBITO",
87 "feeType": "ANUIDADE",
88 "otherCreditsType": "",
89 "payeeMCC": 5137,
90 "paymentType": "A_VISTA",
91 "chargeIdentificator": "12",
92 "chargeNumber": 12,
93 "category": "Renda",
94 "subcategory": "Renda ativa",
95 "thirdCategory": "Salário",
96 "fAll": 1,
97 "fAllMonth": 0,
98 "fAllCMonth": 1 }
99 ]
100 }
101 ,
102 "closedStatements": [
103 {
104 "billMonth": "2021-04",
105 "billingDate": "2021-04-10",
106 "dueDate": "2021-04-21",
107 "billMinimumAmount": {
108 "amount": "1000.0400",
109 "currency": "BRL"
110 },
111 "billTotalAmount": {
112 "amount": "1000.0400",
113 "currency": "BRL"
114 },
115 "billPayments": [
116 {
117 "amount": "1000.0400",
118 "currency": "BRL",
119 "paymentDate": "2021-04-01",
120 "valueType": "VALOR_PAGAMENTO_FATURA_PARCELADO",
121 "paymentMode": "DEBITO_CONTA_CORRENTE"
122 }
123 ],
124 "transactionDetails": [
125 {
126 "transactionDate": "2021-04-01",
127 "transactionDateTime": "2016-01-29T12:29:03.374Z",
128 "brazilianAmount": {
129 "amount": "1000.0400",
130 "currency": "BRL"
131 },
132 "transactionName": "PGTO",
133 "identificationNumber": "4453",
134 "transactionId": "TXpRMU9UQTROMWhZV2xSU1FUazJSMDl",
135 "transactionType": "CASHBACK",
136 "billPostDate": "2021-04-01",
137 "creditDebitType": "DEBITO",
138 "feeType": "ANUIDADE",
139 "otherCreditsType": "",
140 "payeeMCC": 5137,
141 "paymentType": "A_VISTA",
142 "chargeIdentificator": "12",
143 "chargeNumber": 12,
144 "category": "Renda",
145 "subcategory": "Renda ativa",
146 "thirdCategory": "Salário",
147 "fAll": 1,
148 "fAllMonth": 0,
149 "fAllCMonth": 1 }
150 ]
151 }
152 ]
153 }
154 ],
155 "externalInfo": {
156 "myTraceId": "yourtraceid-1",
157 "myUUID": "youruuid-1"
158 }
159}
For detailed schemes in the product, please refer to the official documentation of Open Finance Brazil.
Updated 11 Oct 2024
Did this page help you?