From d78eefdd0186d5d87485b2ceb4f8d757b1b8e61d Mon Sep 17 00:00:00 2001 From: "Tom Aarab (toaa)" Date: Fri, 26 Aug 2022 12:35:01 +0000 Subject: [PATCH] [IMP] accounting: stripe page update Ambiguous note which implied local payment methods were supported even if not listed. Forward up to V14, create new for V15. task id: 2942093 closes odoo/documentation#2640 X-original-commit: 4b9517ead1820f370082332d0ae145cc92eadf73 Signed-off-by: Castillo Jonathan (jcs) --- .../applications/finance/payment_acquirers/stripe.rst | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/content/applications/finance/payment_acquirers/stripe.rst b/content/applications/finance/payment_acquirers/stripe.rst index 5eb625c8e..bd88cb89f 100644 --- a/content/applications/finance/payment_acquirers/stripe.rst +++ b/content/applications/finance/payment_acquirers/stripe.rst @@ -29,6 +29,11 @@ listed, you don't have anything to do. :alt: Select and add icons of the payment methods you want to enable .. note:: - - If a payment icon record does not exist in the database and its related local payment method is - listed above, it is considered enabled with Stripe. - - If a local payment method is not listed above, it is not supported and cannot be enabled. + If your local payment method is not listed above but is supported by Stripe, we cannot guarantee + that your local payment method works with Odoo. + +.. important:: + When configuring a payment acquirer with the payment flow :guilabel:`Payment from Odoo`, the + payment acquirer is visible only to people who have an account and are logged-in on the related + database. To add a payment acquirer visible to everyone, the payment flow has to be set to + :guilabel:`Redirection to the acquirer website`. \ No newline at end of file