Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

qris-saweria-api

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

qris-saweria-api

API untuk membuat pembayaran QRIS di Saweria secara otomatis

unpublished
latest
Source
npmnpm
Version
2.0.2
Version published
Maintainers
1
Created
Source

QRIS Saweria API

API untuk membuat pembayaran QRIS di Saweria secara otomatis.

✨ Fitur

  • 🔐 Login ke akun Saweria
  • 📷 Membuat QR code pembayaran
  • ✅ Mengecek status pembayaran
  • 💰 Mendapatkan saldo
  • 🔔 Webhook untuk notifikasi pembayaran

✅ Fitur Unggulan

FiturStatus
Pemeriksaan pembayaran otomatis
Pemeriksaan saldo akun pengguna
Menentukan durasi kadaluarsa pembayaran
Penyimpanan melalui Catbox.moe
Pesan otomatis berbasis AI
Cek pembayaran tanpa login
Atur webhook melalui API
Dukungan ECMAScript Modules (ESM)

⚙️ Instalasi

  • Clone repository:
git clone https://github.com/Autoftbot/qris-saweria.git
cd qris-saweria
  • Install dependencies:
npm install
  • Buat file config.json:
{
    "author": "fightertunnel",
    "message": "Created by fightertunnel developer team",
    "logdebugPrefix": "FIGHTERTUNNEL_DEBUG",
    "logerrPrefix": "FIGHTERTUNNEL_ERR",
    "file": "config.json",
    "backendUri": "https://backend.saweria.co",
    "frontEnd": "https://saweria.co",
    "aiUri": "https://lamas.aisbir.cloud/?normal=true&prompt="
}

Penggunaan

const { fightertunnelSawer } = require('./index');

const saweria = new fightertunnelSawer({
    username: "username_anda",
    email: "email_anda",
    password: "password_anda"
});

// Login
const login = await saweria.login();

// Buat QR code pembayaran
const qr = await saweria.createPaymentQr(10000, 60); // Rp 10.000, expired 60 menit

// Cek status pembayaran
const status = await saweria.cekPaymentV1(qr.trx_id);

// Cek saldo
const saldo = await saweria.getSaldo();

Lisensi

MIT License

Kontribusi

Silakan buat pull request untuk kontribusi.

Kontak

  • GitHub: Autoftbot

Keywords

saweria

FAQs

Package last updated on 23 Apr 2025

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