0 likes | 15 Views
<br>Learn how to seamlessly integrate Stripe payment gateway in Odoo with this comprehensive guide, covering configuration, functional aspects, and accounting processes.
E N D
ConfigurationPart First You Need To create a Developer Account in Stripe after that go to Developers Screen. Inside the“Api Keys” tab you can get the “Publishable Key and Secret Key”which will be used in the Odoo Stripe configuration part later. Now go to the Settings>Payments Inside the Payment Method tab you can activate the available payment method that can we available on the payment screen according to the currency. Now Need to Install the Stripe Integrator Module in odoo. Now Go Inside the Sale>Configuration>Stripe Configuration Inside Stripe Configuration Menu Add a Stripe Account Details thatwe have Stored previously we can use those for the stripe payment. https://erpsolutions.oodles.io/developer-blogs/Stripe-Payment-Integration-in-Odoo:-A-Comprehensive-Guide/
We can configure here publishable and secret key and can set the state of this stripe Account. After that need to click on the Generate your Webhook for receiving the webhook response of payment's. Note: Only one Stripe Account will be active at once. Now you are successfully configured the stripe account in Odoo. Functional Part Now Go to the Sale and Create a Quotation. After creating quotation click on send by email button. When you click on sign and pay quotation you will be redirected to Customer portal.