![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
odoo-addon-shopinvader-api-payment-provider-custom
Advanced tools
Specific routes for custom payments (wire transfers...) from Shopinvader
.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:bc4df0cf7bdf6a5603e9c6e1c1e94db8599d0be7648264c1bcd9e755359b678a !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png :target: https://odoo-community.org/page/development-status :alt: Beta .. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-shopinvader%2Fodoo--shopinvader--payment-lightgray.png?logo=github :target: https://github.com/shopinvader/odoo-shopinvader-payment/tree/16.0/shopinvader_api_payment_provider_custom :alt: shopinvader/odoo-shopinvader-payment
|badge1| |badge2| |badge3|
This addon creates a custom redirect_form_html for custom providers.
This HTML contains the pending message defined on the custom provider plus
all the payment info.
It also allow to submit the form to redirect to a new route /payment/providers/custom/pending
where the transaction is set to pending and the callbacks are executed,
as in the standard Odoo flow.
Table of contents
.. contents:: :local:
Specific procedure for Custom payments
This addon manages custom payments (such as wire transfers).
First call the POST /payment/transactions
as described in the core addon shopinvader_api_payment
.
This method will return a TransactionProcessingValues
schema in which you will find a redirect_form_html
HTML form.
This HTML form must just be submitted by the front. It will call the POST route payment/providers/custom/pending
that will send the transaction into pending (compared to other providers, a transaction paid with a custom payment mode is not automatically validated).
This route will then redirect to the frontend_redirect_url
giving the pending message defined on the provider.
Bugs are tracked on GitHub Issues <https://github.com/shopinvader/odoo-shopinvader-payment/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 <https://github.com/shopinvader/odoo-shopinvader-payment/issues/new?body=module:%20shopinvader_api_payment_provider_custom%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>
.
Do not contact contributors directly about support or help with technical issues.
Authors
* ACSONE SA/NV
* Shopinvader
Contributors
Maintainers
This module is part of the `shopinvader/odoo-shopinvader-payment <https://github.com/shopinvader/odoo-shopinvader-payment/tree/16.0/shopinvader_api_payment_provider_custom>`_ project on GitHub.
You are welcome to contribute.
FAQs
Specific routes for custom payments (wire transfers...) from Shopinvader
We found that odoo-addon-shopinvader-api-payment-provider-custom demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.