1.0.6 • Published 3 years ago

pagos24-js v1.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Pagos24 SDK

The Pagos24 SDK is a tool that you will be able to use to integrate all Pagos24 services in your web app. From making online payments to making physical payments through a POS.

Intallation

npm install pagos24-js

Usage

import Pagos24 from 'pagos24-js';

const pagos24 = new Pagos24({
    token: 'ZXhhbXBsZUBlbWFpbC5jb206WlRoZk1UaGhjMlE0UVRFNVlYTmtNMU00WVE9PQ==';
    email: 'example@email.com';
    secretKey: 'yourSecretKey';
    appId: 'ZVk4ZlNEOTg0c2RzM1A4MmRh';
    projectUrl: 'https://www.yourweburl.com';
    sandbox: true;
    lang: 'en-US';
});
ParametersDescription
tokenAuthorization token found in Pagos24 panel
emailYour e-mail address
secretKeyYour secret key registered with Pagos24
appIdApp ID generated in the Pagos24 panel
projectUrlReference URL of your project
sanboxSpecifies if the library is in test or production mode (Recommended to use true if the library is being tested)
langResponse language. enum (es-VE, en-US, pt-BR)

Documentation

To learn about all the functions of the Pagos24 SDK, we invite you to see our documentation.

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.3

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago