Easy multi-crypto payments for web developers
Fast API integration, low fees, and one-click generated HTML/PHP snippets for instant payments.
Main advantages
Fast integration
Start accepting crypto payments in minutes using simple API calls or one-line HTML/PHP snippets.
Secure & private
End-to-end encrypted transactions, non-custodial wallet processing, and partner isolation by subdomain.
Low fees
Pay only a small service fee plus the network cost. No hidden costs or monthly subscriptions.
Customizable UI
Adjust colors, layout, and available coins per partner directly via API or URL parameters.
API / Customization
You can customize colors, coins, and other settings either in your hosted partner panel or via API/URL parameters passed to payserver.
- Partner detection:
{partner}. - Customizable: appearance colors, available coins, amounts, callback URLs
Minimal PHP snippet that builds a redirect/payment link (example).
Sample integration (PHP)
// Example: build a payment URL and redirect user
$partner = 'YOUR_NAME';
$coin = 'BTC';
$amount = '0.001';
$item = 'Gold Plate 10g';
$payurl = "https://{$partner}./pay.php?v={$partner}&c={$coin}&a={$amount}&s=".urlencode($item);
// redirect
header("Location: " . $payurl);
exit;
Discover more usefull codes
Supported cryptos
Fees
Fees are low and depend on coin network fees + service fee. Example: 0.5% + network fee (varies).
Partners & Technologies