0.1.11 • Published 5 months ago

digiflazz-sdk v0.1.11

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

Digiflazz Client Library

Installation

pnpm add digiflazz-sdk
# or
npm install digiflazz-sdk
# or
yarn add digiflazz-sdk

API

Create Digiflazz Config

import createDigiflazzConfig from "digiflazz-sdk"

const digiflazz = createDigiflazzConfig({
    username: [your digiflazz username],
    key: [your digiflazz api key]
})

Cek Saldo

const amount = await digiflazz.cekSaldo(
    'prepaid | pasca'
);

Daftar Harga

const priceList = await digiflazz.daftarHarga();

Tiket Deposit

const deposit = await digiflazz.deposit({
    amount: 'nominal',
    bank: 'bank',
    name: 'bank account own name'
});

Transaksi Top Up

const topup = await digiflazz.transaksi({
    sku: 'sku',
    customerNo: 'customer order number',
    refId: 'reference id',
    cmd: 'null | pay-pasca | inq-pasca | status-pasca | pln-subscribe'
    testing: boolean
    msg: 'message'
});

NOTE:

  • inq-pasca: cek tagihan
  • pay-pasca: bayar tagihan
  • status-pasca: cek status tagihan
  • pln-subscribe: cek id pln
  • if the transaction isn't in seller mode dont use cmd.

Webhook (Coming Soon)

Seller Area (Coming Soon)

0.1.10

5 months ago

0.1.11

5 months ago

0.1.0

6 months ago

0.1.1

6 months ago

0.1.8

6 months ago

0.1.7

6 months ago

0.1.9

6 months ago

0.1.4

6 months ago

0.1.6

6 months ago

0.1.5

6 months ago

0.0.2

12 months ago

0.0.1

12 months ago