CipherPayCipherPay
DOCSFAQ
POWERED BY CIPHERSCAN

Accept shielded Zcash payments

Non-custodial payment gateway with real-time mempool detection. Your keys, your privacy, your commerce.

START ACCEPTING ZECHOW IT WORKS
WHY CIPHERPAY
01 // Non-Custodial

Your keys, your funds. CipherPay never holds your ZEC. Payments go directly to your shielded address.

02 // Fully Shielded

Every payment uses Zcash shielded transactions. No transparent addresses, no leaking metadata.

03 // Real-Time

Mempool scanning with trial decryption catches payments in seconds, not minutes.

HOW IT WORKS

Three steps. Zero middlemen.

1. RegisterProvide your viewing key + payment address
2. Add ProductsCreate your catalog in the dashboard
3. Get PaidShare links or integrate via API
FOR DEVELOPERS

One API call to get paid

terminalREST API
curl -X POST https://api.cipherpay.app/api/invoices \
  -H "Authorization: Bearer cpay_sk_..." \
  -H "Content-Type: application/json" \
  -d '{"price_eur": 29.99, "product_name": "T-Shirt"}'

# Response:
# {
#   "invoice_id": "a1b2c3...",
#   "memo_code": "CP-C6CDB775",
#   "price_zec": 0.12345678,
#   "zcash_uri": "zcash:u1...?amount=0.12345678&memo=...",
#   "payment_address": "u1...",
#   "expires_at": "2026-02-21T13:30:00Z"
# }
INTEGRATIONS

Works with your stack

HOSTED CHECKOUT

Share a payment link. No website needed. Works from social media, email, or chat.

REST API

Create invoices, manage products, receive webhooks. Full programmatic control.

JS WIDGET

Drop a script tag on any page. One line to add ZEC payments to any website.

WOOCOMMERCE

Install the plugin, enter your API key. Your WordPress store accepts ZEC.

Ready to accept private payments?

Set up in under a minute. No KYC. No middleman. Just ZEC.

CREATE YOUR MERCHANT ACCOUNT