Search 1.9 billion lines of Odoo code on GitHub

alipay

Author: IT-Projects LLC, Ivan Yelizariev
License: Other OSI approved licence
Branch: patch-1
Repository: em230418/pos-addons
Dependencies: account, product, and qr_payments
Languages: HTML (93, 8.8%), Python (676, 64.1%), XML (199, 18.9%), and reStructuredText (86, 8.2%)
Other branches: 11.0-pos_nfc
Other repositories: AITIC/pos-addons, Alitec-sg/pos-addons, AndryEddy/pos-addons, BrayhanJC/pos-addons, ERPLibre/pos-addons, Enigma228322/pos-addons, HarshalBhoir/odooAliPay, KolushovAlexandr/pos-addons, KonosCL/pos-addons, TheCloneMaster/pos-addons, akekaphop/pos-addons, alnsun/odooAliPay, antherkiv/pos-addons, brain-tec/sync-addons, diegogd/pos-addons, dmxd/odooAliPay, dynaz/pos-addons, elsemieni/pos-addons, gandad/pos-addons, germanponce/pos-addons, gokhancetiner/pos-addons, guohuadeng/odooAliPay, itpp-labs/pos-addons, itpp-labs/sync-addons, jason156/odooAliPay, jsrhtc/odooAliPay, keadanis/pos-addons, ltnil/odooAliPay, mgielissen/pos-addons, noorealam96/pos-addons, pythoner-3k/odooAliPay, robelale/pos-addons, samsagaz/pos-addons, trojikman/pos-addons, westlyou/odooAliPay-1, yelizariev/pos-addons, and zulfikarm27/pos-addons

<a class="reference external image-reference" href="https://itpp.dev"><img alt="Tested and maintained by IT Projects Labs" src="https://itpp.dev/images/infinity-readme.png" /></a> <a class="reference external image-reference" href="https://opensource.org/licenses/MIT"><img alt="License: MIT" src="https://img.shields.io/badge/license-MIT-blue.svg"> </a> <a name="alipay-api"></a> <h2>Alipay API</h2> <p>Basic tools to integrate Odoo and Alipay.</p> <div class="contents local topic" id="contents"> <ul class="simple"> <li><a class="reference internal" href="#payment-methods" id="id1">Payment methods</a><ul> <li><a class="reference internal" href="#barcode-payment" id="id2">Barcode Payment</a></li> <li><a class="reference internal" href="#qr-code-payment" id="id3">QR Code Payment</a></li> <li><a class="reference internal" href="#sound-wave-payment" id="id4">Sound Wave Payment</a></li> </ul> </li> <li><a class="reference internal" href="#alipay-documentation-tools" id="id5">Alipay Documentation &amp; tools</a><ul> <li><a class="reference internal" href="#sandbox-debugging" id="id6">Sandbox &amp; Debugging</a></li> <li><a class="reference internal" href="#payments" id="id7">Payments</a></li> </ul> </li> <li><a class="reference internal" href="#debugging" id="id8">Debugging</a></li> <li><a class="reference internal" href="#questions" id="id9">Questions?</a></li> <li><a class="reference internal" href="#contributors" id="id10">Contributors</a></li> <li><a class="reference internal" href="#further-information" id="id11">Further information</a></li> </ul> </div> <a name="payment-methods"></a> <h3><a class="toc-backref" href="#id1">Payment methods</a></h3> <a name="barcode-payment"></a> <h4><a class="toc-backref" href="#id2">Barcode Payment</a></h4> <p>The merchant <strong>scans</strong> the QR code generated in buyer's Alipay Wallet, to charge the buyer and complete the payment.</p> <a name="qr-code-payment"></a> <h4><a class="toc-backref" href="#id3">QR Code Payment</a></h4> <p>The merchant generates the QR code and <strong>shows</strong> to a buyer. The buyer will scan the QR code with Alipay Wallet and complete the payment process.</p> <a name="sound-wave-payment"></a> <h4><a class="toc-backref" href="#id4">Sound Wave Payment</a></h4> <p>The merchant processes the sound wave generated by Alipay Wallet, which identifies the buyer’s Alipay account, then charges the buyer and complete the payment.</p> <a name="alipay-documentation-tools"></a> <h3><a class="toc-backref" href="#id5">Alipay Documentation &amp; tools</a></h3> <a name="sandbox-debugging"></a> <h4><a class="toc-backref" href="#id6">Sandbox &amp; Debugging</a></h4> <p>TODO</p> <a name="payments"></a> <h4><a class="toc-backref" href="#id7">Payments</a></h4> <ul class="simple"> <li><a class="reference external" href="https://docs.open.alipay.com/140">https://docs.open.alipay.com/140</a></li> <li><a class="reference external" href="https://docs.open.alipay.com/api_1/">https://docs.open.alipay.com/api_1/</a></li> </ul> <a name="debugging"></a> <h3 class="with-subtitle"><a class="toc-backref" href="#id8">Debugging</a></h3> <h3 class="section-subtitle" id="local-debug"><span class="section-subtitle">Local Debug</span></h3> <p>To debug UI, create <em>System Parameter</em> <code>alipay.local_sandbox</code> with value <code>1</code>. All requests to alipay will return fake result without making a request.</p> <a name="questions"></a> <h3><a class="toc-backref" href="#id9">Questions?</a></h3> <p>To get an assistance on this module contact us by email :arrow_right: <a class="reference external" href="mailto:help&#64;itpp.dev">help&#64;itpp.dev</a></p> <a name="contributors"></a> <h3><a class="toc-backref" href="#id10">Contributors</a></h3> <ul class="simple"> <li><a class="reference external" href="https://it-projects.info/team/yelizariev">Ivan Yelizariev</a></li> <li><a class="reference external" href="https://it-projects.info/team/GabbasovDinar">Dinar Gabbasov</a></li> </ul> <a name="further-information"></a> <h3><a class="toc-backref" href="#id11">Further information</a></h3> <p>Odoo Apps Store: <a class="reference external" href="https://apps.odoo.com/apps/modules/11.0/alipay/">https://apps.odoo.com/apps/modules/11.0/alipay/</a></p> <p>Tested on <a class="reference external" href="https://github.com/odoo/odoo/commit/ee2b9fae3519c2494f34dacf15d0a3b5bd8fbd06">Odoo 11.0</a></p>