gardeshpay

1.0.2 • Public • Published

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)
})

Readme

Keywords

none

Package Sidebar

Install

npm i gardeshpay

Weekly Downloads

2

Version

1.0.2

License

Apache-2.0

Unpacked Size

23.4 kB

Total Files

7

Last publish

Collaborators

  • rnostafa