Skip to content

jerozeek/multi-payment-gateway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A NodeJS Package that makes implementation of multiple payment Gateways endpoints and webhooks seamless

Installation

You can install the package via composer:

npm install multi-payment-gateway

Usage

import { Paystack } from 'multi-payment-gateway';
const paystack = new Paystack('sk_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx');

Endpoints implemented

# createRecipient
# resolveAccount
# verifyTransaction
# getBanks
# initiateTransfer
# chargeAuthorization

Testing

npm run test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

A sample interface building for paystack based API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published