-
Notifications
You must be signed in to change notification settings - Fork 0
/
784edbf9.23eb1e6d.js
1 lines (1 loc) · 32.1 KB
/
784edbf9.23eb1e6d.js
1
(window.webpackJsonp=window.webpackJsonp||[]).push([[74],{174:function(e,t,n){"use strict";n.r(t),n.d(t,"frontMatter",(function(){return i})),n.d(t,"metadata",(function(){return o})),n.d(t,"rightToc",(function(){return T})),n.d(t,"default",(function(){return s}));var a=n(2),r=n(6),b=(n(0),n(250)),c=(n(252),n(257)),l=n(258),i={id:"ExtratoFinanceiro",title:"Extrato Financeiro em OFX",hide_title:!0,sidebar_label:"Financial Extract in OFX"},o={id:"OutrosRecursos/ExtratoFinanceiro",isDocsHomePage:!1,title:"Extrato Financeiro em OFX",description:"Financial Extract in OFX",source:"@site/docs\\OutrosRecursos\\ExtratoFinanceiro.md",permalink:"/documentation/docs/OutrosRecursos/ExtratoFinanceiro",sidebar_label:"Financial Extract in OFX",sidebar:"someSidebar",previous:{title:"Detalhar Transa\xe7\xf5es",permalink:"/documentation/docs/OutrosRecursos/DetalharTransacoes"},next:{title:"Hist\xf3rico Personalizado",permalink:"/documentation/docs/OutrosRecursos/HistoricoPersonalizado"}},T=[{value:"How to export extract in OFX file on Gerencianet",id:"how-to-export-extract-in-ofx-file-on-gerencianet",children:[]},{value:"Example of OFX file with its particularities and layout",id:"example-of-ofx-file-with-its-particularities-and-layout",children:[{value:"OFX > SIGNONMSGSRSV1 > SONRS",id:"ofx--signonmsgsrsv1--sonrs",children:[]},{value:"OFX > BANKMSGSRSV1 > STMTTRNRS > STMTRS > BANKACCTFROM",id:"ofx--bankmsgsrsv1--stmttrnrs--stmtrs--bankacctfrom",children:[]},{value:"OFX > BANKMSGSRSV1 > STMTTRNRS > STMTRS > BANKTRANLIST",id:"ofx--bankmsgsrsv1--stmttrnrs--stmtrs--banktranlist",children:[]},{value:"OFX > BANKMSGSRSV1 > STMTTRNRS > STMTRS > BANKTRANLIST > STMTTRN",id:"ofx--bankmsgsrsv1--stmttrnrs--stmtrs--banktranlist--stmttrn",children:[]},{value:"OFX > BANKMSGSRSV1 > STMTTRNRS > STMTRS > BANKTRANLIST > LEDGERBAL",id:"ofx--bankmsgsrsv1--stmttrnrs--stmtrs--banktranlist--ledgerbal",children:[]},{value:"Table listing all possible Tag Transaction Codes FITID",id:"table-listing-all-possible-tag-transaction-codes-fitid",children:[]}]},{value:"Notification queue status (callback)",id:"notification-queue-status-callback",children:[]}],O={rightToc:T};function s(e){var t=e.components,n=Object(r.a)(e,["components"]);return Object(b.b)("wrapper",Object(a.a)({},O,n,{components:t,mdxType:"MDXLayout"}),Object(b.b)("h1",{className:"titulo"},"Financial Extract in OFX"),Object(b.b)("div",{className:"subtitulo"},Object(b.b)("p",null,"A file of type OFX is known as ",Object(b.b)("em",{parentName:"p"},"Open Financial Exchange"),". Inside an OFX file are contained all the movements made in a certain period, being possible that you integrate this file to different management systems."),Object(b.b)("p",null,"Gerencianet allows you to export your financial statement in OFX format, which can help you in the bank reconciliation of your financial."),Object(b.b)("br",null),Object(b.b)("h2",{id:"how-to-export-extract-in-ofx-file-on-gerencianet"},"How to export extract in OFX file on Gerencianet"),Object(b.b)("ol",null,Object(b.b)("li",{parentName:"ol"},Object(b.b)("p",{parentName:"li"},"Log in to your Gestornet account and click on the menu ",Object(b.b)("code",null,"Meu Dinheiro > Extrato Financeiro"),";")),Object(b.b)("li",{parentName:"ol"},Object(b.b)("p",{parentName:"li"},"Now, in the upper right corner, click ",Object(b.b)("code",null,"Exportar Extrato Financeiro")," ans select the format type ",Object(b.b)("code",null,"OFX"),", as shown in the image:"))),Object(b.b)("p",null,Object(b.b)("img",Object(a.a)({parentName:"p"},{src:"https://gerencianet.com.br/wp-content/uploads/2018/07/exportacao-relatorio-ofx.png",alt:"alt text",title:"Exportar Extrato Financeiro"}))),Object(b.b)("br",null),Object(b.b)("ol",{start:3},Object(b.b)("li",{parentName:"ol"},"An export confirmation message will be returned in a modal, containing the summary of the parameters/filters considered, as shown in the image below:")),Object(b.b)("p",null,Object(b.b)("img",Object(a.a)({parentName:"p"},{src:"https://gerencianet.com.br/wp-content/uploads/2018/07/exportacao-relatorio-ofx-02.png",alt:"alt text",title:"Exportar Extrato Financeiro Modal"}))),Object(b.b)("br",null),Object(b.b)("h2",{id:"example-of-ofx-file-with-its-particularities-and-layout"},"Example of OFX file with its particularities and layout"),Object(b.b)(c.a,{defaultValue:"modelo",values:[{label:"Modelo",value:"modelo"}],mdxType:"Tabs"},Object(b.b)(l.a,{value:"modelo",mdxType:"TabItem"},Object(b.b)("pre",null,Object(b.b)("code",Object(a.a)({parentName:"pre"},{className:"language-json"}),"OFXHEADER:100\nDATA:OFXSGML\nVERSION:102\nSECURITY:NONE\nENCODING:UTF-8\nCHARSET:1252\nCOMPRESSION:NONE\nOLDFILEUID:NONE\nNEWFILEUID:NONE\n<OFX>\n <SIGNONMSGSRSV1>\n <SONRS>\n <STATUS>\n <CODE>0</CODE>\n <SEVERITY>INFO</SEVERITY>\n </STATUS>\n <DTSERVER>20180430120030[-3:BRT]</DTSERVER>\n <LANGUAGE>POR</LANGUAGE>\n <FI>\n <ORG>Gerencianet</ORG>\n <FID>gnt</FID>\n </FI>\n </SONRS>\n </SIGNONMSGSRSV1>\n <BANKMSGSRSV1>\n <STMTTRNRS>\n <TRNUID>1</TRNUID>\n <STATUS>\n <CODE>0</CODE>\n <SEVERITY>INFO</SEVERITY>\n </STATUS>\n <STMTRS>\n <CURDEF>BRL</CURDEF>\n <BANKACCTFROM>\n <BANKID>gnt</BANKID>\n <ACCTID>1459950-11</ACCTID>\n <ACCTTYPE>CHECKING</ACCTTYPE>\n </BANKACCTFROM>\n <BANKTRANLIST>\n <DTSTART>20180130120000[-3:BRT]</DTSTART>\n <DTEND>20180429120000[-3:BRT]</DTEND>\n <STMTTRN>\n <TRNTYPE>CREDIT</TRNTYPE>\n <DTPOSTED>20180309120000[-3:BRT]</DTPOSTED>\n <TRNAMT>74,40</TRNAMT>\n <FITID>2018030607232002046000000061553574</FITID>\n <CHECKNUM>000000061553574</CHECKNUM>\n <REFNUM>2002046000000017223405</REFNUM>\n <MEMO>Repasse pagamento: 17223405 de Jorge Teixeira</MEMO>\n </STMTTRN>\n <STMTTRN>\n <TRNTYPE>DEBIT</TRNTYPE>\n <DTPOSTED>20180309120000[-3:BRT]</DTPOSTED>\n <TRNAMT>-3,34</TRNAMT>\n <FITID>2018030607231001046000000061553576</FITID>\n <CHECKNUM>000000061553576</CHECKNUM>\n <MEMO>Tarifa repasse: 17223405 de Jorge Teixeira</MEMO>\n </STMTTRN>\n <STMTTRN>\n <TRNTYPE>CREDIT</TRNTYPE>\n <DTPOSTED>20180320120000[-3:BRT]</DTPOSTED>\n <TRNAMT>74,40</TRNAMT>\n <FITID>2018031703312002046000000062976602</FITID>\n <CHECKNUM>000000062976602</CHECKNUM>\n <REFNUM>2002046000000022612776</REFNUM>\n <MEMO>Repasse pagamento: 22612776 de Paulo Jorge Alves</MEMO>\n </STMTTRN>\n <STMTTRN>\n <TRNTYPE>DEBIT</TRNTYPE>\n <DTPOSTED>20180320120000[-3:BRT]</DTPOSTED>\n <TRNAMT>-3,34</TRNAMT>\n <FITID>2018031703311001046000000062976603</FITID>\n <CHECKNUM>000000062976603</CHECKNUM>\n <MEMO>Tarifa repasse: 22612776 de Paulo Jorge Alves</MEMO>\n </STMTTRN>\n <STMTTRN>\n <TRNTYPE>CREDIT</TRNTYPE>\n <DTPOSTED>20180330120000[-3:BRT]</DTPOSTED>\n <TRNAMT>74,40</TRNAMT>\n <FITID>2018032704142002046000000063575983</FITID>\n <CHECKNUM>000000063575983</CHECKNUM>\n <REFNUM>2002046000000028015595</REFNUM>\n <MEMO>Repasse pagamento: 28015595 de Fulano Aguiar</MEMO>\n </STMTTRN>\n <STMTTRN>\n <TRNTYPE>DEBIT</TRNTYPE>\n <DTPOSTED>20180330120000[-3:BRT]</DTPOSTED>\n <TRNAMT>-3,34</TRNAMT>\n <FITID>2018032704141001046000000063575986</FITID>\n <CHECKNUM>000000063575986</CHECKNUM>\n <MEMO>Tarifa repasse: 28015595 de Fulano Aguiar</MEMO>\n </STMTTRN>\n <STMTTRN>\n <TRNTYPE>CREDIT</TRNTYPE>\n <DTPOSTED>20180406120000[-3:BRT]</DTPOSTED>\n <TRNAMT>65,10</TRNAMT>\n <FITID>2018040307262002046000000064109592</FITID>\n <CHECKNUM>000000064109592</CHECKNUM>\n <REFNUM>2002046000000028108174</REFNUM>\n <MEMO>Repasse pagamento: 28108174 de Ciclano da Silva</MEMO>\n </STMTTRN>\n <STMTTRN>\n <TRNTYPE>DEBIT</TRNTYPE>\n <DTPOSTED>20180406120000[-3:BRT]</DTPOSTED>\n <TRNAMT>-3,34</TRNAMT>\n <FITID>2018040307261001046000000064109593</FITID>\n <CHECKNUM>000000064109593</CHECKNUM>\n <MEMO>Tarifa repasse: 28108174 de Ciclano da Silva</MEMO>\n </STMTTRN>\n <STMTTRN>\n <TRNTYPE>CREDIT</TRNTYPE>\n <DTPOSTED>20180416120000[-3:BRT]</DTPOSTED>\n <TRNAMT>74,40</TRNAMT>\n <FITID>2018041303342002046000000065551500</FITID>\n <CHECKNUM>000000065551500</CHECKNUM>\n <REFNUM>2002046000000029384993</REFNUM>\n <MEMO>Repasse pagamento: 29384993 de Jorge Amado</MEMO>\n </STMTTRN>\n <STMTTRN>\n <TRNTYPE>DEBIT</TRNTYPE>\n <DTPOSTED>20180416120000[-3:BRT]</DTPOSTED>\n <TRNAMT>-3,34</TRNAMT>\n <FITID>2018041303341001046000000065551501</FITID>\n <CHECKNUM>000000065551501</CHECKNUM>\n <MEMO>Tarifa repasse: 29384993 de Jorge Amado</MEMO>\n </STMTTRN>\n <STMTTRN>\n <TRNTYPE>CREDIT</TRNTYPE>\n <DTPOSTED>20180417120000[-3:BRT]</DTPOSTED>\n <TRNAMT>55,80</TRNAMT>\n <FITID>2018041403362002046000000065642576</FITID>\n <CHECKNUM>000000065642576</CHECKNUM>\n <REFNUM>2002046000000029447637</REFNUM>\n <MEMO>Repasse pagamento: 29447637 de Pedro Jorge</MEMO>\n </STMTTRN>\n <STMTTRN>\n <TRNTYPE>DEBIT</TRNTYPE>\n <DTPOSTED>20180417120000[-3:BRT]</DTPOSTED>\n <TRNAMT>-3,34</TRNAMT>\n <FITID>2018041403361001046000000065642577</FITID>\n <CHECKNUM>000000065642577</CHECKNUM>\n <MEMO>Tarifa repasse: 29447637 de Pedro Jorge</MEMO>\n </STMTTRN>\n <STMTTRN>\n <TRNTYPE>CREDIT</TRNTYPE>\n <DTPOSTED>20180428120000[-3:BRT]</DTPOSTED>\n <TRNAMT>120,90</TRNAMT>\n <FITID>2018041421312002047000000065694866</FITID>\n <CHECKNUM>000000065694866</CHECKNUM>\n <REFNUM>2002047000000029517140</REFNUM>\n <MEMO>Repasse pagamento: 29517140 de Beltrano Diniz</MEMO>\n </STMTTRN>\n <STMTTRN>\n <TRNTYPE>DEBIT</TRNTYPE>\n <DTPOSTED>20180428120000[-3:BRT]</DTPOSTED>\n <TRNAMT>-7,23</TRNAMT>\n <FITID>2018041421311001047000000065694867</FITID>\n <CHECKNUM>000000065694867</CHECKNUM>\n <MEMO>Tarifa repasse: 29517140 de Beltrano Diniz</MEMO>\n </STMTTRN>\n <STMTTRN>\n <TRNTYPE>CREDIT</TRNTYPE>\n <DTPOSTED>20180429120000[-3:BRT]</DTPOSTED>\n <TRNAMT>55,80</TRNAMT>\n <FITID>2018041517302002047000000065696376</FITID>\n <CHECKNUM>000000065696376</CHECKNUM>\n <REFNUM>2002047000000029533821</REFNUM>\n <MEMO>Repasse pagamento: 29533821 de Henrique Almeida</MEMO>\n </STMTTRN>\n <STMTTRN>\n <TRNTYPE>DEBIT</TRNTYPE>\n <DTPOSTED>20180429120000[-3:BRT]</DTPOSTED>\n <TRNAMT>-3,49</TRNAMT>\n <FITID>2018041517301001047000000065696377</FITID>\n <CHECKNUM>000000065696377</CHECKNUM>\n <MEMO>Tarifa repasse: 29533821 de Henrique Almeida</MEMO>\n </STMTTRN>\n <STMTTRN>\n <TRNTYPE>CREDIT</TRNTYPE>\n <DTPOSTED>20180429120000[-3:BRT]</DTPOSTED>\n <TRNAMT>74,40</TRNAMT>\n <FITID>2018042606102002046000000066643667</FITID>\n <CHECKNUM>000000066643667</CHECKNUM>\n <REFNUM>2002046000000030830691</REFNUM>\n <MEMO>Repasse pagamento: 30830691 de Duque Alves</MEMO>\n </STMTTRN>\n <STMTTRN>\n <TRNTYPE>DEBIT</TRNTYPE>\n <DTPOSTED>20180429120000[-3:BRT]</DTPOSTED>\n <TRNAMT>-3,34</TRNAMT>\n <FITID>2018042606101001046000000066643670</FITID>\n <CHECKNUM>000000066643670</CHECKNUM>\n <MEMO>Tarifa repasse: 30830691 de Duque Alves</MEMO>\n </STMTTRN>\n </BANKTRANLIST>\n <LEDGERBAL>\n <BALAMT>635,50</BALAMT>\n <DTASOF>20180429120000[-3:BRT]</DTASOF>\n </LEDGERBAL>\n </STMTRS>\n </STMTTRNRS>\n </BANKMSGSRSV1>\n</OFX>\n")))),Object(b.b)("br",null),Object(b.b)("p",null,"Much of the file will be as shown in the example, only the tags listed below will be modified."),Object(b.b)("h3",{id:"ofx--signonmsgsrsv1--sonrs"},"OFX > SIGNONMSGSRSV1 > SONRS"),Object(b.b)("table",null,Object(b.b)("thead",{parentName:"table"},Object(b.b)("tr",{parentName:"thead"},Object(b.b)("th",Object(a.a)({parentName:"tr"},{align:null}),"Tag"),Object(b.b)("th",Object(a.a)({parentName:"tr"},{align:null}),"Description"))),Object(b.b)("tbody",{parentName:"table"},Object(b.b)("tr",{parentName:"tbody"},Object(b.b)("td",Object(a.a)({parentName:"tr"},{align:null}),"DTSERVER"),Object(b.b)("td",Object(a.a)({parentName:"tr"},{align:null}),"File generation date in format ",Object(b.b)("inlineCode",{parentName:"td"},"yyyymmddhhmmss[-3:BRT]"),".")))),Object(b.b)("br",null),Object(b.b)("h3",{id:"ofx--bankmsgsrsv1--stmttrnrs--stmtrs--bankacctfrom"},"OFX > BANKMSGSRSV1 > STMTTRNRS > STMTRS > BANKACCTFROM"),Object(b.b)("table",null,Object(b.b)("thead",{parentName:"table"},Object(b.b)("tr",{parentName:"thead"},Object(b.b)("th",Object(a.a)({parentName:"tr"},{align:null}),"Tag"),Object(b.b)("th",Object(a.a)({parentName:"tr"},{align:null}),"Description"))),Object(b.b)("tbody",{parentName:"table"},Object(b.b)("tr",{parentName:"tbody"},Object(b.b)("td",Object(a.a)({parentName:"tr"},{align:null}),"ACCTID"),Object(b.b)("td",Object(a.a)({parentName:"tr"},{align:null}),"Gerencianet's account numer.")))),Object(b.b)("br",null),Object(b.b)("h3",{id:"ofx--bankmsgsrsv1--stmttrnrs--stmtrs--banktranlist"},"OFX > BANKMSGSRSV1 > STMTTRNRS > STMTRS > BANKTRANLIST"),Object(b.b)("table",null,Object(b.b)("thead",{parentName:"table"},Object(b.b)("tr",{parentName:"thead"},Object(b.b)("th",Object(a.a)({parentName:"tr"},{align:null}),"Tag"),Object(b.b)("th",Object(a.a)({parentName:"tr"},{align:null}),"Description"))),Object(b.b)("tbody",{parentName:"table"},Object(b.b)("tr",{parentName:"tbody"},Object(b.b)("td",Object(a.a)({parentName:"tr"},{align:null}),"DTSTART"),Object(b.b)("td",Object(a.a)({parentName:"tr"},{align:null}),"Date of the first movement record in the format ",Object(b.b)("inlineCode",{parentName:"td"},"yyyymmdd120000[-3:BRT]"),".")),Object(b.b)("tr",{parentName:"tbody"},Object(b.b)("td",Object(a.a)({parentName:"tr"},{align:null}),"DTEND"),Object(b.b)("td",Object(a.a)({parentName:"tr"},{align:null}),"Date of the last movement record in the format ",Object(b.b)("inlineCode",{parentName:"td"},"yyyymmdd120000[-3:BRT]"),".")))),Object(b.b)("br",null),Object(b.b)("h3",{id:"ofx--bankmsgsrsv1--stmttrnrs--stmtrs--banktranlist--stmttrn"},"OFX > BANKMSGSRSV1 > STMTTRNRS > STMTRS > BANKTRANLIST > STMTTRN"),Object(b.b)("p",null,"The ",Object(b.b)("inlineCode",{parentName:"p"},"STMTTRN")," tag and its sub-tags will be repeated for each transaction returned by the Kernel."),Object(b.b)("table",null,Object(b.b)("tbody",null,Object(b.b)("tr",null,Object(b.b)("th",null,"Tag"),Object(b.b)("th",{align:"center"},"Description")),Object(b.b)("tr",null,Object(b.b)("td",null,"TRNTYPE"),Object(b.b)("td",{align:"left"},"Accept the values ",Object(b.b)("code",null,"CREDIT")," or ",Object(b.b)("code",null,"DEBIT"),".")),Object(b.b)("tr",null,Object(b.b)("td",null,"DTPOSTED"),Object(b.b)("td",{align:"left"},"Transaction posting date. That is, the date of availability of the amount in the current account.",Object(b.b)("br",null),"Format: ",Object(b.b)("code",null,"yyyymmdd120000[-3:BRT]"),".")),Object(b.b)("tr",null,Object(b.b)("td",null,"TRNAMT"),Object(b.b)("td",{align:"left"},"Transaction value to two decimal places for cents (separated by dot). If the transaction is a debit, there will be a negative sign in the amount.",Object(b.b)("br",null),"Exemples:",Object(b.b)("ul",null,Object(b.b)("li",null,"Credit: ",Object(b.b)("code",null,"123.45")," equivalent to R$ 123,45"),Object(b.b)("li",null,"Debit: ",Object(b.b)("code",null,"-84.30")," equivalent to -R$ 84,30")))),Object(b.b)("tr",null,Object(b.b)("td",null,"FITID"),Object(b.b)("td",{align:"left"},"Unique transaction code with 34 characters, arranged as follows:",Object(b.b)("br",null),Object(b.b)("ul",null,Object(b.b)("li",null,"12 characters for date"),Object(b.b)("li",null,"7 characters for the transaction code"),Object(b.b)("li",null,"15 characters for the protocol")),"Example:",Object(b.b)("ul",null,Object(b.b)("li",null,"Date: 28/03/2018 08:05"),Object(b.b)("li",null,"Transaction code: 2002001 (see complet table)"),Object(b.b)("li",null,"Protocol: 63773485")),"FITID: ",Object(b.b)("b",null,"201803280805 2002001 000000063773485")," (no spaces)")),Object(b.b)("tr",null,Object(b.b)("td",null,"CHECKNUM"),Object(b.b)("td",{align:"left"},"Transaction protocol with 15 characters.",Object(b.b)("br",null),"Example:",Object(b.b)("ul",null,Object(b.b)("li",null,"Protocol: 63773485"),Object(b.b)("li",null,"CHECKNUM: ",Object(b.b)("b",null,"000000063773485"))))),Object(b.b)("tr",null,Object(b.b)("td",null,"REFNUM"),Object(b.b)("td",{align:"left"},"Transaction reference code. It must always contain 22 characters, being like that:",Object(b.b)("br",null),Object(b.b)("br",null),"7 characters to the transaction code",Object(b.b)("br",null),"15 characters to the transaction number (charge_id or charge's number)",Object(b.b)("br",null),Object(b.b)("br",null),"This field will be displayed in the OFX file only for transactions associated with a Boleto or Credit Card payment confirmation.")),Object(b.b)("tr",null,Object(b.b)("td",null,"MEMO"),Object(b.b)("td",{align:"left"},"Cherge description.")))),Object(b.b)("br",null),Object(b.b)("h3",{id:"ofx--bankmsgsrsv1--stmttrnrs--stmtrs--banktranlist--ledgerbal"},"OFX > BANKMSGSRSV1 > STMTTRNRS > STMTRS > BANKTRANLIST > LEDGERBAL"),Object(b.b)("table",null,Object(b.b)("tbody",null,Object(b.b)("tr",null,Object(b.b)("th",null,"Tag"),Object(b.b)("th",{align:"center"},"Description")),Object(b.b)("tr",null,Object(b.b)("td",null,"BALAMT"),Object(b.b)("td",null,"Represents the partial account balance at the time of the most recent transaction.",Object(b.b)("br",null),"Examples:",Object(b.b)("br",null),Object(b.b)("code",null,"1050.32"),",",Object(b.b)("code",null,"-223.95"))),Object(b.b)("tr",null,Object(b.b)("td",null,"DTASOF"),Object(b.b)("td",null,"Posting date of the most recent transaction in the format.",Object(b.b)("br",null),"Format: ",Object(b.b)("code",null,"yyyymmdd120000[-3:BRT]."))))),Object(b.b)("br",null),Object(b.b)("h3",{id:"table-listing-all-possible-tag-transaction-codes-fitid"},"Table listing all possible Tag Transaction Codes FITID"),Object(b.b)("table",null,Object(b.b)("thead",{parentName:"table"},Object(b.b)("tr",{parentName:"thead"},Object(b.b)("th",Object(a.a)({parentName:"tr"},{align:null}),"Transaction code"),Object(b.b)("th",Object(a.a)({parentName:"tr"},{align:"center"}),"Description"))),Object(b.b)("tbody",{parentName:"table"},Object(b.b)("tr",{parentName:"tbody"},Object(b.b)("td",Object(a.a)({parentName:"tr"},{align:null}),"2002001"),Object(b.b)("td",Object(a.a)({parentName:"tr"},{align:"center"}),"Receipt of boleto and parcel")),Object(b.b)("tr",{parentName:"tbody"},Object(b.b)("td",Object(a.a)({parentName:"tr"},{align:null}),"1001002"),Object(b.b)("td",Object(a.a)({parentName:"tr"},{align:"center"}),"Credit card intermediation fee")),Object(b.b)("tr",{parentName:"tbody"},Object(b.b)("td",Object(a.a)({parentName:"tr"},{align:null}),"2001002"),Object(b.b)("td",Object(a.a)({parentName:"tr"},{align:"center"}),"Credit card intermediation chargeback")),Object(b.b)("tr",{parentName:"tbody"},Object(b.b)("td",Object(a.a)({parentName:"tr"},{align:null}),"2002002"),Object(b.b)("td",Object(a.a)({parentName:"tr"},{align:"center"}),"Credit card billing receipts")),Object(b.b)("tr",{parentName:"tbody"},Object(b.b)("td",Object(a.a)({parentName:"tr"},{align:null}),"1002002"),Object(b.b)("td",Object(a.a)({parentName:"tr"},{align:"center"}),"credit card return")),Object(b.b)("tr",{parentName:"tbody"},Object(b.b)("td",Object(a.a)({parentName:"tr"},{align:null}),"1001001"),Object(b.b)("td",Object(a.a)({parentName:"tr"},{align:"center"}),"Boleto and parcel intermediation fee")),Object(b.b)("tr",{parentName:"tbody"},Object(b.b)("td",Object(a.a)({parentName:"tr"},{align:null}),"2009001"),Object(b.b)("td",Object(a.a)({parentName:"tr"},{align:"center"}),"intermediation bonus")),Object(b.b)("tr",{parentName:"tbody"},Object(b.b)("td",Object(a.a)({parentName:"tr"},{align:null}),"1013001"),Object(b.b)("td",Object(a.a)({parentName:"tr"},{align:"center"}),"Boleto's Refund - Debit of the return")),Object(b.b)("tr",{parentName:"tbody"},Object(b.b)("td",Object(a.a)({parentName:"tr"},{align:null}),"2013001"),Object(b.b)("td",Object(a.a)({parentName:"tr"},{align:"center"}),"Boleto's Refund - credit of the return")),Object(b.b)("tr",{parentName:"tbody"},Object(b.b)("td",Object(a.a)({parentName:"tr"},{align:null}),"2002046"),Object(b.b)("td",Object(a.a)({parentName:"tr"},{align:"center"}),"Transfer payment marketplace boleto")),Object(b.b)("tr",{parentName:"tbody"},Object(b.b)("td",Object(a.a)({parentName:"tr"},{align:null}),"1001046"),Object(b.b)("td",Object(a.a)({parentName:"tr"},{align:"center"}),"Ticket marketplace transfer fee")),Object(b.b)("tr",{parentName:"tbody"},Object(b.b)("td",Object(a.a)({parentName:"tr"},{align:null}),"1002046"),Object(b.b)("td",Object(a.a)({parentName:"tr"},{align:"center"}),"Refund of marketplace transfer boleto")),Object(b.b)("tr",{parentName:"tbody"},Object(b.b)("td",Object(a.a)({parentName:"tr"},{align:null}),"2002047"),Object(b.b)("td",Object(a.a)({parentName:"tr"},{align:"center"}),"Transfer payment marketplace card")),Object(b.b)("tr",{parentName:"tbody"},Object(b.b)("td",Object(a.a)({parentName:"tr"},{align:null}),"1001047"),Object(b.b)("td",Object(a.a)({parentName:"tr"},{align:"center"}),"Marketplace card transfer fee")),Object(b.b)("tr",{parentName:"tbody"},Object(b.b)("td",Object(a.a)({parentName:"tr"},{align:null}),"1002047"),Object(b.b)("td",Object(a.a)({parentName:"tr"},{align:"center"}),"Refund of card marketplace transfer")),Object(b.b)("tr",{parentName:"tbody"},Object(b.b)("td",Object(a.a)({parentName:"tr"},{align:null}),"1003004"),Object(b.b)("td",Object(a.a)({parentName:"tr"},{align:"center"}),"Payment via barcode")),Object(b.b)("tr",{parentName:"tbody"},Object(b.b)("td",Object(a.a)({parentName:"tr"},{align:null}),"1001004"),Object(b.b)("td",Object(a.a)({parentName:"tr"},{align:"center"}),"Payment via barcode fee")),Object(b.b)("tr",{parentName:"tbody"},Object(b.b)("td",Object(a.a)({parentName:"tr"},{align:null}),"2002017"),Object(b.b)("td",Object(a.a)({parentName:"tr"},{align:"center"}),"Payment via barcode refund - Refund made from the bank or analysis")),Object(b.b)("tr",{parentName:"tbody"},Object(b.b)("td",Object(a.a)({parentName:"tr"},{align:null}),"1002025"),Object(b.b)("td",Object(a.a)({parentName:"tr"},{align:"center"}),"Refund payment via barcode - Credit to signal insufficient balance (scheduling)")),Object(b.b)("tr",{parentName:"tbody"},Object(b.b)("td",Object(a.a)({parentName:"tr"},{align:null}),"2002026"),Object(b.b)("td",Object(a.a)({parentName:"tr"},{align:"center"}),"Payment via barcode - Debit to signal insufficient balance (schedule)")),Object(b.b)("tr",{parentName:"tbody"},Object(b.b)("td",Object(a.a)({parentName:"tr"},{align:null}),"1002003"),Object(b.b)("td",Object(a.a)({parentName:"tr"},{align:"center"}),"Transfer - TED type transfer; or between Gerencianet accounts; or by email")),Object(b.b)("tr",{parentName:"tbody"},Object(b.b)("td",Object(a.a)({parentName:"tr"},{align:null}),"1001003"),Object(b.b)("td",Object(a.a)({parentName:"tr"},{align:"center"}),"Transfer fee")),Object(b.b)("tr",{parentName:"tbody"},Object(b.b)("td",Object(a.a)({parentName:"tr"},{align:null}),"2002016"),Object(b.b)("td",Object(a.a)({parentName:"tr"},{align:"center"}),"Transfer chargeback - Bank chargeback or analysis")),Object(b.b)("tr",{parentName:"tbody"},Object(b.b)("td",Object(a.a)({parentName:"tr"},{align:null}),"2002045"),Object(b.b)("td",Object(a.a)({parentName:"tr"},{align:"center"}),"Transfer chargeback - credit of the transfer fee canceled by the customer")),Object(b.b)("tr",{parentName:"tbody"},Object(b.b)("td",Object(a.a)({parentName:"tr"},{align:null}),"2004003"),Object(b.b)("td",Object(a.a)({parentName:"tr"},{align:"center"}),"Transfer chargeback - credit of the transfer fee canceled by the customer")),Object(b.b)("tr",{parentName:"tbody"},Object(b.b)("td",Object(a.a)({parentName:"tr"},{align:null}),"2002003"),Object(b.b)("td",Object(a.a)({parentName:"tr"},{align:"center"}),"Transfer between Gerencianet accounts - Credit of the Gerencianet transfer from the target account")),Object(b.b)("tr",{parentName:"tbody"},Object(b.b)("td",Object(a.a)({parentName:"tr"},{align:null}),"1003021"),Object(b.b)("td",Object(a.a)({parentName:"tr"},{align:"center"}),"Cellular charge")),Object(b.b)("tr",{parentName:"tbody"},Object(b.b)("td",Object(a.a)({parentName:"tr"},{align:null}),"2004021"),Object(b.b)("td",Object(a.a)({parentName:"tr"},{align:"center"}),"Cellular charge chargeback")),Object(b.b)("tr",{parentName:"tbody"},Object(b.b)("td",Object(a.a)({parentName:"tr"},{align:null}),"2002044"),Object(b.b)("td",Object(a.a)({parentName:"tr"},{align:"center"}),"Payment approved card, carn\xea and parcel")),Object(b.b)("tr",{parentName:"tbody"},Object(b.b)("td",Object(a.a)({parentName:"tr"},{align:null}),"1002044"),Object(b.b)("td",Object(a.a)({parentName:"tr"},{align:"center"}),"Payment sent card, carn\xea and parcel")),Object(b.b)("tr",{parentName:"tbody"},Object(b.b)("td",Object(a.a)({parentName:"tr"},{align:null}),"2002013"),Object(b.b)("td",Object(a.a)({parentName:"tr"},{align:"center"}),"manual credit")),Object(b.b)("tr",{parentName:"tbody"},Object(b.b)("td",Object(a.a)({parentName:"tr"},{align:null}),"1002013"),Object(b.b)("td",Object(a.a)({parentName:"tr"},{align:"center"}),"manual debit")),Object(b.b)("tr",{parentName:"tbody"},Object(b.b)("td",Object(a.a)({parentName:"tr"},{align:null}),"1001048"),Object(b.b)("td",Object(a.a)({parentName:"tr"},{align:"center"}),"Inactivity fee")),Object(b.b)("tr",{parentName:"tbody"},Object(b.b)("td",Object(a.a)({parentName:"tr"},{align:null}),"1001014"),Object(b.b)("td",Object(a.a)({parentName:"tr"},{align:"center"}),"deposit fee")))),Object(b.b)("br",null),Object(b.b)("h2",{id:"notification-queue-status-callback"},"Notification queue status (callback)"),Object(b.b)("p",null,"Gerencianet notifies the integrated systems of each change in the status of a given charge through its associated notification URL."),Object(b.b)("p",null,"Notifications are processed and always sent through a submission queue. It is also worth remembering that, if the callback is rejected by the destination system, it automatically returns to the queue and is rescheduled for a new delivery attempt. Callbacks are dynamic and can occur throughout the day."),Object(b.b)("p",null,"Thinking about offering new ways of consulting the processing of this queue, Gerencianet provides a screen that allows consulting the consumption status of the notifications queue (callbacks) processed until then. In this way, if the customer is in doubt as to whether a callback has already been sent or not, he can follow the daily processing of this queue."),Object(b.b)("p",null,"To see the status and processing of the queue, see the link ",Object(b.b)("a",{href:"https://gerencianet.com.br/confirmacoes/",target:"_blank",title:"Link Externo"},"status das confirma\xe7\xf5es de pagamentos - Gerencianet"),".")))}s.isMDXComponent=!0},250:function(e,t,n){"use strict";n.d(t,"a",(function(){return O})),n.d(t,"b",(function(){return d}));var a=n(0),r=n.n(a);function b(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function c(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function l(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?c(Object(n),!0).forEach((function(t){b(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):c(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function i(e,t){if(null==e)return{};var n,a,r=function(e,t){if(null==e)return{};var n,a,r={},b=Object.keys(e);for(a=0;a<b.length;a++)n=b[a],t.indexOf(n)>=0||(r[n]=e[n]);return r}(e,t);if(Object.getOwnPropertySymbols){var b=Object.getOwnPropertySymbols(e);for(a=0;a<b.length;a++)n=b[a],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}var o=r.a.createContext({}),T=function(e){var t=r.a.useContext(o),n=t;return e&&(n="function"==typeof e?e(t):l(l({},t),e)),n},O=function(e){var t=T(e.components);return r.a.createElement(o.Provider,{value:t},e.children)},s={inlineCode:"code",wrapper:function(e){var t=e.children;return r.a.createElement(r.a.Fragment,{},t)}},u=r.a.forwardRef((function(e,t){var n=e.components,a=e.mdxType,b=e.originalType,c=e.parentName,o=i(e,["components","mdxType","originalType","parentName"]),O=T(n),u=a,d=O["".concat(c,".").concat(u)]||O[u]||s[u]||b;return n?r.a.createElement(d,l(l({ref:t},o),{},{components:n})):r.a.createElement(d,l({ref:t},o))}));function d(e,t){var n=arguments,a=t&&t.mdxType;if("string"==typeof e||a){var b=n.length,c=new Array(b);c[0]=u;var l={};for(var i in t)hasOwnProperty.call(t,i)&&(l[i]=t[i]);l.originalType=e,l.mdxType="string"==typeof e?e:a,c[1]=l;for(var o=2;o<b;o++)c[o]=n[o];return r.a.createElement.apply(null,c)}return r.a.createElement.apply(null,n)}u.displayName="MDXCreateElement"},251:function(e,t,n){"use strict";var a=n(0),r=n(35);t.a=function(){return Object(a.useContext)(r.a)}},252:function(e,t,n){"use strict";n.d(t,"a",(function(){return b}));var a=n(251),r=n(253);function b(e,{forcePrependBaseUrl:t=!1,absolute:n=!1}={}){const{siteConfig:{baseUrl:b="/",url:c}={}}=Object(a.a)();if(!e)return e;if(t)return b+e;if(!Object(r.a)(e))return e;const l=b+e.replace(/^\//,"");return n?c+l:l}},253:function(e,t,n){"use strict";function a(e){return!1===/^(https?:|\/\/|mailto:|tel:)/.test(e)}n.d(t,"a",(function(){return a}))},254:function(e,t,n){"use strict";function a(e){var t,n,r="";if("string"==typeof e||"number"==typeof e)r+=e;else if("object"==typeof e)if(Array.isArray(e))for(t=0;t<e.length;t++)e[t]&&(n=a(e[t]))&&(r&&(r+=" "),r+=n);else for(t in e)e[t]&&(r&&(r+=" "),r+=t);return r}t.a=function(){for(var e,t,n=0,r="";n<arguments.length;)(e=arguments[n++])&&(t=a(e))&&(r&&(r+=" "),r+=t);return r}},255:function(e,t,n){"use strict";var a=n(0);const r=Object(a.createContext)({tabGroupChoices:{},setTabGroupChoices:()=>{},isAnnouncementBarClosed:!1,closeAnnouncementBar:()=>{}});t.a=r},256:function(e,t,n){"use strict";var a=n(0),r=n(255);t.a=function(){return Object(a.useContext)(r.a)}},257:function(e,t,n){"use strict";var a=n(0),r=n.n(a),b=n(256),c=n(254),l=n(92),i=n.n(l);const o=37,T=39;t.a=function(e){const{block:t,children:n,defaultValue:l,values:O,groupId:s}=e,{tabGroupChoices:u,setTabGroupChoices:d}=Object(b.a)(),[N,j]=Object(a.useState)(l);if(null!=s){const e=u[s];null!=e&&e!==N&&O.some(t=>t.value===e)&&j(e)}const m=e=>{j(e),null!=s&&d(s,e)},p=[];return r.a.createElement("div",null,r.a.createElement("ul",{role:"tablist","aria-orientation":"horizontal",className:Object(c.a)("tabs",{"tabs--block":t})},O.map(({value:e,label:t})=>r.a.createElement("li",{role:"tab",tabIndex:"0","aria-selected":N===e,className:Object(c.a)("tabs__item",i.a.tabItem,{"tabs__item--active":N===e}),key:e,ref:e=>p.push(e),onKeyDown:e=>((e,t,n)=>{switch(n.keyCode){case T:((e,t)=>{const n=e.indexOf(t)+1;e[n]?e[n].focus():e[0].focus()})(e,t);break;case o:((e,t)=>{const n=e.indexOf(t)-1;e[n]?e[n].focus():e[e.length-1].focus()})(e,t)}})(p,e.target,e),onFocus:()=>m(e),onClick:()=>m(e)},t))),r.a.createElement("div",{role:"tabpanel",className:"margin-vert--md"},a.Children.toArray(n).filter(e=>e.props.value===N)[0]))}},258:function(e,t,n){"use strict";var a=n(0),r=n.n(a);t.a=function(e){return r.a.createElement("div",null,e.children)}}}]);