1.1.0 • Published 2 years ago

@nkhind/vivawallet-sdk v1.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years 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

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago