@celercore/payments

2.1.2 • Public • Published

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

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.

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i @celercore/payments

Weekly Downloads

1

Version

2.1.2

License

MIT

Unpacked Size

7.32 kB

Total Files

7

Last publish

Collaborators

  • hasanoes