eavz
Square

Square

Payment processing and business management platform

8 actions
3 triggers

Actions

Name
create_payment

Create a payment in Square

list_payments

List payments with optional filtering

create_customer

Create a new customer in Square

list_customers

List customers in Square

create_order

Create a new order in Square

list_orders

Search orders by location IDs

create_invoice

Create a new invoice in Square

custom_api_call

Make a custom API call to the Square API

Triggers

Name
payment_completed

Triggers when a payment is completed

order_created

Triggers when a new order is created

customer_created

Triggers when a new customer is created

Quick Start

TypeScript
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.