Skip to content

Commit

Permalink
versão 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bcb-thiago committed Oct 26, 2021
1 parent a19b8f5 commit a42c17e
Show file tree
Hide file tree
Showing 9 changed files with 1,867 additions and 1,691 deletions.
33 changes: 32 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,37 @@

Mudanças relevantes na API do DICT serão documentadas aqui.

## [1.6.1] - 2021-10-26
### Adicionado
- Campo refundAmount no XML de exemplo de listagem de devoluções
- Campo InfractionReportId em devoluções
- Criada estrutura Person para unificar os tipos Owner e Claimer
- Ajuste do campo Name para 120 caracteres

### Alterado
- Aumento do nome em PF e PJ para 120 caracteres

## [1.6.0] - 2021-09-20
### Adicionado
- Categorias de baldes de A a F
- Tratamento diferenciado para controle de limites de PF e PJ

### Removido
- Política ENTRIES_READ

### Alterado
- Tamanho do balde na ENTRIES_UPDATE

## [1.5.0] - 2021-07-19
### Adicionado
- ID da PACS.004 na consulta de devolução
- Parâmetro de indicação para inclusão de indiretos nas consultas de devolução e relatos de infração
- Políticas de limites para iniciadores
- Balde para controle de atualização de chaves

### Alterado
- Novo formato do PayerID (aberto e não mais psedonimizado)

## [1.4.0] - 2021-06-26
### Adicionado
- Novo tipo de conta TRAN
Expand Down Expand Up @@ -62,7 +93,7 @@ Mudanças relevantes na API do DICT serão documentadas aqui.

### Alterado
- Parâmetro ClaimStatus no _Endpoint_ listClaims passou a ser multi-valor (array)
- A fórmula que calcula o erro de EntryLimitExceeded considerava Participant+Branch+AccountNumber,
- A fórmula que calcula o erro de EntryLimitExceeded considerava Participant+Branch+AccountNumber,
passou a considerar Participant+Branch+AccountNumber+*AccountType*.

### Removido
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
Esta é a especificação da API do DICT, o Diretório de Identificadores de Contas
Transacionais do PIX (Sistema de Pagamentos Instantâneos do Banco Central do Brasil).

Para um guia sobre o fluxo de publicação da API [acesse a Wiki desse projeto](../-/wikis/home).

Para ver um exemplo de código que consome a API, veja o projeto
[pix-dict-quickstart](https://github.com/bacen/pix-dict-quickstart).


39 changes: 39 additions & 0 deletions openapi/examples/entries/GetEntryResponseInitiator.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<?xml version="1.0" encoding="UTF-8" ?>
<GetEntryResponse>
<Signature></Signature>
<ResponseTime>2020-01-10T10:00:00Z</ResponseTime>
<CorrelationId>a9f13566e19f5ca51329479a5bae60c5</CorrelationId>
<Entry>
<Key>11122233300</Key>
<KeyType>CPF</KeyType>
<Account>
<Participant>12345678</Participant>
<Branch>0001</Branch>
<AccountNumber>0007654321</AccountNumber>
<AccountType>CACC</AccountType>
<OpeningDate>2010-01-10T03:00:00Z</OpeningDate>
</Account>
<Owner>
<Type>NATURAL_PERSON</Type>
<TaxIdNumber>11122233300</TaxIdNumber>
<Name>João Silva</Name>
</Owner>
<CreationDate>2019-11-18T03:00:00Z</CreationDate>
<KeyOwnershipDate>2019-11-18T03:00:00Z</KeyOwnershipDate>
<OpenClaimCreationDate>2019-11-19T03:00:00Z</OpenClaimCreationDate>
</Entry>
<Statistics>
<LastUpdated>2020-01-17T10:00:00Z</LastUpdated>
<Counters>
<Counter type="SETTLEMENTS" by="KEY" d3="0" d30="5" m6="30"/>
<Counter type="SETTLEMENTS" by="OWNER" d3="0" d30="5" m6="30"/>
<Counter type="SETTLEMENTS" by="ACCOUNT" d3="0" d30="5" m6="30"/>
<Counter type="REPORTED_FRAUDS" by="KEY" d3="0" d30="5" m6="30"/>
<Counter type="REPORTED_FRAUDS" by="OWNER" d3="0" d30="5" m6="30"/>
<Counter type="REPORTED_FRAUDS" by="ACCOUNT" d3="0" d30="5" m6="30"/>
<Counter type="CONFIRMED_FRAUDS" by="KEY" d3="0" d30="5" m6="30"/>
<Counter type="CONFIRMED_FRAUDS" by="OWNER" d3="0" d30="5" m6="30"/>
<Counter type="CONFIRMED_FRAUDS" by="ACCOUNT" d3="0" d30="5" m6="30"/>
</Counters>
</Statistics>
</GetEntryResponse>
2 changes: 2 additions & 0 deletions openapi/examples/refunds/ListRefundsResponse.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<Refund>
<TransactionId>E9999901012341234123412345678900</TransactionId>
<RefundReason>FRAUD</RefundReason>
<RefundAmount>200.00</RefundAmount>
<RefundDetails>Transação feita através de QR Code falso em boleto</RefundDetails>
<Id>91d65e98-97c0-4b0f-b577-73625da1f9fc</Id>
<Status>CLOSED</Status>
Expand All @@ -19,6 +20,7 @@
<AnalysisDetails>
Valor totalemente extornado.
</AnalysisDetails>
<RefundTransactionId>D9999901012341234123412345678900</RefundTransactionId>
</Refund>
</Refunds>
</ListRefundsResponse>
16 changes: 16 additions & 0 deletions openapi/examples/statistics/GetOwnerStatisticsResponse.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8" ?>
<GetOwnerStatisticsResponse>
<Signature></Signature>
<ResponseTime>2020-01-10T10:00:00Z</ResponseTime>
<CorrelationId>a9f13566e19f5ca51329479a5bae60c5</CorrelationId>

<OwnerStatistics>
<TaxIdNumber>12345678901</TaxIdNumber>
<LastUpdated>2020-01-17T10:00:00Z</LastUpdated>
<Counters>
<Counter type="SETTLEMENTS" d3="0" d30="20" m6="60"/>
<Counter type="REPORTED_FRAUDS" d3="0" d30="10" m6="40"/>
<Counter type="CONFIRMED_FRAUDS" d3="0" d30="5" m6="30"/>
</Counters>
</OwnerStatistics>
</GetOwnerStatisticsResponse>
Loading

0 comments on commit a42c17e

Please sign in to comment.