Ir al contenido
Odoo Menú
  • Identificarse
  • Pruébalo gratis
  • Aplicaciones
    Finanzas
    • Contabilidad
    • Facturación
    • Gastos
    • Hoja de cálculo (BI)
    • Documentos
    • Firma electrónica
    Ventas
    • CRM
    • Ventas
    • TPV para tiendas
    • TPV para restaurantes
    • Suscripciones
    • Alquiler
    Sitios web
    • Creador de sitios web
    • Comercio electrónico
    • Blog
    • Foro
    • Chat en directo
    • e-learning
    Cadena de suministro
    • Inventario
    • Fabricación
    • PLM
    • Compra
    • Mantenimiento
    • Calidad
    Recursos Humanos
    • Empleados
    • Reclutamiento
    • Ausencias
    • Evaluación
    • Referencias
    • Flota
    Marketing
    • Marketing social
    • Marketing por correo electrónico
    • Marketing por SMS
    • Eventos
    • Automatización de marketing
    • Encuestas
    Servicios
    • Proyecto
    • Partes de horas
    • Servicio de campo
    • Servicio de asistencia
    • Planificación
    • Citas
    Productividad
    • Conversaciones
    • Aprobaciones
    • IoT
    • VoIP
    • Conocimientos
    • WhatsApp
    Aplicaciones de terceros Studio de Odoo Plataforma de Odoo Cloud
  • Industrias
    Comercio al por menor
    • Librería
    • Tienda de ropa
    • Tienda de muebles
    • Tienda de ultramarinos
    • Ferretería
    • Juguetería
    Alimentación y hostelería
    • Bar y taberna
    • Restaurante
    • Comida rápida
    • Casa de huéspedes
    • Distribuidor de bebidas
    • Hotel
    Inmueble
    • Agencia inmobiliaria
    • Estudio de arquitectura
    • Construcción
    • Gestión inmobiliaria
    • Jardinería
    • Asociación de propietarios
    Consultoría
    • Empresa contable
    • Partner de Odoo
    • Agencia de marketing
    • Bufete de abogados
    • Adquisición de talentos
    • Auditorías y certificaciones
    Fabricación
    • Textil
    • Metal
    • Muebles
    • Alimentos
    • Brewery
    • Regalos de empresas
    Salud y bienestar
    • Club deportivo
    • Óptica
    • Gimnasio
    • Terapeutas
    • Farmacia
    • Peluquería
    Oficios
    • Handyman
    • Hardware y asistencia informática
    • Sistemas de energía solar
    • Zapatero
    • Servicios de limpieza
    • Servicios de calefacción, ventilación y aire acondicionado
    Otros
    • Organización sin ánimo de lucro
    • Agencia de protección del medio ambiente
    • Alquiler de paneles publicitarios
    • Estudio fotográfico
    • Alquiler de bicicletas
    • Distribuidor de software
    Browse all Industries
  • Comunidad
    Aprender
    • Tutoriales
    • Documentación
    • Certificaciones
    • Formación
    • Blog
    • Podcast
    Potenciar la educación
    • Programa de formación
    • Scale Up! El juego empresarial
    • Visita Odoo
    Obtener el software
    • Descargar
    • Comparar ediciones
    • Versiones
    Colaborar
    • GitHub
    • Foro
    • Eventos
    • Traducciones
    • Convertirse en partner
    • Services for Partners
    • Registrar tu empresa contable
    Obtener servicios
    • Encontrar un partner
    • Encontrar un asesor fiscal
    • Contacta con un experto
    • Servicios de implementación
    • Referencias de clientes
    • Ayuda
    • Actualizaciones
    GitHub YouTube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Solicitar una demostración
  • Precios
  • Ayuda

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

  • CRM
  • e-Commerce
  • Contabilidad
  • Inventario
  • PoS
  • Proyecto
  • MRP
All apps
Debe estar registrado para interactuar con la comunidad.
Todas las publicaciones Personas Insignias
Etiquetas (Ver todo)
odoo accounting v14 pos v15
Acerca de este foro
Debe estar registrado para interactuar con la comunidad.
Todas las publicaciones Personas Insignias
Etiquetas (Ver todo)
odoo accounting v14 pos v15
Acerca de este foro
Ayuda

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

Suscribirse

Reciba una notificación cuando haya actividad en esta publicación

Se marcó esta pregunta
2 Respuestas
8108 Vistas
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
Mejor respuesta

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
Mejor respuesta

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.

¿Le interesa esta conversación? ¡Participe en ella!

Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.

Inscribirse
Comunidad
  • Tutoriales
  • Documentación
  • Foro
Código abierto
  • Descargar
  • GitHub
  • Runbot
  • Traducciones
Servicios
  • Alojamiento Odoo.sh
  • Ayuda
  • Actualizar
  • Desarrollos personalizados
  • Educación
  • Encontrar un asesor fiscal
  • Encontrar un partner
  • Convertirse en partner
Sobre nosotros
  • Nuestra empresa
  • Activos de marca
  • Contacta con nosotros
  • Puestos de trabajo
  • Eventos
  • Podcast
  • Blog
  • Clientes
  • Información legal • Privacidad
  • Seguridad
الْعَرَبيّة 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 es un conjunto de aplicaciones de código abierto que cubren todas las necesidades de tu empresa: CRM, comercio electrónico, contabilidad, inventario, punto de venta, gestión de proyectos, etc.

La propuesta única de valor de Odoo es ser muy fácil de usar y totalmente integrado.

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