New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

odoo-addon-shopinvader-api-payment-provider-custom

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

odoo-addon-shopinvader-api-payment-provider-custom

Specific routes for custom payments (wire transfers...) from Shopinvader

  • 16.0.1.0.0.4
  • PyPI
  • Socket score

Maintainers
1

======================================= Shopinvader Api Payment Provider Custom

.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! 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:

Usage

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.

Bug Tracker

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.

Credits

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


Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc