1.0.5 • Published 3 years ago

tappay-typescript v1.0.5

Weekly downloads
2
License
MIT
Repository
github
Last release
3 years ago

tappay-typescript

npm version Build Status

This is an unofficial SDK with Typescript Support.

Usage

npm i tappay-typescript

How to Use

// example.ts
import TapPayService from 'tappay-typescript';

// init service
const Service = new TapPayService({
  partner_key: 'PARTNER_KEY',
  env: 'sandbox', // 'sandbox' or 'production'
});

// payment with sdk
const response = await service.payByPrime(postData);

Test

Will be Update.

Example

See this repo: tappay-typescript-example

Reference

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

4 years ago

1.0.0

4 years ago