Pay-per-report scaffold

Buy a deeper AEO report

This is a temporary scaffold for payment plumbing. It creates a checkout intent and gives you a place to connect Stripe, PayPal, or another processor.

Start a paid audit

Note: You will not be charged until you confirm on the next screen.

Implementation notes

  • Replace order API endpoints with your real provider checkout sessions.
  • Map provider webhooks to mark orders as paid/failed.
  • Persist orders to database instead of in-memory state.
  • Generate a private report only after order status is paid.
Back to pricing