-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Itaú API - Add options for billet charges #112
base: master
Are you sure you want to change the base?
Conversation
source/includes/_charges.md
Outdated
@@ -105,6 +106,7 @@ validações e alguns comportamentos serão variáveis de acordo com o tipo de c | |||
| processing_date | date | data de geração do boleto | | |||
| for_homologation | boolean | indica se é uma cobrança que foi criada com o objetivo de homologar uma Configuração de cobrança | | |||
| registrable | boolean | indica se a cobrança é registrável (do tipo que deve ser registrada no banco). Sendo sempre true para Cobranças criadas após 27/10/2018 | | |||
| automatic_registration | boolean | indica se a cobrança será registrada automaticamente. Atualmente esta opção será somente para cobranças feitas pelo banco Itaú. | | |||
| payer_id | integer | identificador do pagador | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Não teria que adicionar em criação e atualização também?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed by 9a18687
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Senti falta do que ícaro falou e temos que lembrar de colocar no modelo de cobrança também.
source/includes/_charges.md
Outdated
@@ -105,6 +106,7 @@ validações e alguns comportamentos serão variáveis de acordo com o tipo de c | |||
| processing_date | date | data de geração do boleto | | |||
| for_homologation | boolean | indica se é uma cobrança que foi criada com o objetivo de homologar uma Configuração de cobrança | | |||
| registrable | boolean | indica se a cobrança é registrável (do tipo que deve ser registrada no banco). Sendo sempre true para Cobranças criadas após 27/10/2018 | | |||
| automatic_registration | boolean | indica se a cobrança será registrada automaticamente. Atualmente esta opção será somente para cobranças feitas pelo banco Itaú. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
indica se a cobrança será registrada automaticamente sem a necessidade de envio de arquivo de remessa (CNAB). Atualmente esta opção será somente para cobranças feitas pelo banco Itaú.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed by 9a18687
No description provided.