Back to Tools

Square

Payments

Square payments for in-person and online transactions. Payments, refunds, and catalog management.

Available Actions
paymentsrefundscataloginventory
Input Schema
{
  "type": "object",
  "required": [
    "type"
  ],
  "properties": {
    "type": {
      "type": "string"
    },
    "amount_money": {
      "type": "object"
    }
  }
}
Output Schema
{
  "type": "object",
  "properties": {
    "errors": {
      "type": "array"
    },
    "payment": {
      "type": "object"
    }
  }
}
Quick Start

API Endpoint

POST /api/execute/square

cURL Example

curl -X POST \
  https://api.nulayers.com/execute/square \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"action": "payments"}'
Integration

Get your API key from the dashboard to start using this tool in your AI applications.