.. | ||
controllers | ||
data | ||
i18n | ||
models | ||
static | ||
tests | ||
views | ||
__init__.py | ||
__manifest__.py | ||
README.md |
Demo
Technical details
This module does not integrate with an API and, instead, allows for fake payments that can be made to test applications' payment flows without API credentials nor payment method details.
Supported features
- Direct payment flow
- Tokenization with our without payment
- Manual capture
- Full and partial refunds
- Customer fees
- Select the outcome of the payment
Module history
16.0
- The module is renamed from
payment_test
topayment_demo
. odoo/odoo#99397 - The support for manual capture, full and partial refunds, customer fees, and the selection of the payment outcome are added. odoo/odoo#78083
- The module is renamed from
Testing instructions
The Demo payment provider can only be used in test mode.
No payment method details are required and the outcome of payments can be chosen. If provided, the "Payment Details" are used as display name for the created payment tokens.