@nkhind/vivawallet-sdk
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

VivaWallet Node SDK

This is a Non-official VivaWallet Node SDK. It provides a simple way to interact with the VivaWallet API.

Exemple:

import { VivaWallet } from '@nkh/vivawallet-sdk';

const vivawallet = new VivaWallet({
  smartClientId: 'your-smartcheckout-client-id',
  smartClientSecret: 'your-smartcheckout-client-secret',
  merchantId: 'your-merchant-uuid',
  apikey: 'your-api-key',
  // Optional
  sourceCode: 'MY_SOURCE_CODE',
});

TypeScript

The SDK is written in TypeScript for classes typesafety and Vivawallet Webhook typesafety.

Readme

Keywords

Package Sidebar

Install

npm i @nkhind/vivawallet-sdk

Weekly Downloads

15

Version

1.1.0

License

ISC

Unpacked Size

72.9 kB

Total Files

42

Last publish

Collaborators

  • naikho