paypax
TypeScript icon, indicating that this package has built-in type declarations

1.7.6 • Public • Published

GitHub Workflow Status GitHub npm npm npm type definitions GitHub commit activity GitHub last commit Deno badge Discord badge

PayPax

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

icon

can call it either paypax or PayPax.

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

https://www.npmjs.com/package/paypax

UseCase

  • Cash dispenser
  • PayPay for Web
  • ... (and more)

Features

  • Fastest
  • Multi Platform (Node.js, Deno, Bun...)
  • Easy
  • Strict Error
  • feats
    • getBalance
    • getUserInfo
    • createLink
    • getLink
    • receiveLink
    • sendMoney
    • and more (History, payments...)

Installation

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

Docs

https://edamame-x.github.io/paypax

example

Error 0番

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

Error 1番

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

Error 2番

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

Error 3番

パースのエラー

PullRequest

See CONTRIBUTING.md

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

Created by @amex2189
For Educational Only.

Python版: https://github.com/taka-4602/PayPaython 設計元 Disocrd: @developerspartner

Readme

Keywords

Package Sidebar

Install

npm i paypax

Weekly Downloads

128

Version

1.7.6

License

MIT

Unpacked Size

210 kB

Total Files

83

Last publish

Collaborators

  • ame-x