Skip to content
This repository has been archived by the owner on Jul 23, 2022. It is now read-only.
/ tappay-typescript Public archive

This is an unofficial SDK with Typescript Support.

License

Notifications You must be signed in to change notification settings

wiasliaw/tappay-typescript

Repository files navigation

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

About

This is an unofficial SDK with Typescript Support.

Resources

License

Stars

Watchers

Forks

Packages

No packages published