{
  "x402Version": 2,
  "provider": "Alliance Unlimited Inc.",
  "description": "University-grade education in economics, finance, accounting, and business. AI agents can purchase course enrollment with USDC on Base via x402.",
  "lastUpdated": "2026-08-31",
  "documentation": "https://allianceunlimited.com/agents/",
  "availability": "GET https://allianceunlimited.com/api/payment-options?sku=<sku> — the coinbase entry is null while the crypto rail is offline.",
  "flow": {
    "note": "Checkouts are single-use. POST the mint endpoint with a sku and the buyer email; the response carries a fresh x402 payment URL for that one purchase. Pay the x402 URL with any x402 client (gasless USDC transfer on Base, captured and settled by Coinbase). Enrollment is provisioned to the email given, subject to the Terms of Service and Refund Policy.",
    "mintEndpoint": "https://allianceunlimited.com/api/coinbase/checkout",
    "method": "POST",
    "requestBody": { "sku": "<sku>", "email": "<email course access is tied to>" },
    "response": { "id": "<checkout id>", "url": "<hosted payment page>", "x402Url": "<x402 payment URL>", "expiresAt": "<RFC 3339>" },
    "terms": "https://allianceunlimited.com/terms/",
    "refunds": "https://allianceunlimited.com/refunds/"
  },
  "resources": [
    {
      "resource": "https://allianceunlimited.com/api/coinbase/checkout",
      "type": "http",
      "x402Version": 2,
      "metadata": {
        "sku": "course-001-initial",
        "name": "Reading Financial Statements for Decision-Makers (12-Month Access)",
        "priceUsd": 189,
        "settlement": "USDC on Base",
        "productPage": "https://allianceunlimited.com/courses/course-001/"
      }
    },
    {
      "resource": "https://allianceunlimited.com/api/coinbase/checkout",
      "type": "http",
      "x402Version": 2,
      "metadata": {
        "sku": "course-002-initial",
        "name": "Excel Modeling for Financial Decisions (12-Month Access)",
        "priceUsd": 189,
        "settlement": "USDC on Base",
        "productPage": "https://allianceunlimited.com/courses/course-002/"
      }
    },
    {
      "resource": "https://allianceunlimited.com/api/coinbase/checkout",
      "type": "http",
      "x402Version": 2,
      "metadata": {
        "sku": "course-003-initial",
        "name": "The Economics of Personal Money Decisions (12-Month Access)",
        "priceUsd": 189,
        "settlement": "USDC on Base",
        "productPage": "https://allianceunlimited.com/courses/course-003/"
      }
    },
    {
      "resource": "https://allianceunlimited.com/api/coinbase/checkout",
      "type": "http",
      "x402Version": 2,
      "metadata": {
        "sku": "bundle-initial",
        "name": "The Foundations Bundle — All Three Courses (12-Month Access)",
        "priceUsd": 504,
        "settlement": "USDC on Base",
        "productPage": "https://allianceunlimited.com/bundle/"
      }
    }
  ]
}
