Maximize Your Game Server's Revenue—Start Selling in Minutes
Set up your webstore, link your game servers, and start selling in-game items with ease. No hassle, no limits—just a seamless way to grow your business and boost your sales.





Secure Payments, Full Control, Maximum Earnings
As a Merchant of Record, PayNow takes on the full responsibility of handling payments, allowing you to focus on growing your business. We provide 100% chargeback coverage, so you never have to worry about disputes or fraud—it's all included in our low fees. For more details, check out our fee page.
Recurring Billing & Subscription Management
Streamline your subscription business with our automated recurring billing system! Effortlessly manage customer accounts without lifting a finger—saving you time and improving cash flow.
Global Tax Compliance
Selling worldwide? Let us take care of the complex global tax regulations for you. Our platform automatically calculates, collects, and remits the correct taxes, ensuring you're always compliant in every country.
Worldwide Payments
Our Headless API lets you fully customize your SaaS platform. Prefer simplicity? Choose our hosted webstore for a quick, ready-to-go solution—your online store, your way.
Coupons and Discounts
Boost your sales with discounts and coupons! Easily create and apply promotions to attract more customers and drive conversions—it's a proven way to increase revenue and customer loyalty.

Full Chargeback Protection
Worried about chargebacks? With our 100% chargeback protection, you'll never lose money to fraudulent disputes. We've got you covered so you can focus on growing your business with confidence.
Build your custom store today
Our Headless API lets you fully customize your store. Prefer simplicity? Choose our hosted webstore for a quick, ready-to-go solution—your online store, your way.

Project Nova (Hosted Webstore)

RustMaps (Headless API)

Rusticated (Headless API)

Stevious (Headless API)

Limitless (Hosted Webstore)
Take control of your entire store with our developer-friendly API. From the flexible headless storefront to deep backend functions, we've built it for developers. Hook PayNow into your game servers without the headaches, and get your store running in minutes instead of days. Clear docs and actual human support when you need it.
// Create a checkout session from a customer token
const checkout = {
subscription: true,
lines: [
{
product_id: '194085096284758016',
quantity: 1,
}
]
};
// Send the checkout request to PayNow
const response = await fetch('https://api.paynow.gg/v1/checkout', {
method: 'POST',
headers: {
'Authorization': `Customer ${token}`,
},
body: JSON.stringify(checkout),
});
const checkout = await response.json();
// Redirect the user to the checkout page
window.open(checkout.url, '_blank');
Headless (storefront) API
Build custom shopping experiences and generate checkout sessions seamlessly with our flexible storefront API.
Management API
Take complete control of your store through our comprehensive management API, with full access to products, customers, orders, and additional features.
Webhooks
Get notified instantly about orders, refunds, and delivery events with our webhooks. We support both JSON and Discord webhook formats.
Security
Built with security at its core, our APIs combine robust protection with ease of use, featuring webhook HMAC signing and comprehensive role-based access controls that follow the principle of least privilege.