Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Stripe Payment Acquirer (payment_stripe)
• Invoicing (account) • Discuss (mail) • Website (website) |
Lines of code | 85 |
Technical Name |
stripe_charge |
License | OPL-1 |
Website | http://www.synconics.com |
Versions | 11.0 12.0 13.0 14.0 15.0 16.0 17.0 18.0 |
Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Stripe Payment Acquirer (payment_stripe)
• Invoicing (account) • Discuss (mail) • Website (website) |
Lines of code | 85 |
Technical Name |
stripe_charge |
License | OPL-1 |
Website | http://www.synconics.com |
Versions | 11.0 12.0 13.0 14.0 15.0 16.0 17.0 18.0 |
Add Stripe Charge/Fees In Customer Payment
Stripe will allow you to charge payment fees to your customers whatever you can add fees in payment for calculate final amount. This way vendor can get net payment amount on his account.
For stripe amount calculation go to stripe calculator
For stripe amount calculation go to stripe calculator
This module is compatible with
-
Community
-
Enterprise
-
Odoo.sh
Stripe Charge Configuration & Calculation
To Apply Charge, Needs to just increase the final payment amount you charge the customer, to account for the fees you are paying Stripe. However, as you increase the total amount you ask Stripe to charge, youâre also increasing the Stripe fee, because Stripeâs pricing is a flat fee plus a percentage of the total charge amount. So youâll need to figure out what gross amount you need to charge such that, after Stripe deducts its fee, you receive some predictable net amount.

P.charge is how much you will have to charge in total, P.goal is how much you want to have transferred into your bank account after Stripeâs fees are applied.
In the US (assuming standard US pricing of 2.9% + 30¢ per successful charge):
F.fixed = 30c = 0.30
F.percent = 2.9% = 0.029
This applies for any country that has only a fixed and percentage cost as part of Stripeâs pricing. So for example, in the UK, where Stripeâs pricing is 1.4% + 20p per successful charge, F.fixed would be 20p = 0.20, and F.percent would be 1.4% = 0.014.
calculation:

P.charge is how much you will have to charge in total, P.goal is how much you want to have transferred into your bank account after Stripeâs fees are applied.
In the US (assuming standard US pricing of 2.9% + 30¢ per successful charge):
F.fixed = 30c = 0.30
F.percent = 2.9% = 0.029
This applies for any country that has only a fixed and percentage cost as part of Stripeâs pricing. So for example, in the UK, where Stripeâs pricing is 1.4% + 20p per successful charge, F.fixed would be 20p = 0.20, and F.percent would be 1.4% = 0.014.

Auto Calculate Charge/Fees
As per configuration system will Auto calculate charge/fees from total amount.

Total Amount Reflect On Stripe Checkout Box
Customer needs to pay total amount(payment + charge/fees).

Odoo Payment Transaction
Payment Transaction shows payment amount & fees.

Stripe Payment Transaction
Payment Transaction shows payment amount, fees & net.
Amount: Amount paid by customer.
Fees: Stripe Charge/Fees.
Net: Net amount receive by vendor.
Amount: Amount paid by customer.
Fees: Stripe Charge/Fees.
Net: Net amount receive by vendor.

Suggested Products
Free Support
1) One month free bug support period will be offered pertaining to any one server used, testing or live.
2) If an error appears in our app due to other custom modules installed in your system, we will charge for our efforts to resolve those errors.
3) Please refer the document for configuration. If you need our support for configuration, please request our paid support.
4) Please note that you are not allowed to distribute or resell this module after purchase.
5) This module is tested and working on Odoo vanilla with Ubuntu OS.
2) If an error appears in our app due to other custom modules installed in your system, we will charge for our efforts to resolve those errors.
3) Please refer the document for configuration. If you need our support for configuration, please request our paid support.
4) Please note that you are not allowed to distribute or resell this module after purchase.
5) This module is tested and working on Odoo vanilla with Ubuntu OS.
Get Help & Support
Help & Support
Request New Features
Checkout Other Apps Developed By Synconics Technologies Click Here
Our Services
Our Contact Details
E-mail : contact@synconics.com | Skype : synconics.technologies | Mobile : +91-942-686-4274
For product demo, please generate a ticket and mention your preferred time and date. Please make sure the demo timing you mentioned are as per Indian Standard Time (IST), between 10:30 AM to 7:00 PM (IST), Monday to Friday.
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