Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages