Explore
Resources
Company
A non-custodial crypto payment processor for businesses. One API, 17+ coins, 1% flat fee. Payments settle straight to your own wallet — no custody, no KYC, no delays.
How It Works
No paperwork, no waiting. Sign up, add your wallet addresses, start earning.
Email and password — that’s it. No KYC, no documents, no waiting for approval.
Non-custodial by design. Enter your own receiving address for each coin. Funds go straight to your wallet and never touch WolvPay.
Use the API or hosted checkout. Generate invoices in under a second and collect payments instantly.
Platform
Built for speed, security, and simplicity.
0x7fC4...a9e2
$2,500.00
Confirmed
0x88b3...f7c
$880.75
Pending
0xF90L...8a0b
$1,200.00
Confirmed
Monitor every payment, invoice, and wallet balance as it happens.
0.4821 BTC
≈ $32,410.50
Funds forward to your wallet the moment a transaction confirms. No holding period, ever.
Every payment goes directly to your wallet. We never hold or touch your funds.
No identity checks, no document uploads. Start accepting payments today.
BTC
ETH
SOL
USDT
USDC
DOGE
LTC
TRX
MATICAccept Bitcoin, Ethereum, Solana, USDT, USDC, Bitcoin Cash and more — all direct to your wallet.
Supported Assets
Pricing
Flat 1% per transaction. No monthly fee. No setup cost. No contracts.
Developer First
Clean REST API, HMAC-signed webhooks, and code examples. Seamless API integration in minutes.
/api/v1/invoices with amount, currency and coin.<?php
// Create an invoice
$ch = curl_init('https://wolvpay.com/api/v1/invoices');
curl_setopt_array($ch, [
CURLOPT_POST => true,
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => [
'Authorization: Bearer ' . $apiKey,
'Content-Type: application/json',
],
CURLOPT_POSTFIELDS => json_encode([
'amount' => '49.99',
'currency' => 'USD',
'coin' => 'btc',
]),
]);
$res = json_decode(curl_exec($ch), true);
// Redirect to $res['payment_url']
// Create an invoice
const res = await fetch(
'https://wolvpay.com/api/v1/invoices',
{
method: 'POST',
headers: {
'Authorization': `Bearer ${apiKey}`,
'Content-Type': 'application/json',
},
body: JSON.stringify({
amount: '49.99',
currency: 'USD',
coin: 'btc',
}),
}
);
const invoice = await res.json();
// Redirect to invoice.payment_url
# Create an invoice
import requests
resp = requests.post(
"https://wolvpay.com/api/v1/invoices",
headers={
"Authorization": f"Bearer {api_key}",
"Content-Type": "application/json",
},
json={
"amount": "49.99",
"currency": "USD",
"coin": "btc",
},
)
invoice = resp.json()
# Redirect to invoice["payment_url"]
{
"invoice_id": "inv_8fG2kLmQ9x",
"status": "AWAITING_PAYMENT",
"url": "https://invoices.wolvpay.com/inv_8fG2kLmQ9x"
}
Social Proof
Real teams, real results.
Integrated WolvPay in under an hour. Went live the same day and had our first crypto sale before the week was out.
White-label was exactly what we needed. Our checkout feels completely native — customers don’t even know it’s WolvPay powering it.
1% flat with instant payouts beats every traditional payment gateway we’ve used. Switched and never looked back.
FAQ
Get Started
Free to join. 1% per transaction. Instant payouts. No KYC. No monthly fees. No lock-in.