Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Invoicing (account)
• eCommerce (website_sale) • Discuss (mail) • Website (website) |
Lines of code | 1260 |
Technical Name |
payment_square_ach_provider |
License | OPL-1 |
Versions | 15.0 16.0 17.0 18.0 |
Take ACH Bank Transfer Payments via Square Online Payment Gateway.

ACH bank transfers are only supported in the United States.
Setup Square Payment:
Go to Square Developer and get Credentials infomation
Copy and paste Application ID and Access token into Odoo. Go to Locations and get location id
Setup Square Webhook:
Go to get Webhook subscriptions on Square Developer
Define the Webhook subscriptions as below
Input URL Endpoint with format
https://your_domain/payment/square_ach/webhook
Notice: Your domain must be using HTTPS
List features:
1. Take ACH Bank Transfer Payments via Square Online Payment Gateway on the eCommerce checkout, Sales Order and Invoice portal.
Input First Name, Last Name and click on "Pay Now" button
Click on "Continue" button
Select Bank
Click on "Continue" button to authenticate with selected bank
Input username and password. If you are using the sandbox account for testing, you can use this account
Username: user_good
Password: pass_good
Select bank account and scroll down to click "Continue" button
Confirm infomation
After click on "Connect account information" button. PLAID will verify account. If everything is ok, the user will see this form.
Click on "Continue" button to process payment.
This processing will take from 30 to 50 seconds
User can pay from portal.
2. Auto exchange amount square currency. For example, if your square location accept USD currency, and your customer pricelist currency is EUR. When your customer do the payment,
It will automatically exchange amount from EUR to USD based on your configured exchange rate.
Please refer to the app below to understand more about this feature.
https://apps.odoo.com/apps/modules/16.0/payment_square_provider/
3. Add extra fees for Square payment.
Please refer to the app below to understand more about this feature.
https://apps.odoo.com/apps/modules/15.0/stripe_payment_fees/
4. Add a Square Ach Fee line to invoice automatically. New Feature
Configure Square Ach Fee product
After invoice is reconciled, a product Square Ach will be added to invoice line.
5. Do refund from backend.
Please refer to the app below to understand more about this feature.
https://apps.odoo.com/apps/modules/16.0/payment_square_provider/
Apps May You Like
Email Support: huynh.giang.son.gs@gmail.com
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