diff --git a/content/applications/finance/payment_providers.rst b/content/applications/finance/payment_providers.rst index 7811491d96..832019454d 100644 --- a/content/applications/finance/payment_providers.rst +++ b/content/applications/finance/payment_providers.rst @@ -16,6 +16,7 @@ Online payments payment_providers/buckaroo payment_providers/demo payment_providers/flutterwave + payment_providers/iyzico payment_providers/mercado_pago payment_providers/mollie payment_providers/nuvei @@ -104,6 +105,12 @@ Online payment providers - - - + * - :doc:`Iyzico ` + - The provider's website + - + - + - + - * - :doc:`Mercado Pago ` - The provider's website - diff --git a/content/applications/finance/payment_providers/iyzico.rst b/content/applications/finance/payment_providers/iyzico.rst new file mode 100644 index 0000000000..510cdd1430 --- /dev/null +++ b/content/applications/finance/payment_providers/iyzico.rst @@ -0,0 +1,31 @@ +====== +Iyzico +====== + +`Iyzico `_ is an online payment provider covering Turkey. + +.. _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. +#. | 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 +===================== + +#. :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. + +.. seealso:: + :doc:`../payment_providers`