PayNow
DEVELOPERS

Ship a full store with an afternoon of code.

paynow.js for the checkout, a REST API for everything else, and signed webhooks for delivery. PayNow stays the Merchant of Record.

checkout.htmllive demo →
// Load paynow.js once
<script src="https://cdn.paynow.gg/paynow-js/bundle.js" defer></script>
// Open the overlay with a checkout token
window.PayNow.checkout.open({ token: checkoutToken });
// Deliver on order.completed — signed webhook
app.post("/webhooks/paynow", grantPurchase);

Three ways in

Start building today

Free to start, test mode included. Grab your API keys from the dashboard.