💰 Scottzilla Payments

Multi-provider payment server for the Scottzilla AI platform.

Payment Providers

ProviderStatusSupports
Stripe⚠️ Add STRIPE_SECRET_KEYCards, Apple Pay, Google Pay
PayPal⚠️ Add PAYPAL_CLIENT_IDPayPal, cards
Coinbase Commerce⚠️ Add COINBASE_API_KEYBTC, ETH, USDC
Square (Cash App)⚠️ Add SQUARE_ACCESS_TOKENCash App Pay
Gumroad⚠️ Add GUMROAD_ACCESS_TOKENSimple checkout + affiliates

Pricing Tiers

Free

$0/mo

25 requests/day

basic-chat

Pro

$9.99/mo

500 requests/day

basic-chat, smart-routing, tools, priority-queue

Ultra

$29.99/mo

5000 requests/day

basic-chat, smart-routing, tools, priority-queue, image-generation, image-editing

Enterprise

$99.99/mo

Unlimited requests/day

basic-chat, smart-routing, tools, priority-queue, image-generation, image-editing, sla, custom-models, dedicated-gpu

Quick Start

1. Get a free API key:

curl -X POST https://scottzillasystems-scottzilla-payments.hf.space/api/keys/create -H "Content-Type: application/json" -d '{"email":"you@example.com"}'

2. Use it with the Scottzilla Gateway:

curl https://scottzillasystems-scottzilla-gateway.hf.space/v1/chat/completions -H "Authorization: Bearer YOUR_KEY" -H "Content-Type: application/json" -d '{"model":"auto","messages":[{"role":"user","content":"Hello"}]}'

3. Upgrade for more models + requests:

curl -X POST https://scottzillasystems-scottzilla-payments.hf.space/api/checkout/stripe -H "Content-Type: application/json" -d '{"api_key":"YOUR_KEY","tier":"pro"}'

API Reference

EndpointDescription
POST /api/keys/createCreate free API key (body: {email})
GET /api/keys/verify/:keyVerify key, get tier + usage
POST /api/checkout/:providerCreate payment checkout (body: {api_key, tier})
POST /api/webhooks/:providerPayment confirmation webhooks
GET /api/usage/:keyDetailed usage stats
GET /api/pricingCurrent pricing tiers
POST /api/usage/recordRecord API usage (called by gateway)

Scottzilla Gateway · All Models · Active keys: 0