Xendit
Implementation details
Supported features
- Payment with redirection flow
- Several payment methods such as credit cards, bank transfers, eWallets, pay later, and others.
- Webhook.
In addition, Xendit also allows to implement tokenization.
API and gateway
We choose to integrate with the
Invoices API as it
is the gateway that covers the best our needs: it is a payment with redirection flow and is
compatible with payment
's form-based implementation of that flow.
The Payments API was considered too, but it requires implementing a more complex direct payment flow and linking the customer account.
The version of the API implemented by this module is v2.
Merge details
The first version of the module was specified in task
2946329 and merged with PR
odoo/odoo#141661 in branch 17.0
.
Testing instructions
Languages
Python
100%