DEV Community

Nitin Solanky
Nitin Solanky

Posted on

Odoo 18 redirect to external url after payment

I have using odoo with nextjs. Basically, showing odoo products in nextjs app, creating order in nextjs using xmlrpc api and redirecting to odoo native payment page for payment. Now, after successfully payment and all the internal post payment processing completed I want to redirect back to nextjs website.
How can I do that?

Top comments (0)