{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "paybuild-app-api-facilitator-info",
  "title": "PayBuild \u00b7 Multi-chain Payment Facilitator Info",
  "url": "https://paybuild.app/api/facilitator/info",
  "category": "finance",
  "summary": "Returns facilitator configuration, escrow status, and verification state for x402 payment processing.",
  "seo": {
    "title": "PayBuild x402 Payment Facilitator API | Multi-chain Escrow",
    "description": "Query PayBuild x402 facilitator status, escrow IDs, and settlement verification. Multi-chain payment processing with automatic settlement on Base."
  },
  "use_cases": [
    "Verify payment facilitator status before initiating settlement",
    "Check escrow ID validity for in-flight payments",
    "Confirm automatic settlement configuration on Base"
  ],
  "ideal_buyer": "Payment integrators building multi-chain checkout flows that need escrow verification and settlement status.",
  "example_prompt": "Check if the PayBuild facilitator at paybuild.app is active and what escrow ID format it uses.",
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "expensive_outlier",
    "ratio": 33.333,
    "median_category_atomic": 30000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x84d299eced944650d974085999a9346ea3077b81",
      "asset": "USDC",
      "max_amount_required_atomic": "1000000",
      "max_timeout_seconds": 300,
      "mime_type": "application/json",
      "description": "PayBuild X402 Facilitator - Multi-chain payment processing with escrow and automatic settlement",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "POST",
          "bodyType": "json",
          "bodyFields": {
            "requirements": {
              "type": "object",
              "required": true,
              "properties": {
                "amount": {
                  "type": "string",
                  "required": true,
                  "description": "Expected payment amount in USD"
                },
                "apiOwner": {
                  "type": "string",
                  "required": true,
                  "description": "API owner's wallet address for settlement"
                }
              },
              "description": "Payment requirements to verify against"
            },
            "paymentPayload": {
              "type": "object",
              "required": true,
              "properties": {
                "toChain": {
                  "type": "string",
                  "required": true,
                  "description": "Destination chain where facilitator receives payment (base, bsc, polygon)"
                },
                "fromChain": {
                  "type": "string",
                  "required": false,
                  "description": "Source chain (if cross-chain payment)"
                },
                "facilitatorTxHash": {
                  "type": "string",
                  "required": true,
                  "description": "Transaction hash of payment to facilitator"
                }
              },
              "description": "Payment proof containing facilitatorTxHash and chain info"
            }
          }
        },
        "output": {
          "status": "string",
          "message": "string",
          "success": "boolean",
          "escrowId": "string",
          "verified": "boolean",
          "facilitatorAddress": "string"
        }
      }
    }
  ],
  "origin": {
    "slug": "paybuild-app",
    "host": "paybuild.app",
    "title": "paybuild.app \u2014 Service Suspended",
    "description": "This origin is currently unavailable. The service has been suspended by its owner and is not accepting x402 payments at this time.",
    "url": "https://paybuild.app",
    "favicon": "https://paybuild.app/paybuild.png"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/paybuild-app-api-facilitator-info",
    "url": "https://x402all.com/resource/paybuild-app-api-facilitator-info",
    "name": "PayBuild \u00b7 Multi-chain Payment Facilitator Info",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/paybuild-app-api-facilitator-info",
      "@type": "Offer",
      "price": "1",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "1.000000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "base"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "USDC"
        }
      ]
    },
    "sameAs": "https://paybuild.app/api/facilitator/info",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/paybuild-app",
      "url": "https://paybuild.app",
      "name": "paybuild.app \u2014 Service Suspended",
      "@type": "Organization"
    },
    "identifier": "paybuild-app-api-facilitator-info",
    "description": "Query PayBuild x402 facilitator status, escrow IDs, and settlement verification. Multi-chain payment processing with automatic settlement on Base.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=paybuild-app-api-facilitator-info",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "finance"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=paybuild-app-api-facilitator-info"
}
