@celercore/payments
v2.1.2
Published
Celer Core Payments is a library with payments.
Downloads
15
Readme
CelerCore Payments
Celer Core Payments is a library with payments.
Installation
Use the package manager npm to install celercore/payments.
npm i @celercore/payments
Usage
const { Lvlup } = require('@celercore/payments')
const lvlup = new Lvlup({
token: "YOUR_TOKEN",
sandbox: true
})
lvlup.createPayment({
amount: "5",
redirectUrl: "https://example.com/redirect",
webhookUrl: "https://example.com/webhook"
})
Payment operators
- [x] PayPal
- [x] Lvlup
- [x] Hotpay SMS
- [ ] Hotpay Transfer
- [ ] CashBill
- [ ] MicroSMS
- [ ] Paybylink
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.