Nerocash
Products
Fees
Get started
Docs
Launch dashboard
Payment processing for theDecentralized Web
Nerocash makes accepting crypto payments and subscriptions simple
with a first-class developer experience and a transparent ultralow 0.5% fee
Launch dashboard
Bitcoin, Ethereum, Tether, Dogecoin, and more.Over 100+ supported cryptocurrencies
Hosted checkout sessionsCreate on-demand customized checkout sessions to enable a seamless two-click checkout experience.
1.2.3.4.5.6.7.
import Nerocash from 'nerocash' const { checkoutUrl } = await Nerocash.createCheckout({ amount: 34.14, currency: ‘USD’, acceptedMethods: [ ’Bitcoin’, ‘Ethereum’, ‘Doge’ ]})
NerocashSDK
SubscriptionsCreate subscriptions with automatically recurring payments on EVM-based chains like Ethereum, Polygon, and Binance using Tether, USDC, or any ERC20 to reduce churn.
1.2.3.4.5.6.7.8.9.10.11.
import Nerocash from 'nerocash' const { checkoutUrl } = await Nerocash.createCheckout({ items: [{ type: Subscription, period: Monthly, amount: 29.99, currency: ‘USD’, acceptedMethods: [ ’USDT’, ‘USDC’, ‘UNI’ ] }]})
NerocashSDK
Nerocash
ProductsFeesGet started
Nerocash
DashboardDocs
Nerocash
Contact us