Skip to content

Commit b3821bb

Browse files
kcv-odooAntoineVDV
authored andcommitted
[IMP] iyzico: add documentation for the iyzico payment provider
task-5067754 closes #15134 X-original-commit: 1c4e82c Related: odoo/odoo#234391 Signed-off-by: Antoine Vandevenne (anv) <[email protected]>
1 parent f0fb8d3 commit b3821bb

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

content/applications/finance/payment_providers.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Online payments
1616
payment_providers/buckaroo
1717
payment_providers/demo
1818
payment_providers/flutterwave
19+
payment_providers/iyzico
1920
payment_providers/mercado_pago
2021
payment_providers/mollie
2122
payment_providers/nuvei
@@ -104,6 +105,12 @@ Online payment providers
104105
-
105106
-
106107
-
108+
* - :doc:`Iyzico <payment_providers/iyzico>`
109+
- The provider's website
110+
-
111+
-
112+
-
113+
-
107114
* - :doc:`Mercado Pago <payment_providers/mercado_pago>`
108115
- The provider's website
109116
-
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
======
2+
Iyzico
3+
======
4+
5+
`Iyzico <https://www.iyzico.com/>`_ is an online payment provider covering Turkey.
6+
7+
.. _payment_providers/iyzico/configure_dashboard:
8+
9+
Configuration on the Iyzico Dashboard
10+
=====================================
11+
12+
#. Log into the `Iyzico Dashboard <https://merchant.iyzipay.com>`_.
13+
#. Navigate to :menuselection:`Settings --> Merchant Settings` and copy the values of the
14+
:guilabel:`API Key` and :guilabel:`Secret Key` fields and save them for later.
15+
#. In the same Merchant Settings page, Find and enable :guilabel:`Merchant Notifications` section.
16+
#. | Enter your Odoo database URL followed by `/payment/iyzico/webhook` in the
17+
:guilabel:`Merchant Notification Url` field.
18+
| For example: `https://example.odoo.com/payment/iyzico/webhook`.
19+
#. Click :guilabel:`Save`.
20+
21+
Configuration on Odoo
22+
=====================
23+
24+
#. :ref:`Navigate to the payment provider Iyzico <payment_providers/add_new>` and change its
25+
state to :guilabel:`Enabled`.
26+
#. In the :guilabel:`Credentials` tab, fill the :guilabel:`API Key`, and :guilabel:`Secret Key`, with
27+
the values you saved at the step :ref:`payment_providers/iyzico/configure_dashboard`.
28+
#. Configure the rest of the options to your liking.
29+
30+
.. seealso::
31+
:doc:`../payment_providers`

0 commit comments

Comments
 (0)