1
0
forked from Mapan/odoo17e
odoo17e-kedaikipas58/addons/payment_sepa_direct_debit
2024-12-10 09:04:09 +07:00
..
controllers first commit 2024-12-10 09:04:09 +07:00
data first commit 2024-12-10 09:04:09 +07:00
i18n first commit 2024-12-10 09:04:09 +07:00
models first commit 2024-12-10 09:04:09 +07:00
static first commit 2024-12-10 09:04:09 +07:00
tests first commit 2024-12-10 09:04:09 +07:00
views first commit 2024-12-10 09:04:09 +07:00
__init__.py first commit 2024-12-10 09:04:09 +07:00
__manifest__.py first commit 2024-12-10 09:04:09 +07:00
const.py first commit 2024-12-10 09:04:09 +07:00
README.md first commit 2024-12-10 09:04:09 +07:00

Sepa Direct Debit

Technical details

This module does not integrate with an API and, instead, allows to create SEPA Direct Debit mandates from a custom payment form on the payment page. Mandates are linked to payment tokens; when used to make a payment, they create account.payment records that must be sent to a bank to collect the payment.

Supported features

  • Direct payment flow
  • Tokenization with our without payment

Module history

Testing instructions

SEPA Direct Debit doesn't have a test mode.