Skip to main content
The Deno 2 Release Candidate is here
Learn more

PayPay.x.js | PayPax

PayPay UnOffical api Rapper Library | Various PayPay operations can be automated, from login to balance transfer and confirmation. Open Source Software 🎁

can call it either PayPay.js or PayPax.

for Node.js, Deno, Bun (all :) )

https://www.npmjs.com/package/paypay.x.js

Features

  • Fastest
  • Multi Platform (Node.js, Deno, Bun…)
  • Easy
  • Strict Error
  • feats
    • getBalance
    • getUserInfo
    • createLink
    • getLink
    • receiveLink

Installation

  • Node.js or Bun
npm i --save-dev paypay.x.js
or
yarn add -D paypay.x.js
or
pnpm i -save-dev paypay.x.js
or
bun i -D paypay.x.js
  • Deno
import { PayPay } from "https://deno.land/x/paypayjs/mod.ts"
...

Docs

作者に聞くか
example ディレクトリのコードを見てください。

Error 0番

ライブラリの初期化エラー 電話番号、パスワード、UUIDの形式の何れかが間違っている

Error 1番

ライブラリのメソッドエラー リンクが存在しない等

Error 2番

初期化(ログイン)が終わっていないと実行できないメソッドを実行している。

PullRequest

See CONTRIBUTING.md

設計: https://lucid.app/lucidchart/…

Created by @amex2189

Python版 元版: https://github.com/taka-4602/PayPaython