Páginas filhas
  • DT - NT 2023.0004 Adequações para Pagamentos via PIX QrCode Dinâmico e QRCode Estático.

01. DADOS GERAIS

Produto:

TOTVS Varejo Food Service

Linha de Produto:

Segmento:

Fly

Módulo:PDV
Função:Recebimento 
País:Brasil
Ticket:
Requisito/Story/Issue:DFOODCHEF-1339


02. SITUAÇÃO/REQUISITO

Para a NT 2023.0004  deverão ser feitas adequações para pagamentos realizados via PIX  quando utilizado QrCode Dinâmico (TEF) e QRCode Estático (POS não integrado).

03. SOLUÇÃO

No Cadastro de lojas incluimos o Leiaute Fiscal NT 2023.0004.2024.


Ao habilitar essa NT e realizar vendas NFCe com recebimento PIX QRCode Estático (POS não integrado), no xml o tipo pagamento será 20 - Pagamento Pix.

<pag>
<detPag>
<indPag>0</indPag>
<tPag>20</tPag>
<vPag>103.00</vPag>
</detPag>
</pag>


 Já o recebimento PIX TEF  o tipo pagamento será 17- Pagamento PIX, e se a flag - Gerar Tags de Forma Pagamento Cartão estiver habilita no Configurações.exe, aba NFCe, as tags referente ao pagamento PIX vai sair no xml.

<pag>
<detPag>
<indPag>0</indPag>
<tPag>17</tPag>
<vPag>10.00</vPag>
<card>
<tpIntegra>1</tpIntegra>
<CNPJ>00000000000000</CNPJ>
<tBand>99</tBand>
<cAut>12345678908765432345687888888888</cAut>
</card>
</detPag>
</pag>