Actions
| Name | Description |
|---|---|
create_paymentCreate a payment in Square | Create a payment in Square |
list_paymentsList payments with optional filtering | List payments with optional filtering |
create_customerCreate a new customer in Square | Create a new customer in Square |
list_customersList customers in Square | List customers in Square |
create_orderCreate a new order in Square | Create a new order in Square |
list_ordersSearch orders by location IDs | Search orders by location IDs |
create_invoiceCreate a new invoice in Square | Create a new invoice in Square |
custom_api_callMake a custom API call to the Square API | Make a custom API call to the Square API |
Triggers
| Name | Description |
|---|---|
payment_completedTriggers when a payment is completed | Triggers when a payment is completed |
order_createdTriggers when a new order is created | Triggers when a new order is created |
customer_createdTriggers when a new customer is created | Triggers when a new customer is created |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'square',
actionName: 'create_payment',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Square to my app?
Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does Square support?
Square supports 8 actions including Create Payment, List Payments, Create Customer, List Customers, Create Order, and more.
Can I use Square with AI agents?
Yes. Add Square to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does Square use?
Square uses API Key. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Square integration cost?
The Square integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
What triggers does Square support?
Square supports 3 triggers including Payment Completed, Order Created, Customer Created.
Connect Square in 2 minutes
Get 1,000 free actions every month. No credit card required.