{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "gateway-spraay-app-api-v1-payroll-execute",
  "title": "Spraay \u00b7 Execute Token Payroll",
  "url": "https://gateway.spraay.app/api/v1/payroll/execute",
  "category": "finance",
  "summary": "Generate and execute payroll transactions paying multiple employees in tokens.",
  "seo": {
    "title": "Crypto Payroll Execution API - Spraay V2 via x402",
    "description": "Execute multi-recipient token payroll for $0.02 USDC per call. Create serialized Solana transactions for USDC, USDT, or SPL token payments via x402."
  },
  "use_cases": [
    "Run automated payroll for remote teams in crypto",
    "Schedule recurring token payments to contractors",
    "Batch pay community contributors",
    "Integrate payroll into DAO treasury workflows"
  ],
  "ideal_buyer": "DAOs, remote teams, and payroll platforms paying contributors in stablecoins or SPL tokens.",
  "example_prompt": "Create a payroll transaction paying 3 employees 100 USDC each from my treasury",
  "example_request_body": {
    "token": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
    "sender": "TreasuryWalletAddress",
    "employees": [
      {
        "amount": 100000000,
        "address": "Employee1Address"
      },
      {
        "amount": 100000000,
        "address": "Employee2Address"
      },
      {
        "amount": 100000000,
        "address": "Employee3Address"
      }
    ]
  },
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "expensive",
    "ratio": 6.667,
    "median_category_atomic": 3000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0xad62f03c7514bb8c51f1ea70c2b75c37404695c8",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "20000",
      "max_timeout_seconds": 300,
      "mime_type": "application/json",
      "description": "Execute payroll via Spraay V2.",
      "verified": false,
      "hints": {
        "input": {
          "body": {
            "required": [
              "token",
              "sender",
              "employees"
            ],
            "properties": {
              "token": {
                "type": "string"
              },
              "sender": {
                "type": "string"
              },
              "employees": {
                "type": "array"
              }
            }
          },
          "type": "http",
          "method": "POST",
          "bodyType": "json"
        },
        "output": {
          "type": "json",
          "example": {
            "status": "ready"
          }
        }
      }
    }
  ],
  "origin": {
    "slug": "gateway-spraay-app",
    "host": "gateway.spraay.app",
    "url": "https://gateway.spraay.app"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/gateway-spraay-app-api-v1-payroll-execute",
    "url": "https://x402all.com/resource/gateway-spraay-app-api-v1-payroll-execute",
    "name": "Spraay \u00b7 Execute Token Payroll",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/gateway-spraay-app-api-v1-payroll-execute",
      "@type": "Offer",
      "price": "0.02",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.020000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "base"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ]
    },
    "sameAs": "https://gateway.spraay.app/api/v1/payroll/execute",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/gateway-spraay-app",
      "url": "https://gateway.spraay.app",
      "name": "gateway.spraay.app",
      "@type": "Organization"
    },
    "identifier": "gateway-spraay-app-api-v1-payroll-execute",
    "description": "Execute multi-recipient token payroll for $0.02 USDC per call. Create serialized Solana transactions for USDC, USDT, or SPL token payments via x402.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=gateway-spraay-app-api-v1-payroll-execute",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "finance"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=gateway-spraay-app-api-v1-payroll-execute"
}
