nodejs-payu-sdk

1.0.2 • Public • Published

NodeJs Payu SDK

A lightweight library that allows easy communication with the Polish Payu API v2_1.

Getting Started

Install it via npm:

npm install nodejs-payu-sdk --save

Use the built-in methods:

var Payu = require('nodejs-payu-sdk');
var payu = new Payu(clientId, clientSecret, posId, key, environment);
payu.createOrder({ ... })
    .then((res) => { })
    .catch((err) => { });

Available methods

  • getShopData()
  • getOrder(orderId)
  • getOrderTransactions(orderId)
  • createOrder(order)
  • cancelOrder(orderId)
  • refundOrder(orderId, amount, description)
    • amount(optional): empty means full refund
    • description(optional)
  • verifyNotification(json, headers)

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i nodejs-payu-sdk

Weekly Downloads

4

Version

1.0.2

License

MIT

Unpacked Size

8.38 kB

Total Files

4

Last publish

Collaborators

  • sacrize