| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
Discuss (mail)
|
| Lines of code | 302 |
| Technical Name |
payment_paystack_ecommerce |
| License | LGPL-3 |
| Versions | 15.0 16.0 17.0 18.0 |
Paystack Payment Provider for Odoo
Accept payments seamlessly with Paystack payment gateway
Key Features
- Seamless Integration: Paystack inline checkout integrated directly into your Odoo eCommerce store
- Multi-Currency Support: Accept payments in multiple currencies supported by Paystack
- Real-time Verification: Instant payment verification via Paystack API
- Secure Transactions: All payments processed securely through Paystack's PCI-DSS compliant platform
- Test & Live Modes: Easy switching between test and production environments
Installation
This addon can be installed as any other regular Odoo addon:
- Unzip the addon in one of Odoo's addons paths.
- Login to Odoo as a user with administrative privileges, go into debug mode.
- Go to Apps â Update Apps List, click Update in the dialog window.
- Go to Apps â Apps, remove the Apps filter in the search bar and search for Paystack Payment Provider. Click Install button on the addon.
website_sale) is installed as well.
Configuration
Step 1: Get your Paystack API Keys
Before configuring the Paystack payment provider, register an account on paystack.com and login.
Once you have logged in, click on the Settings menu at the bottom left corner of the page and select API Keys & Webhooks.
- Copy the value of your Public Key
- Copy the value of your Secret Key
Step 2: Configure in Odoo
Login to Odoo as a user with administrative privileges and go into debug mode.
Navigate to Payment Providers
Select Paystack Provider
Paystack Provider in Kanban View
Configure API Credentials
Enter your Paystack Public Key and Secret Key in the provider configuration form.
Customer Checkout Experience
When customers choose Paystack at checkout, they see the familiar Paystack payment interface:
Paystack Inline Checkout
Transaction Management
View and manage all Paystack transactions directly in Odoo:
Transaction List View
Support
For support, questions, or feature requests, please contact us or create an issue on our GitHub repository.
GitHub Repository
Paystack Payment for odoo
Installation
This addon can be installed as any other regular Odoo addon:
- Unzip the addon in one of Odoo's addons paths.
- Login to Odoo as a user with administrative privileges, go into debug mode.
- Go to Apps -> Update Apps List, click Update in the dialog window.
- Go to Apps -> Apps, remove the Apps filter in the search bar and search for Paystack Payment Acquirer. Click Install button on the addon.
Note
You you would like to use the payment acquirer in the eCommerce shop, make sure the eCommerce module (website_sale) is installed as well.
Configuration
- Before configuring the Paystack payment acquirer, register an account on
- `paystack.com`_ for a test account and login.
Once you have logged in, click on the settings menu at the bottom left corner of the page and select API.
In this window:
- Copy the values in your Public key .
- Copy the values in your Secret key.
.
Note
Use the credentials on the live mode to test on odoo production servers
and use the credentials on the test mode to test on Odoo test servers.
Now, let's configure the payment acquirer:
- Login to Odoo as a user with administrative privileges, go into debug mode.
Please log in to comment on this module