1.0.0 • Published 6 months ago

@specialman/payscribe v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Payscribe NodeJS SDK

Introduction

This guide provides an overview of the Payscribe SDK, including methods for managing accounts, retrieving services, handling customers, processing transactions, and more. The SDK simplifies interactions with the Payscribe API, allowing developers to integrate its functionalities easily.

Table of Content

  1. Requirements
  2. Installation
  3. Setup
  4. Usage
  5. Contributing
  6. License

Requirements

  • Payscribe Public Key.
  • Node JS v18 or higher.

Installation

npm install @specialman/payscribe

Setup

let payscribe = require("@specialman/payscribe");
payscribe = payscribe("your_public_key");

Usage

  1. Responses
  2. Account
  3. Customers
  4. Betting
  5. Airtime
  6. Misc

Contributing

We welcome community contributions to this project.

Please read our Contributor Guide for more information on how to get started. Please also read our Contributor Terms before you make any contributions.

License

By contributing to this project, you agree that your contributions will be licensed under its MIT license.

Copyright (c) Special Man Global Solution LTD.

1.0.0

6 months ago