New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

inipay-js

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

inipay-js

이니시스 결제 모듈 패키지

latest
Source
npmnpm
Version
0.2.2
Version published
Maintainers
1
Created
Source

inipay-js

inipay-js는 Javascript(Node.js) 환경에서 이니시스 결제모듈을 쉽게 사용할 수 있도록 개발한 이니시스 결제 모듈 패키지입니다. 이 라이브러리를 사용하여 발생하는 손실이나 문제는 책임지지 않습니다.

이니시스 문서 버전 v1.5.0

Example

  • Nuxtjs(v2.11.0)

사용 가능 결제 타입

  • 이니페이(웹 표준 결제)
  • 이니페이(모바일 결제)

웹 표준 결제

  • 신용카드 결제
  • 실시간 계좌이체
  • 무통장입금(가상계좌)
  • 휴대폰결제
  • 포인트
  • 상품권(문화상품권, 해피머니상품권, 스마트문화상품권)
  • 전화결제(ARS)
  • 전자지갑
  • 신용카드빌링 (빌링키 발금만 가능)

Install

NPM

yarn add inipay-js
// or
npm install --save inipay-js

with Nuxt

// examples/nuxt

yarn

yarn dev
// plugins/inipay.js
import Inipay from "inipay-js";

export default function(ctx, inject) {
  inject(
    "inipay",
    new Inipay({
      signKey: "",
      mid: ""
    })
  );
}
// nuxt.config.js
{
  plugins: ["~/plugins/inipay"];
}

Author

Ruden

Keywords

이니시스

FAQs

Package last updated on 19 Feb 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts