1.0.1 • Published 1 year ago

idpay-checkout v1.0.1

Weekly downloads
-
License
-
Repository
github
Last release
1 year ago

Simple Module For IDPay Website Payment Gateway

🕹 Usage

Install the package from npm / yarn or any other package managers.

npm install idpay-checkout
# or
yarn add idpay-checkout
const { IDPayClient } = require("idpay-checkout");
// or
import { IDPayClient } from "idpay-checkout";

/**
 * Create IDPay object. Wrapper around constructor.
 * @param  {String} API_KEY [Required]
 * @param  {Boolean} SandBox [Required]
 */
const Client = IDPayClient("xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", true);

📢 API

Visit test file for examples

1.0.1

1 year ago

1.0.0

1 year ago

0.0.2

1 year ago

0.0.4-beta

1 year ago

0.0.3-beta

1 year ago

0.0.1

1 year ago