Accept Payments
Anywhere with SellvyPay
Drop-in payment modal for any website. Cards, PayPal, and 8+ cryptocurrencies. Three lines of code. No redirects. Beautiful dark UI.
Every Payment Method, One SDK
Accept payments the way your customers want to pay. Cards, wallets, and crypto -- all through a single beautiful modal.
Everything You Need
Built for developers, designed for conversion. A payment SDK that just works.
Card Payments
Accept Visa, Mastercard, Amex, and more through Stripe. PCI-compliant with 3D Secure support.
PayPal
Let customers pay with their PayPal balance, bank account, or linked cards. One-click checkout.
8+ Cryptocurrencies
Bitcoin, Ethereum, Solana, USDT, USDC, Litecoin, Monero, and Dogecoin. Auto-converted to fiat.
Fraud Protection
Built-in AI fraud detection with risk scoring, VPN blocking, and customizable rules per seller.
3 Lines of Code
Include our script, create a payment, and you are done. No backend required. Works with any framework.
Beautiful Dark UI
Premium dark-themed payment modal that matches modern websites. Shadow DOM prevents CSS conflicts.
Integrate in Minutes
Include our script, initialize with your API key, and call createPayment(). That is it. No server-side code required.
<!-- 1. Include the SDK -->
<script src="https://sellvy.io/sellvypay/sellvypay.js"></script>
<script>
// 2. Initialize with your credentials
const pay = new SellvyPay({
sellerId: 'your-seller-id',
apiKey: 'sk_live_...'
});
// 3. Create a payment
document.getElementById('pay-btn')
.addEventListener('click', async () => {
const result = await pay.createPayment({
amount: 49.99,
currency: 'USD',
description: 'Premium Plan',
customerEmail: 'buyer@example.com',
methods: ['card', 'paypal', 'crypto']
});
if (result.success) {
// Payment completed
}
});
</script>How It Works
Customer Clicks Pay
Your website calls createPayment() which opens the SellvyPay modal.
Choose Method
Customer selects Card, PayPal, or Crypto and enters their details.
Secure Processing
Payment is processed through the appropriate gateway with fraud checks.
Instant Confirmation
Your Promise resolves with success and order details. Deliver your product.
Simple, Transparent Pricing
SellvyPay uses the same pricing as your Sellvy plan. No hidden fees, no surprises.
For new sellers getting started
- All payment methods
- Embeddable SDK
- Email support
- Basic fraud protection
For growing businesses
- All payment methods
- Embeddable SDK
- Priority support
- Advanced fraud protection
- Custom branding
- Webhooks
For high-volume sellers
- All payment methods
- Embeddable SDK
- Dedicated support
- Enterprise fraud protection
- Custom branding
- Webhooks
- API access
- Priority processing
Standard payment processor fees (Stripe, PayPal) apply separately. Crypto has no additional processor fees.
Ready to Accept Payments?
Create your free Sellvy account, grab your API key, and start accepting payments in minutes.