1.0.0 • Published 6 months ago
@specialman/payscribe v1.0.0
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
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
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