marasoftpay-payment-client

1.0.0 • Public • Published

Marasoftpay API wrapper

This is a NODEJS API wrapper for marasoftpay.com

Installation

npm install marasoftpay-payment-client

Usage

const { GetBanks, CreateTransfer } = require("marasoftpay-payment-client");

Get Banks

let enc_key = "your-marasoftpay-encryption-key";

let banks = GetBanks(enc_key);

Create Transfer

let api_secret_key = "your-marasoftbank-secret-api-key";

let result = CreateTransfer(enc_key, amount, account_number, bank_code, description, transactionRef, currency);

Package Sidebar

Install

npm i marasoftpay-payment-client

Weekly Downloads

0

Version

1.0.0

License

ISC

Unpacked Size

2.35 kB

Total Files

4

Last publish

Collaborators

  • quareeb