Giter VIP home page Giter VIP logo

xploader's Introduction

Documentation

How to use Xploader module

Install

npm install rachmanzz/xploader

Setup Instance

const xp = require('xploader')
const Xp = new xp({
    id: 'your number id', // number only
    key: 'your key xp',
    api: 'your api xp'
  })

Check Balance

const result = yield Xp.balance()

Check Price of Product

const result = yield Xp.price(code) // code is code of Product

Check list of price

const result = yield Xp.pricelist()

Deposit

const result = yield Xp.deposit({
    payment: 'your payment method', // bitcoin, dogecoin, litecoin, bca, bni, bri, mandiri, indosat, telkomsel, xlaxiata
    amount: 'amount of deposit',
    origin: 'if needed, setup if phone load transfer/transfer pulsa' // origin is number of phone
  })

check deposit status

const result = yield Xp.checkdeposit(trx) // trx your transaction id of deposit

order Product

const result = yield Xp.order({
    url: 'your domain callback url',
    trx: 'unique trx id',
    code: 'Product code',
    to: 'number phone to load a balance',
    origin: 'origin number phone, if need to message if success'
  })

Result return you can check at https://xp.sindonesia.net/api.php

Module

Work if not any change of transaction method at https://xp.sindonesia.net/api.php

xploader's People

Contributors

rachmanzz avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.