PayRex NextJS Demo
This repository is a demo nextjs application integrating PayRex's payments product.
- Install dependencies. Run npm install.
- Replace the existing values with your PayRex API keys:
- src/app/PaymentForm.tsx (Public API key)
- src/app/redirect/ConfirmationSection.tsx (Public API key)
- src/app/page.tsx (Secret API key)
- Run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.