Developer Docs
Integrate JuzePay 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 & Discounts
Route purchase, discount, and loyalty events through the JuzePay 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; JuzePay reconciles and surfaces them in the admin console.