{% extends "common/base.j2" %} {% block body_content %}

{{ _("GSoC 2018: Codeless Payment") }}

{{ _("Implemented by Shivam Kohli as part of GSoC 2018 under the mentoring and guidance of Florian Dold.") }}

{{ _("Overview") }}

{% trans %} Codeless payment is a component that sits between the seller's frontend and the GNU Taler merchant backend. This component has a web interface, where payment buttons are configured. Registered merchants can manage their inventory and simultaneously create a 'Buy Now' button for a specific product. This code can be directly copy pasted on the seller's frontend and can be used for 'Pay with Taler'. {% endtrans %}

{{ _("Use Cases") }}

{{ _("The various use cases and features of codeless payment are:") }}

{{ _("Dynamic Merchant Instance") }}

The documentation for the API to dynamically manage merchant instance can be found here.

{{ _(

{{ _("Link to the contributions made") }}

{{ _("Future Work") }}

{{ _("The backend of codeless payment is very robust and can be easily extended as per the requirements. It is adaptive to add new features to this framework. But as per the discussion and the scope of this project, there are various features that will be soon added in the Codeless Merchant Backend. The list of future work is as follows:") }}

{{ _("Screenshots") }}

Home page

Product page

Shipment Tracking

{% endblock body_content %}