Multi-provider payment server for the Scottzilla AI platform.
| Provider | Status | Supports |
|---|---|---|
| Stripe | ⚠️ Add STRIPE_SECRET_KEY | Cards, Apple Pay, Google Pay |
| PayPal | ⚠️ Add PAYPAL_CLIENT_ID | PayPal, cards |
| Coinbase Commerce | ⚠️ Add COINBASE_API_KEY | BTC, ETH, USDC |
| Square (Cash App) | ⚠️ Add SQUARE_ACCESS_TOKEN | Cash App Pay |
| Gumroad | ⚠️ Add GUMROAD_ACCESS_TOKEN | Simple checkout + affiliates |
25 requests/day
basic-chat
500 requests/day
basic-chat, smart-routing, tools, priority-queue
5000 requests/day
basic-chat, smart-routing, tools, priority-queue, image-generation, image-editing
Unlimited requests/day
basic-chat, smart-routing, tools, priority-queue, image-generation, image-editing, sla, custom-models, dedicated-gpu
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"}'
| Endpoint | Description |
|---|---|
POST /api/keys/create | Create free API key (body: {email}) |
GET /api/keys/verify/:key | Verify key, get tier + usage |
POST /api/checkout/:provider | Create payment checkout (body: {api_key, tier}) |
POST /api/webhooks/:provider | Payment confirmation webhooks |
GET /api/usage/:key | Detailed usage stats |
GET /api/pricing | Current pricing tiers |
POST /api/usage/record | Record API usage (called by gateway) |
Scottzilla Gateway · All Models · Active keys: 0