Shopinvader services to be able to pay (invoices, carts,...)
Project description
Base module for Shopinvader payment services. It defines the provider-independent routers.
Table of contents
Usage
This addon is the core of the new Shopinvader API Payment addons suite. It defines basic services, which will be extended in two axes.
The first axe concerns the payable object. Here the methods should work with any abstract payable object (sale order, account invoice, …) but specific logic must be implemented in related addons (see shopinvader_api_payment_cart to pay sale orders for eg.)
The second axe concerns the payment provider. The idea is to develop one addon for each payment provider. Some of them are already available, see shopinvader_api_payment_sips, shopinvader_api_payment_stripe, shopinvader_api_payment_custom. In these addons we add the necessary logic to redirect to the payment provider payment website, the return url …
All payment routes are public. We must thus encode all sensitive info. The Payable object achieves this. In each service we ensure that the payable wasn’t tampered.
Concrete Usage
The idea to use this suite of addons is the following. Assume you have a valid payable (see addons of the first axe on how to get them, for eg. shopinvader_api_payment_cart on how to get the payable of the current cart).
1. Get all providers that are allowed to pay your payable object. You just need to call the GET route /payment/methods with your payable for this.
2. Once you chose the payment method you want to use, create the payment transaction calling the POST route /payment/transactions with your payable + some additional input info (the chosen provider, the frontend redirect url…). See the associated TransactionCreate Pydantic schema.
3. The following (and last) step depends on the chosen provider. See more info into the dedicated Shopinvader API payment addon. However, the idea is often the same: a redirect_form_html is returned and you should submit this HTML form to call the provider services.
Bug Tracker
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us to smash it by providing a detailed and welcomed feedback.
Do not contact contributors directly about support or help with technical issues.
Credits
Contributors
Marie Lejeune <marie.lejeune@acsone.eu>
Stéphane Bidoul <stephane.bidoul@acsone.eu>
Maintainers
This module is part of the shopinvader/odoo-shopinvader-payment project on GitHub.
You are welcome to contribute.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file odoo_addon_shopinvader_api_payment-16.0.1.1.0-py3-none-any.whl
.
File metadata
- Download URL: odoo_addon_shopinvader_api_payment-16.0.1.1.0-py3-none-any.whl
- Upload date:
- Size: 25.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a7c45230d19e8d294f7d1679c75395a22d79ce2bfb7ec0469234cc07ca2f5fe7 |
|
MD5 | 1381ad51894cc8eb9de2c9e2489b32a0 |
|
BLAKE2b-256 | 762fd5434306bb97f48dfa9b02b677b0f4c7afc4fd6d3d5eaee4ea7f013b70aa |