Skip to content

Commit 2bfdb57

Browse files
nni-odooauva-odoo
authored andcommitted
[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 #12234 Signed-off-by: Nigel Nicholas (nni) <[email protected]>
1 parent 703ae1f commit 2bfdb57

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

content/applications/finance/payment_providers.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ Online payment providers
138138
-
139139
-
140140
* - :doc:`Xendit <payment_providers/xendit>`
141-
- The provider's website
142-
-
141+
- Odoo or the provider's website
142+
- |V|
143143
-
144144
-
145145
-

content/applications/finance/payment_providers/xendit.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ Xendit
66
several Southeast Asian countries. It allows businesses to accept credit cards as well as several
77
local payment methods.
88

9+
.. note::
10+
Credit card payments are processed through Odoo, while all other payment methods are handled via
11+
Xendit's website.
12+
913
.. _payment_providers/xendit/configure_dashboard:
1014

1115
Configuration on the Xendit Dashboard
@@ -33,6 +37,10 @@ Configuration on the Xendit Dashboard
3337
#. In the :guilabel:`Webhook URL` section, enter your Odoo database's URL, followed by
3438
`/payment/xendit/webhook` (e.g., `https://example.odoo.com/payment/xendit/webhook`) in the field
3539
:guilabel:`Invoices paid` and click the :guilabel:`Test and save` button next to it.
40+
#. To allow recurring payments for credit cards, go to :menuselection:`Configuration: Payment
41+
Channels` in the left part of the application page. Then, hover your mouse over the
42+
:guilabel:`Visa, Mastercard, JCB, Amex` channel, click :guilabel:`View Details`, and enable
43+
:guilabel:`Recurring Payments` by toggling the related switch.
3644

3745
Configuration on Odoo
3846
=====================

0 commit comments

Comments
 (0)