Accept crypto
in minutes.
PrivCart is a multi-chain payment processor. Spin up an invoice, hand your customer a QR, and get paid in Bitcoin, Ether, Monero, stablecoins and more — with automatic detection, confirmation and settlement. No chargebacks, no middlemen.
Twelve assets. Five chains. One API.
Native coins settle on their own chain; ERC-20 tokens settle on Ethereum. Add them to any invoice with a single field.
Create your account
Four steps to your first invoice. It takes about a minute.
Create your account
Enter your email and a strong password. We'll send a verification link to confirm it's you.
Check your email
We sent a verification link to your inbox. Click it to confirm your address, then come back to step 3 to sign in and generate your API key.
Verify your email
Open the email from PrivCart and click the verification link. That link does the work — there's nothing to enter here.
Didn't get it? Check your spam folder — or to send a fresh link.
Sign in & generate your key
Sign in with the account you just created. Once verified, we'll mint your API key on the spot.
Your API key is ready
This is the only time we'll show it. Store it in a secret manager now — a bearer key moves money.
—
Create your first invoice
Drop your key into YOUR_API_KEY and post an invoice. The response includes a hosted checkout URL you can hand straight to your customer.
curl -X POST https://privcart.xyz/v1/invoices \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"asset":"BTC","amount":"0.0001"}'