Developer Docs
Integrate EZGamePay with confidence
Our backend provides the full API surface—these notes guide how the web app proxies and consumes it.
Authentication
Use session-based auth via /app/api proxies so tokens stay server-side. Login and register already forward to the Nest backend.
Payments & loyalty
Route purchases, offers, and loyalty events through the EZGamePay backend to keep the ledger accurate. Client components never touch private credentials.
Webhooks
Configure your existing bank-link and ACH partners to hit the backend webhook endpoints; EZGamePay reconciles and surfaces them in the admin console.
