From 7086df1d8efaeb0dfe2eadf8393fe0cce955469d Mon Sep 17 00:00:00 2001 From: "nni@odoo.com" Date: Tue, 15 Jul 2025 10:16:13 +0800 Subject: [PATCH] [IMP] payment_xendit: tokenization update After communicating with Xendit, we found out that multi use tokens without authorization is only doable when customer has requested for the Merchant Initiated Transaction feature. This means that we should by default not support tokenization but point out that they can enable saving payment method if they have requested the feature from Xendit Support team. --- content/applications/finance/payment_providers.rst | 3 ++- content/applications/finance/payment_providers/xendit.rst | 6 ++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/content/applications/finance/payment_providers.rst b/content/applications/finance/payment_providers.rst index 4f8afd973c..50da629cf9 100644 --- a/content/applications/finance/payment_providers.rst +++ b/content/applications/finance/payment_providers.rst @@ -147,12 +147,13 @@ Online payment providers - * - :doc:`Xendit ` - Odoo or the provider's website - - |V| + - |V| * - - - .. |V| replace:: ✔ +.. [*] Refer to the :doc:`Xendit documentation ` for more information. .. note:: - Each provider has its own specific configuration flow, depending on which feature is diff --git a/content/applications/finance/payment_providers/xendit.rst b/content/applications/finance/payment_providers/xendit.rst index 1b9eb41e64..81179c3ed4 100644 --- a/content/applications/finance/payment_providers/xendit.rst +++ b/content/applications/finance/payment_providers/xendit.rst @@ -7,8 +7,10 @@ several Southeast Asian countries. It allows businesses to accept credit cards a local payment methods. .. note:: - Credit card payments are processed through Odoo, while all other payment methods are handled via - Xendit's website. + * Credit card payments are processed through Odoo, while all other payment methods are handled + via Xendit's website. + * Xendit supports card payment tokenization, provided the customer has requested Merchant + Initiated Transaction (MIT) from `Xendit Support `_. .. _payment_providers/xendit/configure_dashboard: