@extends('layouts.frontend') @section('title', 'Pricing - HilnexPay') @push('styles') @endpush @section('content')

Flexible Pricing for Every Business

Choose the perfect plan to automate your payments and grow your business. No hidden fees, no surprises.

Starter

For individuals and small businesses just getting started.

$29 /month
  • Up to 500 transactions/month
  • Basic analytics
  • Email support
Choose Plan
Most Popular

Business

For growing businesses that need more power and flexibility.

$79 /month
  • Up to 5000 transactions/month
  • Advanced analytics
  • Priority email & chat support
  • API access
Choose Plan

Enterprise

For large-scale businesses with custom requirements.

Custom
  • Unlimited transactions
  • Dedicated account manager
  • 24/7 phone support
  • Custom integrations
Contact Us

Frequently Asked Questions

Have questions? We've got answers.

@php $faqs = [ ['q' => 'Can I change my plan later?', 'a' => 'Yes, you can upgrade or downgrade your plan at any time from your account dashboard.'], ['q' => 'Is there a free trial?', 'a' => 'We offer a 14-day free trial for our Business plan. No credit card required.'], ['q' => 'What payment methods do you accept?', 'a' => 'We accept all major credit cards, as well as payments via PayPal and bank transfer.'], ['q' => 'Are there any setup fees?', 'a' => 'No, there are no setup fees on any of our plans.'], ]; @endphp @foreach($faqs as $faq)

{{ $faq['a'] }}

@endforeach
@endsection @push('scripts') @endpush