Billing
Payments & Enrollment
Entry fees, UPI, Cashfree orders, and membership activation.
GET
/api/public/entry-feeLive entry fee + UPI preview (public)
Auth: Public
GET
/api/settingsPublic-safe platform settings snapshot
Auth: Public / cookie
POST
/api/payments/cashfree/create-orderCreate Cashfree payment order
Auth: Cookie
POST
/api/payments/cashfree/verify-orderVerify Cashfree payment + unlock account
Auth: Cookie
POST
/api/payments/manual-proofSubmit manual UPI proof
Auth: Cookie
GET
/api/user/paymentsPayment history for dashboard
Auth: Cookie
Payment webhooks and admin approval flows are server-side only. Never expose payment secrets client-side.