{{-- resources/views/pages/pricing.blade.php --}} @extends('layouts.public') @section('title', (site_name() ?? 'Razcrypto') . ' — Pricing') @section('content') @php // central colors from site settings (helpers.php) $primary = function_exists('primary_color') ? primary_color() : '#4f46e5'; $primary_light = function_exists('primary_light_color') ? primary_light_color() : '#6366f1'; $secondary = function_exists('secondary_color') ? secondary_color() : '#10b981'; $dark = '#1e293b'; $light = '#f8fafc'; @endphp @push('styles') @endpush
{{-- Brand / hero --}}
The most transparent and cost-effective crypto payment gateway — low settlement fee, fast settlement, easy integration.

Fee Comparison

See how much you save with {{ site_name() ?? 'Razcrypto' }} compared to other gateways

Feature {{ site_name() ?? 'Razcrypto' }} Other Gateways
Gateway Fee 0.5% only 1–2% + transaction fees
Transaction Fee FREE ~1% typically
Settlement Fee 0.5% only 1% typically
Blockchain Gas Fee $0.50 fixed Varies + markup
Total Fees on $100 $1.00 $2.50–$3.50
Total Fees on $1000 $5.50 $25–$35

Why Choose {{ site_name() ?? 'Razcrypto' }}?

Built for merchants who want simple, fast and transparent crypto payments.

🔖

Lowest Fees in Market

Only 0.5% gateway fee. No hidden charges or per-transaction markups.

🔒

Secure Transactions

Blockchain-powered security and verification for each payment.

Fast Settlements

Optimized processing for faster confirmations and settlements.

No Volume Limits

Process unlimited transactions — suitable for small stores to enterprises.

🔌

Easy Integration

JavaScript SDK and simple server-side APIs — integrate in minutes.

🎧

24/7 Support

Dedicated team to assist with integration and production issues.

Fee Calculator

Estimate fees and see how much you keep after settlement.

Calculate Your Savings

Your Transaction Details

Transaction Amount:$0.00
Blockchain Gas Fee:$0.00
Gateway Fee:$0.00
You Will Receive:$0.00

Ready to Save on Payment Processing?

Join thousands of businesses already saving with {{ site_name() ?? 'Razcrypto' }}.

Get Started for Free
@push('scripts') @endpush @endsection