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

closes odoo/documentation#15547

Signed-off-by: Audrey Vandromme (auva) <auva@odoo.com>
This commit is contained in:
Audrey (auva)
2025-12-02 14:51:26 +01:00
parent 163fe13dd2
commit b39e78123f

View File

@@ -4,28 +4,31 @@ Iyzico
`Iyzico <https://www.iyzico.com/>`_ is an online payment provider covering Turkey. `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 Configuration on the Iyzico Dashboard
===================================== =====================================
#. Log into the `Iyzico Dashboard <https://merchant.iyzipay.com>`_. #. Log into the `Iyzico Dashboard <https://merchant.iyzipay.com>`_.
#. Navigate to :menuselection:`Settings --> Merchant Settings` and copy the values of the #. Navigate to :menuselection:`Settings --> Merchant Settings`.
:guilabel:`API Key` and :guilabel:`Secret Key` fields and save them for later. #. Copy the values of the :guilabel:`API Key` and :guilabel:`Secret Key` fields and save them for
#. In the same Merchant Settings page, Find and enable :guilabel:`Merchant Notifications` section. 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 #. | Enter your Odoo database URL followed by `/payment/iyzico/webhook` in the
:guilabel:`Merchant Notification Url` field. :guilabel:`Merchant Notification Url` field.
| For example: `https://example.odoo.com/payment/iyzico/webhook`. | For example: `https://example.odoo.com/payment/iyzico/webhook`.
#. Click :guilabel:`Save`. #. 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 Odoo configuration
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`. #. :ref:`Navigate to the payment provider Iyzico <payment_providers/add_new>`.
#. Configure the rest of the options to your liking. #. 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:: .. seealso::
:doc:`../payment_providers` :doc:`../payment_providers`