Skip to Content
Odoo Menú
  • Registra entrada
  • Prova-ho gratis
  • Aplicacions
    Finances
    • Comptabilitat
    • Facturació
    • Despeses
    • Full de càlcul (IA)
    • Documents
    • Signatura
    Vendes
    • CRM
    • Vendes
    • Punt de venda per a botigues
    • Punt de venda per a restaurants
    • Subscripcions
    • Lloguer
    Imatges de llocs web
    • Creació de llocs web
    • Comerç electrònic
    • Blog
    • Fòrum
    • Xat en directe
    • Aprenentatge en línia
    Cadena de subministrament
    • Inventari
    • Fabricació
    • PLM
    • Compres
    • Manteniment
    • Qualitat
    Recursos humans
    • Empleats
    • Reclutament
    • Absències
    • Avaluacions
    • Recomanacions
    • Flota
    Màrqueting
    • Màrqueting Social
    • Màrqueting per correu electrònic
    • Màrqueting per SMS
    • Esdeveniments
    • Automatització del màrqueting
    • Enquestes
    Serveis
    • Projectes
    • Fulls d'hores
    • Servei de camp
    • Suport
    • Planificació
    • Cites
    Productivitat
    • Converses
    • Validacions
    • IoT
    • VoIP
    • Coneixements
    • WhatsApp
    Aplicacions de tercers Odoo Studio Plataforma d'Odoo al núvol
  • Sectors
    Comerç al detall
    • Llibreria
    • Botiga de roba
    • Botiga de mobles
    • Botiga d'ultramarins
    • Ferreteria
    • Botiga de joguines
    Food & Hospitality
    • Bar i pub
    • Restaurant
    • Menjar ràpid
    • Guest House
    • Distribuïdor de begudes
    • Hotel
    Immobiliari
    • Agència immobiliària
    • Estudi d'arquitectura
    • Construcció
    • Gestió immobiliària
    • Jardineria
    • Associació de propietaris de béns immobles
    Consultoria
    • Empresa comptable
    • Partner d'Odoo
    • Agència de màrqueting
    • Bufet d'advocats
    • Captació de talent
    • Auditoria i certificació
    Fabricació
    • Textile
    • Metal
    • Mobles
    • Menjar
    • Brewery
    • Regals corporatius
    Salut i fitness
    • Club d'esport
    • Òptica
    • Centre de fitness
    • Especialistes en benestar
    • Farmàcia
    • Perruqueria
    Trades
    • Servei de manteniment
    • Hardware i suport informàtic
    • Sistemes d'energia solar
    • Shoe Maker
    • Serveis de neteja
    • Instal·lacions HVAC
    Altres
    • Nonprofit Organization
    • Agència del medi ambient
    • Lloguer de panells publicitaris
    • Fotografia
    • Lloguer de bicicletes
    • Distribuïdors de programari
    Browse all Industries
  • Comunitat
    Aprèn
    • Tutorials
    • Documentació
    • Certificacions
    • Formació
    • Blog
    • Pòdcast
    Potenciar l'educació
    • Programa educatiu
    • Scale-Up! El joc empresarial
    • Visita Odoo
    Obtindre el programari
    • Descarregar
    • Comparar edicions
    • Novetats de les versions
    Col·laborar
    • GitHub
    • Fòrum
    • Esdeveniments
    • Traduccions
    • Converteix-te en partner
    • Services for Partners
    • Registra la teva empresa comptable
    Obtindre els serveis
    • Troba un partner
    • Troba un comptable
    • Contacta amb un expert
    • Serveis d'implementació
    • Referències del client
    • Suport
    • Actualitzacions
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Programar una demo
  • Preus
  • Ajuda

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Comptabilitat
  • Inventari
  • PoS
  • Projectes
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Etiquetes (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Etiquetes (View all)
odoo accounting v14 pos v15
About this forum
Ajuda

How to assign a 3% fee automatically when paying with Credit Card but not ACH

Subscriure's

Get notified when there's activity on this post

This question has been flagged
2 Respostes
8131 Vistes
Avatar
Said Sara

We are using Odoo version 16 and currently have authorize,net set up for ACH (Echeck) and credit card processing.  We would like to automatically add a 3% fee when paying by credit card but no fee for Echeck (ACH).  Since the customer will choose which option they want to pay with, we will not be able to add it as a line item beforehand.


Thanks!

0
Avatar
Descartar
Avatar
Bhavin Patel
Best Answer

To automatically add a fee when paying by credit card in Odoo version 16, you can use a custom module that adds a fee to the invoice when the payment method is a credit card. Here's an outline of the steps you can take:

Create a custom module: You can create a custom module in Odoo by going to Settings > Apps > Create, and filling out the necessary fields.

Define a new payment method: In the custom module, define a new payment method for credit card payments. You can do this by creating a new record in the "payment.acquirer" model, and setting the "provider" field to "authorize_net" (since you are using authorize.net for credit card processing). Set the "fees_active" field to True, and the "fees_amount" field to 3 (since you want to charge a 3% fee).

Override the "PaymentTransaction" model: Override the "PaymentTransaction" model in your custom module to add a fee to the invoice when the payment method is a credit card. You can do this by creating a new record in the "ir.model.fields" model, and setting the "name" field to "fee_amount". Then, override the "create" method of the "PaymentTransaction" model to add a fee to the invoice when the payment method is a credit card.

Update the invoice view: Update the invoice view in your custom module to display the fee amount on the invoice when the payment method is a credit card. You can do this by creating a new record in the "ir.ui.view" model, and setting the "inherit_id" field to "account.invoice_form". Then, add a new field to the view to display the fee amount.

Once you have completed these steps, your custom module will automatically add a 3% fee to the invoice when the payment method is a credit card, and display the fee amount on the invoice. Note that you will need to configure your authorize. net account to charge the fee separately from the invoice amount.

1
Avatar
Descartar
Avatar
Jeff MacKenzie
Best Answer

Can you help us configure the stripe payment method to charge fees to the customer like the PayPal method currently does in odoo 16.3?

0
Avatar
Descartar
Bhavin Patel

Hi Jeff, Yes, you can configure the Stripe payment method to charge fees to customers in Odoo similar to how the PayPal method does.
https://www.odoo.com/documentation/16.0/applications/finance/payment_providers.html#extra-fees
https://www.odoo.com/documentation/16.0/applications/finance/payment_providers/stripe.html
https://www.cybrosys.com/blog/how-to-create-new-payment-providers-for-online-payments-in-odoo-16

Jeff MacKenzie

Thank you for your reply, I had previously read those links but I'm not finding the information I need to be able to activate the fees portion on stripe payment method, we are looking for someone who can consult with us on some customizations such as this and implement them, is this something you could do?

Eric Mattingley

Amongst Bhavin's links, PayPal is listed as the only provider who can charge extra fees.

Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Registrar-se
Community
  • Tutorials
  • Documentació
  • Fòrum
Codi obert
  • Descarregar
  • GitHub
  • Runbot
  • Traduccions
Serveis
  • Allotjament a Odoo.sh
  • Suport
  • Actualització
  • Desenvolupaments personalitzats
  • Educació
  • Troba un comptable
  • Troba un partner
  • Converteix-te en partner
Sobre nosaltres
  • La nostra empresa
  • Actius de marca
  • Contacta amb nosaltres
  • Llocs de treball
  • Esdeveniments
  • Pòdcast
  • Blog
  • Clients
  • Informació legal • Privacitat
  • Seguretat
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo és un conjunt d'aplicacions empresarials de codi obert que cobreix totes les necessitats de la teva empresa: CRM, comerç electrònic, comptabilitat, inventari, punt de venda, gestió de projectes, etc.

La proposta única de valor d'Odoo és ser molt fàcil d'utilitzar i estar totalment integrat, ambdues alhora.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now