From 2bfdb57ca344b8a58c7133f711a9840320cb3afb Mon Sep 17 00:00:00 2001 From: nni-odoo Date: Mon, 3 Mar 2025 17:30:38 +0800 Subject: [PATCH] [IMP] payment_xendit: update Xendit information After odoo/odoo#158445 Xendit supports tokenization allowing payments to be done on Odoo and Xendit. We also add specific for recurriny payments to enable a recurring payments from card configuration closes odoo/documentation#12234 Signed-off-by: Nigel Nicholas (nni) --- content/applications/finance/payment_providers.rst | 4 ++-- content/applications/finance/payment_providers/xendit.rst | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/content/applications/finance/payment_providers.rst b/content/applications/finance/payment_providers.rst index 314e2c7a1..4a14cff6a 100644 --- a/content/applications/finance/payment_providers.rst +++ b/content/applications/finance/payment_providers.rst @@ -138,8 +138,8 @@ Online payment providers - - * - :doc:`Xendit ` - - The provider's website - - + - Odoo or the provider's website + - |V| - - - diff --git a/content/applications/finance/payment_providers/xendit.rst b/content/applications/finance/payment_providers/xendit.rst index b8f8cf8f7..e0647f0a4 100644 --- a/content/applications/finance/payment_providers/xendit.rst +++ b/content/applications/finance/payment_providers/xendit.rst @@ -6,6 +6,10 @@ Xendit several Southeast Asian countries. It allows businesses to accept credit cards as well as several local payment methods. +.. note:: + Credit card payments are processed through Odoo, while all other payment methods are handled via + Xendit's website. + .. _payment_providers/xendit/configure_dashboard: Configuration on the Xendit Dashboard @@ -33,6 +37,10 @@ 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. +#. To allow recurring payments for credit cards, go to :menuselection:`Configuration: Payment + Channels` in the left part of the application page. Then, hover your mouse over the + :guilabel:`Visa, Mastercard, JCB, Amex` channel, click :guilabel:`View Details`, and enable + :guilabel:`Recurring Payments` by toggling the related switch. Configuration on Odoo =====================