https://github.com/akretion/payment-gateway
https://github.com/akretion/payment-gateway
gateway odoo paypal stripe
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/akretion/payment-gateway
- Owner: akretion
- Created: 2017-02-13T17:20:03.000Z (over 9 years ago)
- Default Branch: 10.0
- Last Pushed: 2025-01-30T02:37:37.000Z (over 1 year ago)
- Last Synced: 2025-07-03T00:03:22.638Z (11 months ago)
- Topics: gateway, odoo, paypal, stripe
- Language: Python
- Size: 1.37 MB
- Stars: 3
- Watchers: 15
- Forks: 7
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/akretion/payment-gateway)
[](https://codecov.io/gh/akretion/payment-gateway/branch/10.0)
[](https://codeclimate.com/github/akretion/payment-gateway)
# Payment Gateway
Alternative implementation of payment gateway for odoo
It replace the payment module and it's dependency : https://github.com/odoo/odoo/tree/11.0/addons/payment
Note : this module are still moving a lot
## Why?
Because I need something that work well for Shopinvader (https://github.com/akretion/odoo-shopinvader/) project and I think we should use existing python library instead of redevelopping the code inside Odoo (less maintenance and more feature)
- Stripe gateway depend on the official Stripe lib : https://github.com/stripe/stripe-python
- Paypal gateway depend on the official Paypal lib : https://github.com/paypal/PayPal-Python-SDK
## Roadmap
- Refactor service class to use component : https://github.com/OCA/connector/tree/10.0/component
- Adding the possibility to paid and refund from the odoo backoffice (from a sale or from an invoice)
- Add documentation
- Maybe one day be able to be merge with Odoo gateway...
## Integration with Odoo website
We do not plan to work on the integration with Odoo Website as we developpe a better alternative ;) Shopinvader https://github.com/akretion/odoo-shopinvader/
So if you want to use this module with the Odoo E-commerce solution you will need to develop the missing part