Search 1.9 billion lines of Odoo code on GitHub

payment_todopago

Author: Moldeo Interactive - www.moldeo.coop,ADHOC SA
License: AGPL-3
Branch: 13.0-H-57009-maq
Repository: adhoc-dev/website
Dependencies: payment, and sale
Languages: PO File (549, 47.6%), Python (465, 40.3%), XML (83, 7.2%), and reStructuredText (57, 4.9%)
Other branches: 11.0-h-15122-kz-testing, 11.0-h-16984-nmr, 11.0-h-18724-kz, 11.0-t-23857-dl, 11.0-t-9702-jjs, 13.0-h-28414-jr, 13.0-h-32128-nmr, 13.0-h-49232-bz, 13.0-h-49970-jr, 13.0-t-22425-jjs-v2, 15.0-13.0-h-49417-jr-hBeH-fw, 15.0-h-44706-jr, 15.0-t-26329-jr, 15.0-t-26442-jr, 8.0, and 9.0
Other repositories: AITIC/website-ext, GabbasovDinar/website, bjoliveau/website, filoquin/website, g3492/website_payments, germanponce/website, iledarn/website-1, ingadhoc/website, isoscl/website-1, jobiols/adhoc-website, jromeroarg/website, odoofans/website, royalline1/website, solbutec/website, vidtsin/website-1, and walterjesus88/website

<a class="reference external image-reference" href="https://www.gnu.org/licenses/agpl"><img alt="License: AGPL-3" src="https://img.shields.io/badge/license-AGPL--3-blue.png" /></a> <a name="todopago-payment"></a> <h2>Todopago Payment</h2> <p>Permite hacer pagos a traves de la pasarela de pago Todopago, solo valido para pagos en pesos argentinos.</p> <a name="installation"></a> <h3>Installation</h3> <p>To install this module, you need to:</p> <ol class="arabic simple"> <li>Only need to install the module</li> </ol> <a name="configuration"></a> <h3>Configuration</h3> <ol class="arabic simple"> <li>Go on to config / payment / payment methods / todpago</li> <li>If you want to use it on sales order you should set &quot;validation&quot; to &quot;automatic&quot; (or you can create to payment adquires). The issue is that with &quot;automatic&quot;, on payment return with status &quot;pending&quot;, no message is displayed to the user regarding pending payment. (still not working)</li> </ol> <p><em>Notes:</em></p> <ul class="simple"> <li>&quot;Mensaje de agradecimiento&quot; on payment adquires is only displayed if payment is pending and adquires is of validation type &quot;manual&quot;.</li> <li>If we choose to use validation = automatic, perhups we can post a message if validation is on pending (we should overwrite &quot;payment_get_status&quot;)</li> <li>When paying from portal, not transaction is create do we get an error with _todopago_form_get_tx_from_data method, we should check how other payment methods works</li> </ul> <a name="usage"></a> <h3>Usage</h3> <p><em>TEST MODE Y DESARROLLO</em></p> <p>Crear cuentas en: <a class="reference external" href="https://todopago.com.ar/">https://todopago.com.ar/</a>. Entrar a herramietnas / comercios: integración y generar credeciales ya sea para ambiente de producción o ambiente de pruebas</p> <p>Mas info en <a class="reference external" href="https://developers.todopago.com.ar/site/">https://developers.todopago.com.ar/site/</a></p> <p>Información de SANDBOX:</p> <pre> <code>'Authorization' = 'PRISMA A793D307441615AF6AAAD7497A75DE59' 'SECURITY' = 'A793D307441615AF6AAAD7497A75DE59' 'CURRENCYCODE' = 032 'MERCHANT' = 2159 'ENCODINGMETHOD' = 'XML'</code> </pre> <p>Y:</p> <pre> <code>'END_POINT' = &quot;https://developers.todopago.com.ar/services/t/1.1/&quot; 'Authorize' = &quot;https://developers.todopago.com.ar/services/t/1.1/Authorize?wsdl&quot; 'PaymentMethods' = &quot;https://developers.todopago.com.ar/services/t/1.1/PaymentMethods?wsdl&quot; 'Operations' = &quot;https://developers.todopago.com.ar/services/t/1.1/Operations?wsdl&quot;</code> </pre> <p><strong>NOTA: Estos datos podrían variar, consultar https://developers.todopago.com.ar/site/sandbox de encontrar algún problema.</strong></p> <p>Datos adicionales para control de fraude: <a class="reference external" href="https://github.com/TodoPago/SDK-Python#datos-adicionales-para-control-de-fraude">https://github.com/TodoPago/SDK-Python#datos-adicionales-para-control-de-fraude</a></p> <p><em>Formas de pagar</em></p> <p>Datos de prueba desde <a class="reference external" href="https://developers.todopago.com.ar/site/datos-de-prueba">https://developers.todopago.com.ar/site/datos-de-prueba</a></p> <a class="reference external image-reference" href="http://runbot.adhoc.com.ar/"><img alt="Try me on Runbot" src="https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas" /></a> <a name="bug-tracker"></a> <h3>Bug Tracker</h3> <p>Bugs are tracked on <a class="reference external" href="https://github.com/ingadhoc/website/issues">GitHub Issues</a>. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback.</p> <a name="credits"></a> <h3>Credits</h3> <a name="images"></a> <h4>Images</h4> <ul class="simple"> <li>ADHOC SA <img alt="icon" src="https://raw.githubusercontent.com/ingadhoc/maintainer-tools/master/resources/adhoc-icon.png" /></li> </ul> <a name="contributors"></a> <h4>Contributors</h4> <a name="maintainer"></a> <h4>Maintainer</h4> <p><a class="reference external" href="https://www.adhoc.com.ar"><img alt="ADHOC SA" src="https://raw.githubusercontent.com/ingadhoc/maintainer-tools/master/resources/adhoc-logo.png" /></a></p> <p>This module is maintained by the ADHOC SA.</p> <p>To contribute to this module, please visit <a class="reference external" href="https://www.adhoc.com.ar">https://www.adhoc.com.ar</a>.</p>