The IremboPay Node.js SDK is a powerful and developer-friendly tool designed to simplify the integration of payment functionality into your Node.js applications. With a comprehensive suite of features, the SDK streamlines transaction management, making it effortless to handle payment processing within the IremboPay ecosystem. Whether you’re building a new application or enhancing an existing one, the IremboPay Node.js SDK ensures seamless integration, robust performance, and a smooth development experience.
Installation
npm install @irembo/irembopay-node-sdk
Initialization
const IremboPay = require("@irembo/irembopay-node-sdk").default;
const iPay = new IremboPay(process.env.IPAY_SECRET_KEY,process.env.IPAY_ENVIRONMENT)