https://github.com/edamame-x/paypax
PayPay Unofficial api wrapper Library 🎁
https://github.com/edamame-x/paypax
bun deno nodejs paypay paypayjs
Last synced: about 2 months ago
JSON representation
PayPay Unofficial api wrapper Library 🎁
- Host: GitHub
- URL: https://github.com/edamame-x/paypax
- Owner: EdamAme-x
- License: mit
- Archived: true
- Created: 2024-01-15T14:56:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-04T02:40:13.000Z (6 months ago)
- Last Synced: 2025-03-25T19:54:02.190Z (about 2 months ago)
- Topics: bun, deno, nodejs, paypay, paypayjs
- Language: TypeScript
- Homepage: https://edamame-x.github.io/paypax
- Size: 219 KB
- Stars: 31
- Watchers: 2
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/EdamAme-x/paypax/actions)
[](https://github.com/EdamAme-x/paypax/blob/main/LICENSE)
[](https://www.npmjs.com/package/paypax)
[](https://www.npmjs.com/package/paypax)
[](https://www.npmjs.com/package/paypax)
[](https://github.com/EdamAme-x/paypax/pulse)
[](https://github.com/EdamAme-x/paypax/commits/main)
[](https://doc.deno.land/https/deno.land/x/paypax/mod.ts)
[](https://discord.gg/ctkpaarr)# PayPax
PayPay Unofficial api Rapper Library | Various PayPay operations can be automated, from login to balance transfer and confirmation.
Open Source Software 🎁
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
```shell
npm i --save-dev paypax
or
yarn add -D paypax
or
pnpm add --save-dev paypax
or
bun add -D paypax
```- Deno
```typescript
import { PayPay } from "https://deno.land/x/paypax/mod.ts"
...
```## Docs
[https://edamame-x.github.io/paypax](https://edamame-x.github.io/paypax/)[example](./example)
### Error 0番
ライブラリの初期化エラー
電話番号、パスワード、UUIDの形式の何れかが間違っている### Error 1番
ライブラリのメソッドエラー
リンクが存在しない等### Error 2番
初期化(ログイン)が終わっていないと実行できないメソッドを実行している。### Error 3番
パースのエラー## PullRequest
See [CONTRIBUTING.md](./CONTRIBUTING.md)## Credit
設計: [https://lucid.app/lucidchart/...](https://lucid.app/lucidchart/b936fcef-e748-436f-8a5a-7ea6cc454a2e/edit?viewport_loc=-11%2C-11%2C1480%2C723%2C0_0&invitationId=inv_11a8f8bf-5dbd-4a1e-9452-7b756d8a91ce)
Created by [@amex2189](https://ame-x.net)
For Educational Only.Python版 & Fork元: [https://github.com/taka-4602/PayPaython](https://github.com/taka-4602/PayPaython)
設計元 Disocrd: @developerspartner