PAYNOW.JS
The embeddable PayNow checkout.
A drop-in overlay for any website. Install it, pass a checkout token, and the buyer pays without leaving your page.
$npm i @paynow-gg/paynow.js
index.html
// Load once, anywhere in <head>
<script src="https://cdn.paynow.gg/paynow-js/bundle.js" defer></script>
// Then open the overlay with a checkout token
window.PayNow.checkout.open({ token: "CHECKOUT_TOKEN" })
LIVE DEMO
This is what your buyers see.
The demo opens a real PayNow checkout in test mode, in the overlay, over this page.
