1.5.0 • Published 2 years ago

@pg-devops/wallet v1.5.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 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

2 years ago

1.4.5

2 years ago

1.4.4

2 years ago

1.4.3

2 years ago

1.4.2

2 years ago

1.4.1

2 years ago

1.4.0

2 years ago

1.4.20

2 years ago

1.4.21

2 years ago

1.2.18

2 years ago

1.2.19

2 years ago

1.5.0

2 years ago

1.3.1

2 years ago

1.3.0

2 years ago

1.2.20

2 years ago

1.4.9

2 years ago

1.4.11

2 years ago

1.4.8

2 years ago

1.4.10

2 years ago

1.4.7

2 years ago

1.4.13

2 years ago

1.4.12

2 years ago

1.4.15

2 years ago

1.4.14

2 years ago

1.4.17

2 years ago

1.4.16

2 years ago

1.4.19

2 years ago

1.4.18

2 years ago

1.2.17

2 years ago

1.2.16

2 years ago

1.2.15

2 years ago

1.2.14

2 years ago

1.2.13

2 years ago

1.2.12

2 years ago

1.2.11

2 years ago

1.2.10

2 years ago

1.2.9

2 years ago

1.2.8

2 years ago

1.2.7

2 years ago

1.2.6

2 years ago

1.2.5

2 years ago

1.2.4

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.9

2 years ago

1.1.8

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

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