Paid export checkout付费导出结账

Unlock compliance-file exports after payment.付款后解锁合规文件导出。

This static checkout is ready for Stripe or Paddle payment links. After a successful payment return, it stores a local paid-export entitlement so the Compliance File Builder can release the paid packet.此静态结账页已可对接 Stripe 或 Paddle 支付链接。付款成功返回后,它会在本地存储一份付费导出权限,以便合规文件生成器释放付费内容包。

Choose plan选择方案

EU and US buyers should be routed to card, PayPal, or invoice checkout. China users can stay on manual invoice or free triage until payment coverage improves.欧盟和美国买家应引导至银行卡、PayPal 或发票结账。中国用户在支付覆盖完善前,可继续使用人工发票或免费分流。

Return to export返回导出

If payment links are not configured yet, checkout buttons fall back to invoice request email.如果尚未配置支付链接,结账按钮将回退为发票申请邮件。

Payment-link setup支付链接设置

To make this fully automatic, create Stripe or Paddle links for each plan and set their success URL to this page.若要实现完全自动化,请为每个方案创建 Stripe 或 Paddle 链接,并将其成功跳转 URL 设为本页面。

  1. Create payment links for Starter, Business, and Counsel plans.为 Starter、Business 和 Counsel 方案创建支付链接。
  2. Use a success URL like使用类似这样的成功跳转 URL https://legalaipay.com/checkout.html?status=success&plan=business&return=/compliance-file.html.
  3. Paste the provider URLs into the将服务商 URL 粘贴到 PAYMENT_LINKS block in this file.本文件中的此区块。
const PAYMENT_LINKS = {
  starter: { stripe: "https://buy.stripe.com/...", paddle: "" },
  business: { stripe: "https://buy.stripe.com/...", paddle: "" },
  counsel: { stripe: "https://buy.stripe.com/...", paddle: "" }
};

Static local entitlement is a launch bridge, not a fraud-proof license system. For stronger enforcement, add a backend webhook that issues signed export tokens.本地静态权限是上线过渡方案,并非防欺诈的授权系统。如需更强的执行力,请添加后端 webhook 来签发带签名的导出令牌。