1.0.2 • Published 4 years ago

gardeshpay v1.0.2

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
4 years ago

nodejs gardeshpay sdk

USAGE

use below command for install with yarn:

yarn add gardeshpay

or npm:

npm i --save gardeshpay

payment || get token

  const x = new GP("token api");
  x.getToken("1000 (price)","https://callback.com",
      "invoiceNumber", "invoiceDate", "description").then(res => {
      //redirect to url from response
});

verify payment

x.verify("tracking number").then((res) => {
    console.log(res)
})
1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago