From 3dd33fee87fbed0f6f50948d4733b8b36a6c625b Mon Sep 17 00:00:00 2001 From: "Yaroslav Soroko (yaso)" Date: Fri, 12 Apr 2024 15:12:35 +0200 Subject: [PATCH] [IMP] point_of_sale: stripe add details This PR adds details like countries coverage, supported terminals and payment methods to Stripe documentation for point_of_sale task-3865904 closes odoo/documentation#8752 X-original-commit: 59108aedda62049a528103c9ddf18e35cba62539 Signed-off-by: Jonathan Castillo (jcs) --- .../point_of_sale/payment_methods/terminals/stripe.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/content/applications/sales/point_of_sale/payment_methods/terminals/stripe.rst b/content/applications/sales/point_of_sale/payment_methods/terminals/stripe.rst index 417fc657d..6acd35769 100644 --- a/content/applications/sales/point_of_sale/payment_methods/terminals/stripe.rst +++ b/content/applications/sales/point_of_sale/payment_methods/terminals/stripe.rst @@ -5,8 +5,15 @@ Stripe Connecting a payment terminal allows you to offer a fluid payment flow to your customers and ease the work of your cashiers. +.. important:: + - Stripe payment terminals do not require an :doc:`IoT Box ` + - Stripe terminals can be used in many countries, but not worldwide. Check the `global + availability for Stripe Terminal `_. + - Stripe's integration works with `Stripe Terminal smart readers `_ + .. seealso:: - - :doc:`Use Stripe as payment provider. <../../../../finance/payment_providers/stripe>` + - :doc:`Stripe as payment provider <../../../../finance/payment_providers/stripe>` + - `List of payment methods supported by Stripe `_ Configuration =============