A NodeJS Package that makes implementation of multiple payment Gateways endpoints and webhooks seamless
You can install the package via composer:
npm install multi-payment-gateway
import { Paystack } from 'multi-payment-gateway';
const paystack = new Paystack('sk_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx');
# createRecipient
# resolveAccount
# verifyTransaction
# getBanks
# initiateTransfer
# chargeAuthorization
npm run test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.