| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Discuss (mail)
• Invoicing (account) |
| Lines of code | 2250 |
| Technical Name |
pay_africa_paystack |
| License | OPL-1 |
| Website | https://gencbaris.com/odoo_plugins/ |
| Versions | 18.0 19.0 |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Discuss (mail)
• Invoicing (account) |
| Lines of code | 2250 |
| Technical Name |
pay_africa_paystack |
| License | OPL-1 |
| Website | https://gencbaris.com/odoo_plugins/ |
| Versions | 18.0 19.0 |
Paystack Africa Pay
BYOK Paystack payment-gateway connector â card & bank collections and transfers across African markets
Collect and pay out with your own Paystack keys
Connect Odoo to Paystack using your own secret key (Bring-Your-Own-Key). Nothing is bundled and no credential leaves your database. The connector speaks the published Paystack REST API directly: it initializes and verifies collections, re-charges tokenised cards, registers transfer recipients, sends transfers (with OTP finalisation), resolves bank accounts and verifies inbound webhook signatures â all from inside Odoo.
Collections (charge)
- Initialize a transaction and get the hosted checkout URL.
- Verify a transaction by reference at any time.
- Re-charge a saved card with its authorization code (recurring).
- Amounts converted to the exact Paystack subunit (kobo / pesewas / cents).
Payouts (transfer)
- Create transfer recipients (nuban, ghipss, mobile_money, basa).
- Resolve the destination account name before you pay.
- Initiate single transfers and finalize OTP-protected ones.
- Verify a transfer by reference.
Reconciliation & accounting
- Each successful collection/payout books an account.payment in your chosen journal.
- Inbound charge.success / transfer.* webhooks update the matching transaction.
- Webhook signatures verified with HMAC-SHA512 against your secret.
Operations & audit
- Full API call log with secrets redacted.
- Scheduled action verifies pending transactions automatically.
- Test-vs-live mode detected straight from your key prefix.
Supported currencies
| Currency | Market | Subunit sent to Paystack |
|---|---|---|
| NGN | Nigeria | kobo (amount × 100) |
| GHS | Ghana | pesewas (amount × 100) |
| ZAR | South Africa | cents (amount × 100) |
| KES | Kenya | cents (amount × 100) |
| USD | International | cents (amount × 100) |
How it works
- Add a Paystack acquirer and paste your secret key (sk_test_ or sk_live_).
- Test the connection and sync the bank list for your currency.
- Create a transaction (collection or payout) and submit it.
- Verify by reference or let inbound webhooks close it automatically.
- Each success books an accounting payment in your Paystack journal.
BYOK & boundary
This connector generates the Paystack API payloads and transmits them using your own Paystack credentials. It is not an acquirer or a certified processor â Paystack itself processes the money under your own merchant account. We never store or transmit a credential we own.
Requires: a Paystack merchant account and the Python requests library (bundled with Odoo).
Compatible with Odoo 18.0 and 19.0 (Community).
Screenshots
Api Call Log
Banks
Acquirers
New Transaction
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module