Getting Started
To get started with Chipi Pay in your Next.js applicationWith Clerk, you can follow their Quickstart Guide to get started.
If you get
ERESOLVE peer dependency errors when installing Clerk, run npm install --legacy-peer-deps. This is a known Clerk + React 19 compatibility issue.Setup the Chipi SDK Provider
- Create a
.envfile in your project root and add your API keys:
- Set up the Chipi Pay provider in your application:
