1.0.5 • Published 2 years ago

dpay v1.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

dpay

Payment Request API

Install

npm install dpay

Get auth token

You need to register an account from our website and then get the token from the settings page

Sample Codes

var dpay = require("dpay")();
var params = {
    auth_token:"YOUR AUTHENTICATION TOKEN",
    order_code:"GENERATE UNIQUE CODE AND STORE IT ON YOUR DATABASE",
    token_address:"YOUR TOKEN ADDRESS",
    amount:"AMOUNT",
};
const result = await dpay.paymentIntents.create(params);
console.log(result)
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