mirror of
https://github.com/odoo/documentation.git
synced 2026-01-02 17:59:20 +07:00
[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. closes odoo/documentation#14028 Related: odoo/odoo#214708 Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
This commit is contained in:
committed by
Valeriya(vchu)
parent
927c7aefe1
commit
706bfa7a4a
@@ -147,12 +147,13 @@ Online payment providers
|
||||
-
|
||||
* - :doc:`Xendit <payment_providers/xendit>`
|
||||
- Odoo or the provider's website
|
||||
- |V|
|
||||
- |V| *
|
||||
-
|
||||
-
|
||||
-
|
||||
|
||||
.. |V| replace:: ✔
|
||||
.. [*] Refer to the :doc:`Xendit documentation <payment_providers/xendit>` for more information.
|
||||
|
||||
.. note::
|
||||
- Each provider has its own specific configuration flow, depending on which feature is
|
||||
|
||||
@@ -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 <https://www.xendit.co/en/contact/>`_.
|
||||
|
||||
.. _payment_providers/xendit/configure_dashboard:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user