diff --git a/general/payment_acquirers.rst b/general/payment_acquirers.rst index 77cb73bd9..1557e43a9 100644 --- a/general/payment_acquirers.rst +++ b/general/payment_acquirers.rst @@ -8,4 +8,5 @@ Payment Acquirers payment_acquirers/payment_acquirers payment_acquirers/wire_transfer payment_acquirers/authorize - payment_acquirers/paypal \ No newline at end of file + payment_acquirers/paypal + payment_acquirers/stripe diff --git a/general/payment_acquirers/media/stripe_enable_local_payment_method.png b/general/payment_acquirers/media/stripe_enable_local_payment_method.png new file mode 100755 index 000000000..135c33764 Binary files /dev/null and b/general/payment_acquirers/media/stripe_enable_local_payment_method.png differ diff --git a/general/payment_acquirers/stripe.rst b/general/payment_acquirers/stripe.rst new file mode 100644 index 000000000..37e229265 --- /dev/null +++ b/general/payment_acquirers/stripe.rst @@ -0,0 +1,32 @@ +====== +Stripe +====== + +`Stripe `_ is a United States-based online payment solution +provider, allowing businesses to accept **credit cards** and other payment methods. + +Enable Local Payment Methods +============================ + +Local payment methods are payment methods that are only available for certain merchants +and customers countries and currencies. + +The Stripe connector in Odoo supports the following local payment methods: + +- Bancontact +- EPS +- Giropay +- iDeal: +- Przelewy24 (P24) + +To enable specific Local Payment Methods with Stripe, list them as supported payment icons. +To do so, go to :menuselection:`Payment Acquirers --> Stripe --> Configuration` and add the desired payment methods in +the **Supported Payment Icons** field. If the desired payment method is already listed, you don't have anything to do. + +.. image:: media/stripe_enable_local_payment_method.png + :align: center + :alt: Select and add icons of payment methods you want to enable + +.. note:: + If a payment method icon doesn't exist at all in the database, the corresponding local payment method is always offered + to customers.