uniteller-helper

0.1.0 • Public • Published

UnitellerHelper

Simple package for helping integrate Uniteller in your application.

Env:

  • UNITELLER_UPID: string
  • UNITELLER_LOGIN: string
  • UNITELLER_PASSWORD: string
  • UNITELLER_URL: string

At initialization must be these parameters:

  • orderId: string | null (can be empty string, uniteller will generate it)
  • upid: string
  • login: string
  • password: string
  • url: string
  • debug: boolean

Methods

  1. createPaymentLink
  2. checkPaymentStatus
createPaymentLink - create the payment link for your store. You have to give method these parameters:
  • amount: number

checkPaymentStatus - check the payment's status code. You have to give method these parameters:

  1. orderId: string

Stay safe! 2022

Readme

Keywords

Package Sidebar

Install

npm i uniteller-helper

Weekly Downloads

132

Version

0.1.0

License

ISC

Unpacked Size

18.5 kB

Total Files

7

Last publish

Collaborators

  • perezvonish