Nerocash
Products
Fees
Get started
Docs
Launch dashboard
Payment processing for the
Decentralized 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 sessions
Create 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
Subscriptions
Create 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
Products
Fees
Get started
Nerocash
Dashboard
Docs
Nerocash
Contact us