Node.js Package
ZenoPay is a simple and seamless payment designed for developers looking to integrate secure and reliable payment functionality into their applications. With minimal setup, you can initiate payments .
Supported Mobile Networks
Installation
Install the package using npm or yarn:
# Using npm
npm install zenopay
# Using yarn
yarn add zenopayUsage
1. Backend Integration
API Reference
1. Pay(paymentOptions: PaymentOptionsType): Promise<RequestResponseType>
Pay(paymentOptions: PaymentOptionsType): Promise<RequestResponseType>2. CheckPaymentStatus(orderID: string): Promise<RequestResponseType>
CheckPaymentStatus(orderID: string): Promise<RequestResponseType>Example Responses
Payment Response:
Payment Status Response:
Best Practices
Support
License
Last updated