Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

inicis

greatSumini94MIT1.2.9TypeScript support: included

KG Inicis client for nodejs

inicis, kg

readme

Nest Logo

KG Inicis client for Node.js

NPM Version Package License NPM Downloads Coverage

이 모듈은 KG이니시스에서 제공하는 API를 Node.js®로 구현한 클라이언트입니다.
KG INICIS의 개발 가이드는 여기를 참고하시기 바랍니다.
이 라이브러리를 사용하여 발생하는 손실이나 문제는 책임지지 않습니다.

Requirements

Installation

$ npm install --save inicis

Features

  • stdpay
    • <input checked="" disabled="" type="checkbox"> getParams
    • <input checked="" disabled="" type="checkbox"> auth
  • mobpay
    • <input disabled="" type="checkbox"> getParams
    • <input disabled="" type="checkbox"> auth

Usage

import Inicis from 'inicis';

const inicis = new Inicis({
  mid: 'your mid',
  signkey: 'your signkey',
});

// 웹표준결제에 필요한 파라미터 받아오기
inicis.stdpay.getParams({
    ...
})

Author

Contribution

  • 이 프로젝트는 누구나 참여 가능합니다.
  • 버그나 개선점 및 의견 등은 이슈Pull Request를 활용해주세요.

License

This Package is MIT licensed.

References

changelog

Inicis Release Notes

1.0.0

  • add InicisStdpay.auth
  • add inicis constants

    InicisCardCode, InicisBankCode, InicisSourceCode)

  • remove class-validator

  • rename github repository