screenshot-api/invoices.json
OpSpawn 9361f9e4e2 Add USDC payment integration (Polygon, direct wallet monitoring)
- payments.js: Invoice creation, blockchain polling, payment matching
- Endpoints: POST /api/subscribe, GET /api/subscribe/:id, GET /api/pricing
- Plans: Pro ($10/mo, 1000 captures), Enterprise ($50/mo, 10000 captures)
- Zero fees: Direct USDC transfer monitoring on Polygon
- Unique cent offsets per invoice for payment reconciliation
- Auto-generates API keys on payment confirmation

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-06 07:49:05 +00:00

17 lines
427 B
JSON

{
"79965d9149a43546": {
"id": "79965d9149a43546",
"plan": "pro",
"email": "test@example.com",
"amount": 10.41,
"amount_raw": 10410000,
"status": "pending",
"wallet": "0x7483a9F237cf8043704D6b17DA31c12BfFF860DD",
"network": "Polygon",
"token": "USDC",
"created_at": "2026-02-06T07:41:21.954Z",
"expires_at": "2026-02-06T08:41:21.954Z",
"tx_hash": null,
"api_key": null
}
}