Skip to content

niklabh/payzippy

Repository files navigation

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.

About

Payzippy payment gateway api implementation for node

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published