You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Production-ready Next.js e-commerce template with ABA PayWay payment integration
Overview
ProStore is a modular Next.js template designed to help Cambodian e-commerce developers integrate ABA PayWay payment processing quickly and securely. Built with TypeScript, Tailwind CSS, and the Next.js Pages Router for maximum compatibility and ease of deployment.
✅ Sandbox & production environments
✅ Webhook-ready API routes
✅ Modular payment utilities
✅ Type-safe with TypeScript
Tech Stack
Layer
Technology
Framework
Next.js 14 (Pages Router)
Language
TypeScript / JavaScript
Styling
Tailwind CSS + CSS Modules
Payment
ABA PayWay API (Sandbox & Production)
Tooling
ESLint · Prettier · TypeScript
Quick Start
# 1. Clone the repository
git clone https://github.com/SereyodamChek/ProStore_PayWay-Intergration.git
cd ProStore_PayWay-Intergration
# 2. Install dependencies
npm install
# 3. Configure environment
cp .env.example .env
# Edit .env with your PayWay credentials# 4. Start the dev server
npm run dev