You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm a python software developer, but I'm not an Odoo expert.
Using Odoo, I'm looking for a way to integrate with Paypal platform to automate the monthly billing. I already have something in place with recurring invoice in Odoo 16. It publish the invoice. Sent the invoice by email. But it doesn't automatically bill the customer's credit card via Paypal. Customers still need to manually pay the bill. It's far from ideal for customer engagement.
I would need some guidance to understand if it's even possible to achieve automatic billing and if there is a module in Odoo to help me accomplish that.
What I have setup:
Recurring invoice
Invoice get automatically publish: ir.cron with _autopost_draft_entries()
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I'm a python software developer, but I'm not an Odoo expert.
Using Odoo, I'm looking for a way to integrate with Paypal platform to automate the monthly billing. I already have something in place with recurring invoice in Odoo 16. It publish the invoice. Sent the invoice by email. But it doesn't automatically bill the customer's credit card via Paypal. Customers still need to manually pay the bill. It's far from ideal for customer engagement.
I would need some guidance to understand if it's even possible to achieve automatic billing and if there is a module in Odoo to help me accomplish that.
What I have setup:
The only missing piece is automatic billing.
Beta Was this translation helpful? Give feedback.
All reactions