UNPKG

np-payment-sdk

Version:

Unified Payment SDK for Nepal (eSewa, Khalti, ConnectIPS, IME Pay, Mobile Banking)

8 lines (7 loc) 275 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.paymentWebhookHandler = paymentWebhookHandler; function paymentWebhookHandler(req, res) { // TODO: Implement webhook handler logic return res.status(200).json({ received: true }); }