Add Auth & Razorpay Checkout
Employer not named by the sourceRemote
Frontier is not the employer and does not collect applications.
About this role
PHP, JavaScript, Django, Software Architecture, MySQL, Node.js, Laravel, Backend Development, API Development, Payment Processing · My site’s front-end is already live; what I need now is the engine that turns it into a real store.
1. Authentication Visitors should be able to register or sign in with their existing Facebook or Google accounts. After the social token is verified on the server, create a secure session or JWT so protected routes and the cart remain accessible only to logged-in users.
2. Ordering & Payment Once authenticated, shoppers must add items to a cart, review their order, and pay through Razorpay. Handle the full checkout flow, trigger Razorpay’s hosted pop-up, and process success, failure, and webhook callbacks. Successful transactions must be written to the database, and an order confirmation should appear on-screen and via email. Funds must settle directly into my linked Razorpay account; use environment variables for the keys and switch easily between test and live modes.
3. Persistence & Admin Visibility Store orders, payment status, and basic customer details so I can later view or export them from an admin panel or a simple API endpoint.
Deliverables • Facebook & Google social login implemented • Cart, order, and Razorpay payment pipeline fully wired • Order d