From 4a6016a116fbbfbc821bc5451c1ee7e7b4b076a7 Mon Sep 17 00:00:00 2001 From: "Audrey (auva)" Date: Fri, 1 Aug 2025 10:06:09 +0000 Subject: [PATCH] [IMP] payment providers/sepa: minor improvements task-4988042 closes odoo/documentation#14220 X-original-commit: 3a42a592ccab25e776dd5ffde45ea5ca6d231ba6 Signed-off-by: Audrey Vandromme (auva) --- .../finance/accounting/payments/batch_sdd.rst | 5 +++- .../finance/payment_providers/sdd.rst | 30 ++++++++++++------- 2 files changed, 23 insertions(+), 12 deletions(-) diff --git a/content/applications/finance/accounting/payments/batch_sdd.rst b/content/applications/finance/accounting/payments/batch_sdd.rst index 4e8f2d42b..010f8df0e 100644 --- a/content/applications/finance/accounting/payments/batch_sdd.rst +++ b/content/applications/finance/accounting/payments/batch_sdd.rst @@ -89,6 +89,8 @@ Once an |sdd| mandate is active, subsequent |sdd| payments can be generated via active |sdd| mandate can also use this payment method for :doc:`online purchases <../../payment_providers/sdd>`. +.. _accounting/batch_sdd/close-revoke-mandate: + Closing or revoking a mandate ----------------------------- @@ -104,7 +106,8 @@ date. However, payments that have already been registered are still included in XML file `. .. warning:: - Closed or revoked mandates cannot be reactivated. + - Mandates are automatically closed 36 months after the date of the last collection. + - Closed or revoked mandates cannot be reactivated. .. _accounting/batch_sdd/XML: diff --git a/content/applications/finance/payment_providers/sdd.rst b/content/applications/finance/payment_providers/sdd.rst index 61d17eab8..1faaf04af 100644 --- a/content/applications/finance/payment_providers/sdd.rst +++ b/content/applications/finance/payment_providers/sdd.rst @@ -9,8 +9,8 @@ facilitates standardized and simplified electronic payments in euros across part SEPA Direct Debit (SDD) is a payment provider that allows future payments to be collected from customers' bank accounts based on a signed :ref:`SEPA Direct Debit mandate -`. This mandate authorizes the recipient to automatically -initiate one-time or :doc:`recurring ` payments using |sdd|. +`. This is particularly useful for recurring payments based on a +:doc:`subscription `. .. important:: To use the SEPA Direct Debit (SDD) payment provider and create :ref:`SEPA Direct Debit mandates @@ -21,7 +21,12 @@ initiate one-time or :doc:`recurring ` paymen :guilabel:`Creditor Identifier` must be defined in the :ref:`Accounting or Invoicing settings `. -To configure **SEPA Direct Debit**: +.. _sdd/configuration: + +Configuration +============= + +To configure **SEPA Direct Debit**, follow these steps: #. :ref:`Navigate to the SEPA Direct Debit payment provider `. #. In the :guilabel:`Configuration` tab, select whether the memo or :guilabel:`Communication` to be @@ -60,16 +65,19 @@ Customers selecting |sdd| as a payment method are prompted to enter their IBAN t The |sdd| mandate is then automatically created in :guilabel:`Draft` based on the provided IBAN. To validate the information, customers must confirm each new mandate with a successful bank transfer of -the expected amount **using the specified payment reference (communication)**. Once this initial -payment is received and reconciled, the mandate is automatically validated and updated to the -:guilabel:`Active` status. Once a mandate is active, it is reused for all subsequent payments made -with the |sdd| payment method. You can then collect them by :ref:`uploading them to your online -banking interface `. +the expected amount **using the specified payment reference (communication)** defined in the +:ref:`SEPA Direct Debit payment provider's form `. Once this initial payment is +received and :doc:`reconciled <../accounting/bank/reconciliation>`, the mandate is automatically +validated and updated to the :guilabel:`Active` status. Once a mandate is active, it is reused for +all subsequent payments made with the |sdd| payment method. You can then collect them by +:ref:`uploading them to your online banking interface `. .. seealso:: :doc:`../accounting/payments/batch_sdd` .. note:: - |sdd| is also available as a payment method through other providers, such as :doc:`stripe`, - :doc:`adyen`, and :doc:`buckaroo`. In these cases, |sdd| mandates are handled externally by the - payment provider. + - Mandates are automatically :ref:`closed ` 36 months + after the date of the last collection. + - |sdd| is also available as a payment method through other providers, such as + :doc:`adyen`, :doc:`buckaroo`, and :doc:`stripe`. In these cases, |sdd| mandates are handled + externally by the payment provider.