1.3.1 • Published 16 days ago

@coinsmart/smartpay-sdk v1.3.1

Weekly downloads
-
License
MIT
Repository
github
Last release
16 days ago

The Official Javascript & Typescript SDK for SmartPay API

About

This repository contains the official Javascript & Typescript SDK for SmartPay API. For the complete API reference, go to API reference.

Usage

Before You Begin

Make sure you have the credentials for SmartPay API Services. Otherwise, please contact SmartPay support for further instructions on how to obtain your API credentials.

Requirements

Installation

npm install @coinsmart/smartpay-sdk

Importing SmartPay SDK

JavaScript:

const { SmartPaySDK } = require("@coinsmart/smartpay-sdk");
const smartpay = new SmartPaySDK(apiKey, secretKey);

TypeScript:

import { SmartPaySDK } from "@coinsmart/smartpay-sdk";
const smartpay = new SmartPaySDK(apiKey, secretKey);

For UAT (sandbox) environment set apiBaseUrl:

const smartpay = new SmartPaySDK(apiKey, secretKey, apiBaseUrl);
1.3.1

16 days ago

1.2.3

11 months ago

1.2.2

11 months ago

1.2.1

1 year ago

1.1.1

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.0

2 years ago

1.0.1

2 years ago