Skip to main content
1

Getting Started

To get started with Chipi Pay in your Next.js application
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.
With Clerk, you can follow their Quickstart Guide to get started.
2

Install the Chipi SDK

First, install the required packages:
3

Setup the Chipi SDK Provider

  1. Create a .env file in your project root and add your API keys:
Get your Chipi API keys from the Chipi Dashboard quickstart. Get your Clerk keys from the Clerk Dashboard.
  1. Set up the Chipi Pay provider in your application:
Need help? Check out our Telegram Community for support and to connect with other developers.