Engineering case study · 04
Demo and public source available
PhonePe Payment Gateway for Next.js
A Next.js 15 integration for PhonePe Standard Checkout with the official PhonePe Node SDK.
- framework
- Next.js 15
- PhonePe integration
- Official SDK
- environments
- 2

Checkout from request to result
The integration uses PhonePe Standard Checkout through the official pg-sdk-node package. It covers payment initiation, status verification, webhook callbacks, and result pages in a Next.js 15 application.
Money and environments made explicit
Amounts are handled in paisa, and configuration supports both sandbox and production environments.
The public repository contains the implementation, while the hosted demo provides a working interface for the integration flow.