1.5.0 • Published 3 years ago

@pg-devops/wallet v1.5.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Introduction

This package will worked as SDK of ecom-wallet service help your application control users'accounts by transferring helping them to deposit funds and make payments

How to use

After installing @pg-devops/wallet, just import "Wallet" from the package in next API which you need to interact with accounts

import Wallet from "@pg-devops/wallet";

Then create a new instance with parameters: API key (generated by creating a new application in wallet domain) and user token (optional - return to user after creating a new wallet or connecting an existing wallet)

For example:

const wallet = new Wallet(baseUrl, jwtSecret, apiKey, userToken)

After that call equivalent method to your using purpose: - create: create a new user wallet - connect: connect to an existing user wallet using email and password - deposit: add funds to user wallet using payment methods such as Stripe, Paypal, Payoneer, ... - pay: transfer funds from user wallet to app owner's revenue wallet to pay your products

1.4.6

3 years ago

1.4.5

3 years ago

1.4.4

3 years ago

1.4.3

3 years ago

1.4.2

3 years ago

1.4.1

3 years ago

1.4.0

3 years ago

1.4.20

3 years ago

1.4.21

3 years ago

1.2.18

3 years ago

1.2.19

3 years ago

1.5.0

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.20

3 years ago

1.4.9

3 years ago

1.4.11

3 years ago

1.4.8

3 years ago

1.4.10

3 years ago

1.4.7

3 years ago

1.4.13

3 years ago

1.4.12

3 years ago

1.4.15

3 years ago

1.4.14

3 years ago

1.4.17

3 years ago

1.4.16

3 years ago

1.4.19

3 years ago

1.4.18

3 years ago

1.2.17

3 years ago

1.2.16

3 years ago

1.2.15

3 years ago

1.2.14

3 years ago

1.2.13

3 years ago

1.2.12

3 years ago

1.2.11

3 years ago

1.2.10

3 years ago

1.2.9

3 years ago

1.2.8

3 years ago

1.2.7

3 years ago

1.2.6

3 years ago

1.2.5

3 years ago

1.2.4

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.9

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

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

3 years ago

1.0.0

3 years ago