[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) <nni@odoo.com>
This commit is contained in:
nni-odoo
2025-03-03 17:30:38 +08:00
committed by Audrey (auva)
parent 703ae1f764
commit 2bfdb57ca3
2 changed files with 10 additions and 2 deletions

View File

@@ -138,8 +138,8 @@ Online payment providers
-
-
* - :doc:`Xendit <payment_providers/xendit>`
- The provider's website
-
- Odoo or the provider's website
- |V|
-
-
-

View File

@@ -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
=====================