1.1.0 • Published 1 year ago

@nkhind/vivawallet-sdk v1.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

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.

1.1.0

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago