Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 972 Bytes

README.md

File metadata and controls

38 lines (23 loc) · 972 Bytes

payzippyBuild Status

Payzippy payment gateway api implementation for node. Provides API for charging, handling response, refund and status check.

Getting Started

Install the module with: npm install payzippy

var payzippy = require('payzippy').configure(CONFIGURATIONS);

payzippy.charge(data, cb); // Charging API


payzippy.response(req, cb); // Response from callback url

payzippy.refund(data, cb); // Refund API

payzippy.status(data, cb); //Status Check API

Documentation

All transaction amount is in INR paisa. Response API accepts a HttpReq Object from express server.

For More ducumentation Refer https://www.payzippy.com/apidoc

Examples

Example Express Server Using Payzippy API

https://github.com/niklabh/payzippy-example

Contributing

Contributions are most welcome

License

Licensed under the MIT license.