Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NoxPos — non-custodial stablecoin checkout

Website: https://noxpospay.com

Non-custodial stablecoin checkout for merchants.


Project overview

NoxPos is an indie-built payment product for shops and online stores that want to accept USDT / USDC without giving up custody of funds.

Most crypto checkout tools either take custody, push conversion, or feel too heavy for a counter sale. NoxPos focuses on a simpler job: collect a locked stablecoin amount into the merchant’s own wallet, then reconcile the on-chain transfer so the order or cashier session can be marked paid.

Problems it solves

Pain What NoxPos does
Merchants don’t want a third party holding settlement Payments go directly to merchant-controlled wallets
In-person stablecoin checkout is awkward Cashier turns catalog / amount entry into a customer pay flow
Online stores need drop-in options WooCommerce, Shopify, Hosted Pay, Pay Button SDK
Multi-chain choice confuses staff / buyers Checkout locks network + asset + amount per session
Fees shouldn’t skim the customer transfer Platform fees are billed off-chain (prepaid / monthly)

What you can do today

  • Run a Cashier for counter / face-to-face collection
  • Accept stablecoins via Hosted Pay on custom sites
  • Install WooCommerce or Shopify storefront integrations
  • Embed a Pay Button SDK on your own frontend
  • Bind TRON / Base / Solana receiving wallets in the merchant profile
  • Use product docs, downloads, and account tools on the website

Supported networks & assets

Network Assets
TRON USDT (TRC20)
Base USDC
Solana USDC + USDT

Settlement model (high level)

  1. Merchant configures receiving wallet addresses they control
  2. Checkout creates a session with locked amount / asset / network
  3. Customer pays on-chain to that merchant address
  4. NoxPos reconciles the transfer and marks the session / order paid
  5. Platform fees are settled off-chain — not by holding customer funds

About this repository

This GitHub repo is the public project page for NoxPos (overview, architecture, FAQ, security policy, changelog). Production application source stays private for security.

More detail: ARCHITECTURE.md · docs/overview.md · docs/faq.md · SECURITY.md


Cashier

In-person / merchant-operated stablecoin POS.

Cashier URL: https://app.noxpospay.com
Docs: Cashier guide · Product page

Need it solves

Shop staff need a counter screen that feels like a normal POS: browse products, build a cart total, then collect stablecoins — without sending settlement through a custody platform.

What staff see

  • Product catalog with categories (drinks / food / …)
  • Tap items into a cart, or use Quick charge for a manual amount
  • Checkout total in U (stablecoin units)
  • Scan in person or Push to terminal to start the customer pay flow

Typical flow

  1. Staff opens Cashier, taps products (or enters an amount)
  2. Cashier shows the checkout total
  3. Customer pays the locked stablecoin amount on-chain
  4. NoxPos reconciles → session marked paid (funds already in the merchant wallet)

Simulated Cashier home

Illustrative mock of the Cashier homepage (catalog + cart total) — not a live session:

NoxPos Cashier home mock — product grid and cart total 13.70 U

Demo mock · Latte + Club sandwich → 13.70 U · Scan in person / Push to terminal


Plugins & integrations

Same non-custodial settlement model, different entry points. Flow images below are from the official website product modules on noxpospay.com.

WooCommerce

Gateway for WordPress / WooCommerce stores.

Need it solves: Woo merchants already live in WordPress checkout. They need “Pay with Crypto” next to card — without rebuilding checkout, and without the plugin holding customer funds.

What it does:

  • Adds Pay with Crypto on classic / block checkout
  • Customer chooses network + stablecoin, pays the merchant wallet
  • Order is marked paid after on-chain reconcile
  • Platform fee (e.g. 0.3%) is billed off-chain from prepaid / monthly balance

Docs: WooCommerce · Website module

WooCommerce Pay with Crypto flow — select, network, QR, paid


Shopify

Shopify app for store checkout.

Need it solves: Shopify merchants need stablecoin checkout that fits the Shopify cart / pay flow, syncs order status, and still settles to the merchant’s own wallets.

What it does:

  • Offers Pay with Crypto in Shopify checkout
  • Customer picks network + asset, scans QR or pays from wallet
  • Payment settles to the merchant wallet; order status updates after reconcile
  • Same off-chain fee model as other NoxPos products

Docs: Shopify · Website module

Shopify Pay with Crypto flow — select, network, QR, paid


Hosted Pay

Hosted payment page for self-hosted stores, landing pages, and custom backends.

Need it solves: Custom sites and backends that don’t use Woo/Shopify still need a ready crypto checkout URL — create a session, redirect the customer, get paid status back — without building a full cashier UI.

What it does:

  1. Create a hosted session (API key → payUrl)
  2. Redirect the customer to Hosted Pay
  3. Customer pays on the hosted page (QR / wallet)
  4. Your system is notified via webhook and/or successUrl

Docs: Hosted Pay · Website module

Hosted Pay flow — create session, redirect, hosted pay, notify


Pay Button SDK

Embeddable pay button for custom frontends.

Need it solves: Creators and custom pages want a one-line “Pay with Crypto” control — not a full plugin install or a redirect-only hosted page.

What it does:

  1. Backend creates a checkout session
  2. Drop <noxpos-pay-button> (or equivalent) on any page
  3. Customer opens the modal, picks network, scans / pays
  4. Your page listens for the success event and reconciles

Docs: Pay Button SDK · Website module

Pay Button SDK flow — session, button, modal QR, success event


Trust & links

Website noxpospay.com
Cashier / App app.noxpospay.com
Docs hub Guide
Legal Terms · Privacy
Reviews Trustpilot
Contact cashier@noxpospay.com
Security SECURITY.md

Status

Indie-built and actively maintained. Features and compliance evolve — noxpospay.com is the source of truth for current product status.

© NoxPos · noxpospay.com

About

Public project page for NoxPos — non-custodial stablecoin checkout for merchants. Production source is private.

Topics

Resources

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors