@paystack/checkout-js
Version:
Client-side JS library for billing on Paystack
13 lines (10 loc) • 308 B
Markdown
# 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>
```