PayU¶
PayU is an online payment provider covering India.
Create a PayU account with Odoo¶
Note
This flow does not support the test mode.
Navigate to the PayU payment provider and click Connect.
Go through the account creation process and enter the verification codes when prompted.
Tip
If you already have a PayU account, enter your credentials to log into your existing account.
At the end of the process, click Allow access to the account. If all required information has been submitted, you are then redirected to Odoo, and the payment provider is Enabled.
Webhook configuration¶
Log into the PayU Dashboard.
Click Developer in the left menu, then, select Webhooks.
Click Create Webhook.
Select Payments as the type.
Select Successful as the event.
- Enter your Odoo database URL followed by
/payment/payu/webhookin the Webhook URL field.For example: https://example.odoo.com/payment/payu/webhook. Click Create to create the webhook.
Repeat the same steps to create another webhook, but select Failed as the event instead of Successful.
See also