Your players pay with QRPh, GCash or Maya — the product lands in-game automatically. No Discord tickets, no waiting for you to come online. Create a canvas and that’s it.
Set up once. Every sale after that runs itself.
Drag blocks around, set prices in peso, hit publish. The builder handles the rest — looks good on mobile too.
Whatever payment method they already have. They tap, pay, done. Money lands in your wallet.
Payment clears → rank granted. No screenshots, no manual /give. The player gets it in seconds.
No international credit cards required. Just the wallets and banks every Filipino already uses.
Design your shop by moving blocks. Products, banners, custom pages. Looks good on phone and desktop. No templates to wrestle.
Minecraft, Rust, ARK, CS2, Garry's Mod — or build your own. One endpoint, idempotent, test mode included.
Every peso lands in your wallet. Cash out to any PH e-wallet or bank. No minimum, no foreign transfer fees.
Players buy ranks for friends. You run discount codes and flash sales. Give each server its own API key. One account, your whole network.
No more Discord screenshots. No more /give commands at dinner. Payment clears, reward runs, player gets it. You do nothing.
POST to create a payment link. GET to poll for rewards. The plugin handles the rest — or build your own with the REST API.
# Create a checkout in one request curl -X POST https://api.kantopay.com/v1/payments/from-product -H "Authorization: Bearer kp_live_***" -H "Content-Type: application/json" -d '{"product":"OG Rank","amount":"239.00","rewards":["lp user {player} parent add og"]}' # → a ready-to-share pay link, instantly { "id": "pay_9f2c8a", "pay_url": "https://pay.kantopay.com/9f2c8a" }# Your server polls for paid rewards GET /v1/rewards/pending { "deliveries": [{ "buyer_name": "xX_D4rkSlayer_Xx", "command": "lp user xX_D4rkSlayer_Xx parent add og", "status": "pending" }]}# plugins/KantoPay/config.yml api_key: "kp_live_***" poll_seconds: 5 retry_failed: true announce: "&d{player} &7bought &b{product}!" # that's it — rewards run themselves.
Free to set up, free to run. You only pay when someone buys something.