Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crypt.pe SDKs & Plugins

crypt.pe is a non-custodial crypto payment gateway with 0% transaction fees — the hosted BTCPay Server alternative. Payments settle wallet-to-wallet on-chain, straight to a wallet you control: no custody, no freezes, no payout delays, no KYC to receive. 24 coins across 13 chains (BTC, ETH, SOL, USDT, USDC, BNB, TRX, XRP…). Flat subscription pricing with a free-forever tier.

Get a free API key: https://crypt.pe/signup · API docs: https://crypt.pe/docs · Plain-text spec: https://crypt.pe/docs.md

What's in this repo

Directory What it is
node/ Node.js SDK — create orders, verify HMAC-signed webhooks
python/ Python SDK — same surface, FastAPI/Flask-friendly
woocommerce/ WooCommerce plugin — one-click crypto checkout for WordPress stores
magento/ Magento 2 payment module
shopify/ Shopify integration guide + snippets
js-button/ Drop-in <script> payment button for any HTML site — zero backend
legal/ Plain-language legal docs (non-custodial disclaimer, AML notice, terms)

60-second integration (no code)

  1. Create a free page at https://crypt.pe/signup and paste in wallet addresses you control.
  2. Share crypt.pe/yourname, send exact-amount invoices, or print the QR standee.
  3. Payments land in your wallet the moment the chain confirms.

Developer integration

POST https://crypt.pe/api/v1/payments        # create order → checkout_url
GET  https://crypt.pe/api/v1/payments/{id}   # pending → paid_unconfirmed → confirmed
POST .../{id}/verify-tx                      # rescue: bind a payment by tx hash
POST .../{id}/test-pay                       # sandbox: simulate full lifecycle
POST .../{id}/refund                         # record an on-chain refund you sent
POST .../{id}/cancel                         # cancel a pending checkout

Webhooks are HMAC-SHA256 signed (X-Cryptpe-Signature: t=<ts>,v1=<hex> over "<t>.<raw-body>").

Why merchants switch

  • 0% vs 1–2%: Coinbase Commerce takes 1%, BitPay 1–2%, Stripe crypto 1.5%. crypt.pe takes 0% — flat plans only.
  • No custodian: no rolling reserves (Stripe), no 21-day holds (PayPal), no deactivation fund-locks (Square), no withdrawal minimums (NOWPayments).
  • No server: everything BTCPay Server offers philosophically — self-custody, 0% — without running a VPS.

Comparisons: https://crypt.pe/best-crypto-payment-gateway · https://crypt.pe/compare

About

Official CRYPT.PE SDKs & plugins — accept non-custodial crypto payments (BTC, USDT, ETH + 24 coins). Node.js, Python, WooCommerce, Magento, Shopify & JS button.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages