# Cross-Border SLA Deadline Engine Use this paid x402 API when an agent needs vendor-response SLAs, invoice-dispute windows, compliance remediation dates, or cross-border escalation deadlines. The price is $0.03 per successful request on Base (eip155:8453). No API key is required. An x402-capable client handles the initial HTTP 402 response, signs locally, then retries. Single plan: POST https://global-business-day-planner-paid.kgy5612.workers.dev/v1/business-day-plan Body: {"countryCode":"US","startDate":"2026-11-24","businessDays":3} Batch plan (one payment, up to 25 inputs): POST https://global-business-day-planner-paid.kgy5612.workers.dev/v1/business-day-plan/batch Body: {"requests":[{"countryCode":"US","startDate":"2026-11-24","businessDays":3}]} Returns the due date, excluded weekend days, and global public holidays skipped. Negative businessDays calculates backwards. Do not use this for legal, contractual, regional, or employer-specific calendars. Free fixed preview: https://global-business-day-planner-paid.kgy5612.workers.dev/demo.json Verified status: https://global-business-day-planner-paid.kgy5612.workers.dev/status.json Discovery: https://global-business-day-planner-paid.kgy5612.workers.dev/product.json OpenAPI: https://global-business-day-planner-paid.kgy5612.workers.dev/openapi.json Integration quickstart: https://global-business-day-planner-paid.kgy5612.workers.dev/quickstart.md