[IMP] payment_providers/iyzico: fix typos and minor improvements

closes odoo/documentation#15568

X-original-commit: b39e78123f
Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
This commit is contained in:
Audrey (auva)
2025-12-02 13:51:26 +00:00
parent 2875f33b6c
commit fc5a9a6414

View File

@@ -4,28 +4,31 @@ Iyzico
`Iyzico <https://www.iyzico.com/>`_ is an online payment provider covering Turkey.
.. _payment_providers/iyzico/configure_dashboard:
.. _payment_providers/iyzico/configure-dashboard:
Configuration on the Iyzico Dashboard
=====================================
#. Log into the `Iyzico Dashboard <https://merchant.iyzipay.com>`_.
#. Navigate to :menuselection:`Settings --> Merchant Settings` and copy the values of the
:guilabel:`API Key` and :guilabel:`Secret Key` fields and save them for later.
#. In the same Merchant Settings page, Find and enable :guilabel:`Merchant Notifications` section.
#. Navigate to :menuselection:`Settings --> Merchant Settings`.
#. Copy the values of the :guilabel:`API Key` and :guilabel:`Secret Key` fields and save them for
the :ref:`payment_providers/iyzico/configure-odoo` step.
#. On the same :guilabel:`Merchant Settings` page, enable :guilabel:`Merchant Notifications`.
#. | Enter your Odoo database URL followed by `/payment/iyzico/webhook` in the
:guilabel:`Merchant Notification Url` field.
| For example: `https://example.odoo.com/payment/iyzico/webhook`.
#. Click :guilabel:`Save`.
Configuration on Odoo
=====================
.. _payment_providers/iyzico/configure-odoo:
#. :ref:`Navigate to the payment provider Iyzico <payment_providers/add_new>` and change its
state to :guilabel:`Enabled`.
#. In the :guilabel:`Credentials` tab, fill the :guilabel:`API Key`, and :guilabel:`Secret Key`, with
the values you saved at the step :ref:`payment_providers/iyzico/configure_dashboard`.
#. Configure the rest of the options to your liking.
Odoo configuration
==================
#. :ref:`Navigate to the payment provider Iyzico <payment_providers/add_new>`.
#. In the :guilabel:`Credentials` tab, fill the :guilabel:`API Key` and :guilabel:`Secret Key`
fields with the values you saved at the step :ref:`payment_providers/iyzico/configure-dashboard`.
#. Configure the remaining options as needed.
#. Set the :guilabel:`State` field to :guilabel:`Enabled`.
.. seealso::
:doc:`../payment_providers`