multi-payment-gateway
v1.1.6
Published
## Installation
Downloads
35
Readme
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.