# Checkout JS Documentation
Checkout JS is a billing library for building web checkout flows on Paystack.

# Installation
```bash
npm install @paystack/checkout-js --save
```

or just grab the js file and add it to your html directly
```html
<script src="https://js.paystack.co/v1/checkout.js"></script>
```
