0.1.2 • Published 5 years ago

payu-latam-node v0.1.2

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

PayU Latam Node.js

A small library for PayU Latam

Installation

npm install payu-latam-node

Usage

let payU = require('payu-latam-node');

let payApi = payU({
  apiKey: '...',
  apiLogin: '...'
})

payApi.ping()

Output should be 
{
  code: 'SUCCESS',
  error: null,
  transactionResponse: null
}

Tests

npm test