diff --git a/point_of_sale/advanced/media/mercury01.png b/point_of_sale/advanced/media/mercury01.png new file mode 100644 index 000000000..640801e90 Binary files /dev/null and b/point_of_sale/advanced/media/mercury01.png differ diff --git a/point_of_sale/advanced/media/mercury02.png b/point_of_sale/advanced/media/mercury02.png new file mode 100644 index 000000000..bce342231 Binary files /dev/null and b/point_of_sale/advanced/media/mercury02.png differ diff --git a/point_of_sale/advanced/media/mercury03.png b/point_of_sale/advanced/media/mercury03.png new file mode 100644 index 000000000..b10b2ae28 Binary files /dev/null and b/point_of_sale/advanced/media/mercury03.png differ diff --git a/point_of_sale/advanced/media/mercury04.png b/point_of_sale/advanced/media/mercury04.png new file mode 100644 index 000000000..f152959b7 Binary files /dev/null and b/point_of_sale/advanced/media/mercury04.png differ diff --git a/point_of_sale/advanced/media/mercury05.png b/point_of_sale/advanced/media/mercury05.png new file mode 100644 index 000000000..ebd231205 Binary files /dev/null and b/point_of_sale/advanced/media/mercury05.png differ diff --git a/point_of_sale/advanced/media/mercury06.png b/point_of_sale/advanced/media/mercury06.png new file mode 100644 index 000000000..90d823915 Binary files /dev/null and b/point_of_sale/advanced/media/mercury06.png differ diff --git a/point_of_sale/advanced/media/mercury07.png b/point_of_sale/advanced/media/mercury07.png new file mode 100644 index 000000000..a7206abfe Binary files /dev/null and b/point_of_sale/advanced/media/mercury07.png differ diff --git a/point_of_sale/advanced/media/mercury08.png b/point_of_sale/advanced/media/mercury08.png new file mode 100644 index 000000000..335498a13 Binary files /dev/null and b/point_of_sale/advanced/media/mercury08.png differ diff --git a/point_of_sale/advanced/media/mercury09.png b/point_of_sale/advanced/media/mercury09.png new file mode 100644 index 000000000..c85951388 Binary files /dev/null and b/point_of_sale/advanced/media/mercury09.png differ diff --git a/point_of_sale/advanced/mercury.rst b/point_of_sale/advanced/mercury.rst index 4958172f7..fc6c886b9 100644 --- a/point_of_sale/advanced/mercury.rst +++ b/point_of_sale/advanced/mercury.rst @@ -1,3 +1,97 @@ ============================================================= How to accept credit card payments in Odoo POS using Mercury? -============================================================= \ No newline at end of file +============================================================= + +Overview +======== + +A **MercuryPay** account (see `MercuryPay website `__.) +is required to accept credit +card payments in Odoo 9 POS with an integrated card reader. MercuryPay +only operates with US and Canadian banks making this procedure only +suitable for North American businesses. An alternative to an integrated +card reader is to work with a standalone card reader, copy the +transaction total from the Odoo POS screen into the card reader, and +record the transaction in Odoo POS. + +Module installation +=================== + +Go to **Apps** and install the **Mercury Payment Services** application. + +.. image:: media/mercury01.png + :align: center + +Mercury Configuration +===================== + +In the **Point of Sale** application, click on +:menuselection:`Configuration --> Mercury Configurations` +and then on **Create**. + +.. image:: media/mercury02.png + :align: center + +Introduce your **credentials** and then save them. + +.. image:: media/mercury03.png + :align: center + +Then go to :menuselection:`Configuration --> Payment methods` +and click on **Create**. Under the **Point of Sale** tab you +can set a **Mercury configuration** to the **Payment method**. + +.. image:: media/mercury04.png + :align: center + +Finally, go to +:menuselection:`Configuration --> Point of Sale` and add +a new payment method on the point of sale by editing it. + +.. image:: media/mercury05.png + :align: center + +Then select the payment method corresponding to your mercury +configuration. + +.. image:: media/mercury06.png + :align: center + +Save the modifications. + +Register a sale +=============== + +On the dashboard, you can see your point(s) of sales, click on +**New Session**: + +.. image:: media/mercury07.png + :align: center + +You will get the main point of sale interface: + +.. image:: media/mercury08.png + :align: center + +On the right you can see the list of your products with the categories +on the top. If you click on a product, it will be added in the cart. You +can directly set the correct quantity or weight by typing it on the +keyboard. + +Payment with credit cards +========================= + +Once the order is completed, click on **Payment**. You can choose the credit +card **Payment Method**. + +.. image:: media/mercury09.png + :align: center + +Type in the **Amount** to be paid with the credit card. Now you can swipe +the card and validate the payment. + +.. seealso:: + * :doc:`../shop/cash_control` + * :doc:`../shop/invoice` + * :doc:`../shop/refund` + * :doc:`../shop/seasonal_discount` \ No newline at end of file