New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

ari10-sdk

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ari10-sdk

Ari10 SDK for JavaScript Unofficial Ari10 SDK

latest
Source
npmnpm
Version
1.1.8
Version published
Maintainers
1
Created
Source

Ari10 SDK for JavaScript

Unofficial Ari10 SDK

NPM version NPM downloads Typing code style: prettier

Table of Contents

Getting Started

Prerequisites

  • Node.js v14 or higher.

Installation

Using your favorite package manager, install ari10-sdk package.

NPM:


npm install --save ari10-sdk

YARN:


yarn add ari10-sdk

Usage

Platform Init

SDK config parameters

To correctly configure the SDK, the init method needs to receive the environment, api key and language:

PropertyTypeDefault valueDescription
environment'sandbox' | 'production' \'sandbox'Enviroment to use.
apiKey'string'''
language'en' | 'pl''en'

Code snippet:

import ari10Sdk from  'ari10-sdk';

// SDK Init
ari10Sdk.init("production", "xxx-xxxx-xxxx-xxx", "en");

Method Call

Start Deposit

PropertyTypeRequiredDescription
depositReferenceId'string'YesEnviroment to use.
email'string'NoUser email address
phone'string'NoUser phone number

Code snippet:

ari10Sdk.startDeposit(depositReferenceId, email, phone);

License

Copyright © 2023 CG.

Keywords

ari10

FAQs

Package last updated on 11 Dec 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts