Stripe¶
Stripe is a United States-based online payment solution provider allowing businesses to accept credit cards and other payment methods.
Create your Stripe account with Odoo¶
To create a new Stripe account and link it to your Odoo database, make sure the company’s Email is configured in the company’s settings, then follow the steps below according to your hosting type:
Navigate to the payment provider Stripe and click Connect Stripe.
Go through the setup process and confirm your email address when Stripe sends you a confirmation email.
At the end of the process, click Agree and submit. If all requested information has been submitted, you are then redirected to Odoo, and your payment provider is enabled.
Navigate to the payment provider Stripe and click Connect Stripe.
Go through the setup process and confirm your email address when Stripe sends you a confirmation email.
At the end of the process, click Agree and submit; you are then redirected to the payment provider Stripe in Odoo.
Set the State field to Enabled.
Suggerimento
If you have created an account instead of linking an existing one, enable the developer mode, then click Reset your Stripe Account on the Stripe payment provider form, then fill in your Stripe account’s credentials.
Manual credential input¶
Manual credential input is needed, for example, when linking an existing Stripe account to your Odoo database, when using an account created on Odoo.sh or On-premise, or when testing Stripe without affecting live transactions.
Stripe configuration¶
Go to the API keys page on Stripe, or log into your Stripe dashboard and go to .
In the Standard keys section, copy the Publishable key and the Secret key and save them for later.
Configurazione Odoo¶
In the Credentials tab, fill in the Publishable Key and Secret Key fields with the values you previously saved.
Click Generate your webhook.
Configure the remaining options as needed.
Set the State field to Enabled.
Suggerimento
You can also test Stripe without affecting live transactions using the test mode and the API keys of your Stripe account’s Test Mode or a sandbox environment.
To link the same Stripe account to multiple companies in a database, create an account and fill in the credentials for one company, then reuse the same credentials and webhook for the others. To view the webhook, go to the Webhooks page on Stripe, or log into your Stripe dashboard and go to . Click the destination in the list, then click the (Reveal secret) icon next to the Signing secret field and copy the value.
Abilita Apple Pay¶
To allow customers to use the Apple Pay button to pay for their eCommerce orders, navigate to the Stripe payment provider, then go to the Configuration tab, enable Allow Express Checkout, and click Enable Apple Pay.
Vedi anche
Suggerimento
Stripe allows to manually capture and refund payments either from Odoo or directly from the Stripe dashboard.