idpay-checkout
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

idpay-checkout

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

Package Sidebar

Install

npm i idpay-checkout

Weekly Downloads

6

Version

1.0.1

License

none

Unpacked Size

19.3 kB

Total Files

27

Last publish

Collaborators

  • hadi.az