Hi everyone,
I’m transitioning from using Zapier’s Square integration and exploring n8n as an alternative for my automation workflows. One of the key features I rely on is the ability to trigger a workflow when a new payment is received in Square.
I noticed that n8n doesn’t currently offer a native Square integration. I came across this GitHub repo: GitHub - Rostammahabadi/n8n-nodes-square, but I’m unsure if it’s production-ready or supports real-time triggers like “New Payment”.
Describe the problem/error/question
I’m trying to set up a trigger in n8n for when a new payment is made via Square (similar to Zapier’s “New Payment” trigger). Is there a way to achieve this using:
- Webhooks from Square directly?
- The custom Square node from the GitHub repo above?
- Any other method that can poll or listen for new payment events?
What is the error message (if any)?
No error yet — just seeking guidance before I proceed with setting it up.
I’d appreciate any advice or examples from anyone who’s implemented a Square integration or webhook in n8n. Thanks in advance!