Embeddable Payment SDK

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.

SellvyPay
$49.99
Premium Plan
Card
PayPal
Crypto
Card Number
4242 4242 4242 4242
Expiry
12 / 28
CVC
***
Powered by SellvyPay

Every Payment Method, One SDK

Accept payments the way your customers want to pay. Cards, wallets, and crypto -- all through a single beautiful modal.

Visa
Mastercard
Amex
PayPal
BTC
ETH
SOL
USDT

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
Add a single script tag to your HTML
2
Initialize
Pass your seller ID and API key
3
Create Payments
Call createPayment() with amount and options
index.html
<!-- 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

01

Customer Clicks Pay

Your website calls createPayment() which opens the SellvyPay modal.

02

Choose Method

Customer selects Card, PayPal, or Crypto and enters their details.

03

Secure Processing

Payment is processed through the appropriate gateway with fraud checks.

04

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.

Free
5%per transaction
Free forever

For new sellers getting started

  • All payment methods
  • Embeddable SDK
  • Email support
  • Basic fraud protection
Get Started
Most Popular
Pro
2%per transaction
+ $29/mo

For growing businesses

  • All payment methods
  • Embeddable SDK
  • Priority support
  • Advanced fraud protection
  • Custom branding
  • Webhooks
Get Started
Business
0%per transaction
+ $99/mo

For high-volume sellers

  • All payment methods
  • Embeddable SDK
  • Dedicated support
  • Enterprise fraud protection
  • Custom branding
  • Webhooks
  • API access
  • Priority processing
Get Started

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.