From b39e78123f779baa98d0b7dec47623583e741d08 Mon Sep 17 00:00:00 2001 From: "Audrey (auva)" Date: Tue, 2 Dec 2025 14:51:26 +0100 Subject: [PATCH] [IMP] payment_providers/iyzico: fix typos and minor improvements closes odoo/documentation#15547 Signed-off-by: Audrey Vandromme (auva) --- .../finance/payment_providers/iyzico.rst | 25 +++++++++++-------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/content/applications/finance/payment_providers/iyzico.rst b/content/applications/finance/payment_providers/iyzico.rst index 510cdd143..02e327494 100644 --- a/content/applications/finance/payment_providers/iyzico.rst +++ b/content/applications/finance/payment_providers/iyzico.rst @@ -4,28 +4,31 @@ Iyzico `Iyzico `_ 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 `_. -#. 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 ` 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 `. +#. 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`