This project integrates Paystack's direct debit API into a React application, using serverless functions on Vercel to handle secure transactions. It allows users to initialize payments via direct debit for shopping, with backend functionality secured through environment variables.
The Easylyf Shopping Card project is designed to offer a seamless payment experience using Paystack's direct debit service. Users can securely initiate payments via direct debit, and the backend functionality is powered by serverless functions hosted on Vercel.
- Paystack Integration: Handles direct debit payments using Paystack's API.
- React Frontend: Interactive UI built with React and Vite.
- Serverless Backend: Vercel serverless functions handle secure transactions.
- Environment Variables: Keys and sensitive data are securely stored using environment variables.
- Frontend: React, Vite
- Backend: Node.js, Vercel Serverless Functions
- Payment Gateway: Paystack API
- HTTP Client: Axios
- Environment Management: Vercel Environment Variables
Make sure you have the following installed:
- Node.js (v12 or higher)
- Vercel CLI (Optional, for local development)
- Paystack Account (for API keys)
Before running the project, create an .env
file in your project root and add the following environment variables:
VITE_PAYSTACK_PUBLIC_KEY=your_public_key_here
PAYSTACK_SECRET_KEY=your_secret_key_here
This project is licensed under the MIT License.