From bd06b95cbead82ac2653aadc7e7c2b1bc28f04c7 Mon Sep 17 00:00:00 2001 From: nni-odoo Date: Fri, 17 May 2024 10:18:23 +0800 Subject: [PATCH] [IMP] payment_xendit: tokenization Tokenization is introduced in https://github.com/odoo/odoo/pull/158445 and needs extra configuration to setup for credit card payment. We require optional 3DS to be enabled and dynamic 3DS to be disabled closes odoo/documentation#9394 Signed-off-by: Audrey Vandromme (auva) --- content/applications/finance/payment_providers/xendit.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/applications/finance/payment_providers/xendit.rst b/content/applications/finance/payment_providers/xendit.rst index b8f8cf8f7..17b4e713c 100644 --- a/content/applications/finance/payment_providers/xendit.rst +++ b/content/applications/finance/payment_providers/xendit.rst @@ -33,6 +33,8 @@ Configuration on the Xendit Dashboard #. In the :guilabel:`Webhook URL` section, enter your Odoo database's URL, followed by `/payment/xendit/webhook` (e.g., `https://example.odoo.com/payment/xendit/webhook`) in the field :guilabel:`Invoices paid` and click the :guilabel:`Test and save` button next to it. +#. Navigate to the `Card Settings page `_ + and ensure that :guilabel:`Optional 3DS` is enabled while :guilabel:`Dynamic 3DS` is disabled. Configuration on Odoo =====================