PayEngine Pricing Pricing Block - Let's templates
Unlock every premium block and template with All-Access from €20 / 3 months, cancel anytime. Get All-Access
All blocks
Free Pricing

PayEngine Pricing

A pricing block extracted from the PayEngine template, available in Tailwind CSS, Bootstrap, DaisyUI, and Material Design.

0 15
PayEngine Pricing preview
payengine.html
<!DOCTYPE html>
<html lang="en">
<head>
    <script>
        window.FontAwesomeConfig = {
          autoReplaceSvg: 'nest'
        };
      </script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/js/all.min.js" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>PayEngine Pricing | Tailwind CSS UI Block</title>
    <meta name="description" content="A pricing block extracted from the PayEngine template, available in Tailwind CSS, Bootstrap, DaisyUI, and Material Design.">
    <meta name="keywords" content="PayEngine, Tailwind CSS template, HTML website template, fintech website template, payout platform landing page, global payments, financial infrastructure, responsive fintech design">
    <meta name="author" content="Let's templates">
    <link rel="canonical" href="">

    <meta property="og:type" content="product">
    <meta property="og:site_name" content="Let's templates">
    <meta property="og:locale" content="en_US">
    <meta property="og:url" content="">
    <meta property="og:title" content="PayEngine | Tailwind CSS Fintech Payments Template">
    <meta property="og:description" content="A modern Tailwind CSS fintech template for global payouts, intelligent ledger technology, payment compliance, reporting, and financial infrastructure platforms.">
    <meta property="og:image" content="">
    <meta property="og:image:alt" content="PayEngine template preview">

    <meta name="twitter:card" content="summary_large_image">
    <meta name="twitter:url" content="">
    <meta name="twitter:title" content="PayEngine | Tailwind CSS Fintech Payments Template">
    <meta name="twitter:description" content="A modern Tailwind CSS fintech template for global payouts, intelligent ledger technology, payment compliance, reporting, and financial infrastructure platforms.">
    <meta name="twitter:image" content="">
    <meta name="twitter:image:alt" content="PayEngine template preview">
    <script src="https://cdn.tailwindcss.com"></script>
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
    <style>
        body {
            font-family: 'Inter', sans-serif;
            background-color: #000000;
        }
    </style>
</head>
<body class="text-white selection:bg-white selection:text-black">
<!-- block:start pricing -->
        <section id="pricing" class="max-w-7xl mx-auto px-6 py-32 border-t border-white/5">
            <div class="mb-20">
                <div class="text-[10px] uppercase tracking-[0.2em] font-bold text-white/40 mb-6">Pricing Plans</div>
                <h2 class="text-3xl md:text-4xl font-medium">Scaling with your growth</h2>
            </div>
            <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
                <div class="p-8 border border-white/5 bg-white/[0.02] rounded-lg space-y-8">
                    <div>
                        <div class="text-sm font-medium mb-2">Startup</div>
                        <div class="text-3xl font-medium">$499<span class="text-sm text-white/40 font-normal">/mo</span></div>
                    </div>
                    <ul class="space-y-4 text-sm text-white/40">
                        <li class="flex items-center gap-3"><i class="fa-solid fa-check text-[10px] text-white"></i> Up to 1k payouts/mo</li>
                        <li class="flex items-center gap-3"><i class="fa-solid fa-check text-[10px] text-white"></i> Basic reporting</li>
                        <li class="flex items-center gap-3"><i class="fa-solid fa-check text-[10px] text-white"></i> Email support</li>
                    </ul>
                    <button class="w-full py-3 border border-white/10 rounded-md text-sm font-bold hover:bg-white/5 transition-all">Get Started</button>
                </div>
                <div class="p-8 border border-white/20 bg-white/[0.05] rounded-lg space-y-8 relative">
                    <div class="absolute -top-3 left-8 px-3 py-1 bg-white text-black text-[10px] font-bold uppercase tracking-wider rounded-sm">Most Popular</div>
                    <div>
                        <div class="text-sm font-medium mb-2">Enterprise</div>
                        <div class="text-3xl font-medium">$1,999<span class="text-sm text-white/40 font-normal">/mo</span></div>
                    </div>
                    <ul class="space-y-4 text-sm text-white/40">
                        <li class="flex items-center gap-3"><i class="fa-solid fa-check text-[10px] text-white"></i> Up to 10k payouts/mo</li>
                        <li class="flex items-center gap-3"><i class="fa-solid fa-check text-[10px] text-white"></i> Advanced analytics</li>
                        <li class="flex items-center gap-3"><i class="fa-solid fa-check text-[10px] text-white"></i> Priority 24/7 support</li>
                    </ul>
                    <button class="w-full py-3 bg-white text-black rounded-md text-sm font-bold hover:bg-white/90 transition-all">Select Plan</button>
                </div>
                <div class="p-8 border border-white/5 bg-white/[0.02] rounded-lg space-y-8">
                    <div>
                        <div class="text-sm font-medium mb-2">Custom</div>
                        <div class="text-3xl font-medium">Talk to Sales</div>
                    </div>
                    <ul class="space-y-4 text-sm text-white/40">
                        <li class="flex items-center gap-3"><i class="fa-solid fa-check text-[10px] text-white"></i> Unlimited volume</li>
                        <li class="flex items-center gap-3"><i class="fa-solid fa-check text-[10px] text-white"></i> Custom integrations</li>
                        <li class="flex items-center gap-3"><i class="fa-solid fa-check text-[10px] text-white"></i> Dedicated manager</li>
                    </ul>
                    <button class="w-full py-3 border border-white/10 rounded-md text-sm font-bold hover:bg-white/5 transition-all">Contact Us</button>
                </div>
            </div>
        </section>
        <!-- block:end pricing -->
</body>
</html>

From this template

PayEngine screenshot Free

SaaS

PayEngine

Unlimited access to all products

Unlock the entire library of premium templates and blocks. Renews automatically, cancel anytime.

€20 / 3 months or €60 / year
Get Unlimited Access