Key Features
Take Square payments in Odoo â hosted Payment Links checkout, full & partial refunds, and signed webhooks that reconcile themselves
Hosted Payment Links
Customers pay on Square's secure hosted checkout and return to Odoo â no card data ever touches your server.
Full & partial refunds
Issue full or partial refunds straight from the Odoo transaction through the Square Refunds API â no dashboard hopping.
Signed webhooks
Every payment.* and refund.* event is verified with HMAC-SHA256 â only authentic Square callbacks are processed.
Idempotent settlement
Odoo re-fetches the authoritative payment or refund from Square before settling, so a repeated event never double-processes an order.
Self-healing reconcile
An hourly cron reconciles any webhook Square missed and polls async refund status, so no payment is left in limbo.
Sandbox & production
Flip between Square sandbox (Test) and live (Enabled) â the correct host and keys are used automatically.
One-click validation
Validate Configuration and Test Connection check your keys and location live, with a clear health badge and message.
Gateway logs
Turn on opt-in per-transaction request/response logging to debug integrations â off by default to keep data lean.
Lightweight & standard
Depends only on Odoo's core payment app â no Enterprise, no extra SaaS â and plugs into the standard provider flow.
Payment Provider
Credentials
Configuration
Checkout
Transaction & Diagnostics
User guide
Enter your Square keys, point the webhook back at Odoo, and start taking payments â with full and partial refunds and self-healing reconciliation built in.
1. Enter your Square credentials
- Open Accounting → Configuration → Payment Providers → Square.
- Paste your Access Token, Application ID and Location ID from the Square Developer Dashboard.
- Set the environment to Test (Square sandbox) or Enabled (production).
2. Wire up the webhook
- In the Square Dashboard, add a webhook pointing to /payment/square/webhook on your Odoo domain.
- Subscribe to the
payment.*andrefund.*events and copy the Signature Key into the provider. - Click Validate Configuration, then Test Connection â the health badge confirms you are ready.
3. Go live & refund
- Publish the provider; customers now pay on Square's hosted checkout and return to Odoo automatically.
- Issue full or partial refunds from the payment transaction whenever you need to.
- The hourly reconcile cron cleans up any missed webhook and polls async refund status for you.
Frequently Asked Questions
1. Do I need Odoo Enterprise or an extra service?
2. Which checkout flow does it use?
3. Does it support refunds?
4. How are webhooks kept secure?
payment.* and refund.* events are processed.
5. What happens if a webhook is missed?
6. Can I test in a sandbox first?
7. Which currencies are supported?
Module Support & SLA
Standard response time (SLA) for support queries is typically 1 to 2 working days.
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
Discuss (mail)
|
| Lines of code | 984 |
| Technical Name |
oe_payment_square |
| License | OPL-1 |
| Website | https://odooerp.ae |
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