Payments

Square

standard

Square is an reliable payments provider offering Subscriptions, One-time Payments, Payment Webhooks through Aweb's unified API. It features none streaming support with premium-tier latency.

Try SquareOfficial docs

Specifications

CategoryPayments
Auth Typeapi_key
Latency Tierpremium
Streamingnone
Pricing Tierstandard
Reliabilitypremium
Qualitypremium
Base URLhttps://connect.squareup.com/v2
SDK Package

Capabilities (3)

Subscriptionspayments.subscribe
Score: 85
One-time Paymentspayments.charge
Score: 87
Payment Webhookspayments.webhook
Score: 85

Public discovery

Inspect Square's current readiness, sources, capabilities, and MCP tool posture through Aweb's public integration catalog. Provider-pinned execute examples are intentionally withheld until the canonical public execute contract is normalized.

cURL

curl "https://aweblabs.ai/api/v2/integrations/catalog" \
  | jq '.providers[] | select(.providerId == "square")'

TypeScript

const response = await fetch(
  'https://aweblabs.ai/api/v2/integrations/catalog'
);

const catalog = await response.json();
const provider = catalog.providers.find((item) => item.providerId === 'square');

console.log(provider?.readiness);
console.log(provider?.mcpTools?.length ?? 0);

Related Payments providers

Stripe

standard tier

Stripe Atlas

premium tier

Getting started →API reference →All capabilities →All providers →