ACCEPTCRYPTO TO YOUROWN WALLET
For your site, bot or any other project - Accept USDC & SOL payments.
Non-custodial.
For your site, bot or any other project - Accept USDC & SOL payments. Non-custodial.
For your site, bot or any other project - Accept USDC & SOL payments
Non-custodial.
To start - sign in to your account, create a merchant, and fill in the required fields: your Solana wallet and other settings.
After that, you can create a payment link in dashboard and send it to the customer, or integrate the API to accept payments for your website, bot, or any other project.
curl 'https://cryptnow.io/api/v1/payment/create' \ -X POST \ -H 'X-Public-Key: public_4F8x...' \ -H 'X-Signature: 21bc4f0d2d0e...' \ -H 'Content-Type: application/json' \ -d '{ "amount": "14.20", "currency": "USD", "order_id": "147", "success_url": "https://site.io" }'For payments from $0.10 to $1.99 the fee is always $0.01. From $2.00 and above it increases by $0.01 per whole dollar.
CryptoNow never holds your funds. In one blockchain transaction, two recipients are set at once: your wallet and our fee wallet, so the payment goes directly to both sides.
Use the API to automate payments. Create a payment link, send the customer to it, and after receiving the webhook about a successful payment, update the order status in your system.