@php $securityFeatures = [ ['icon' => 'fa-fingerprint', 'title' => 'Biometric App Login', 'desc' => 'Face ID and fingerprint unlock for the Yatra Card app — no passwords to remember or leak.'], ['icon' => 'fa-key', 'title' => 'OTP Verification', 'desc' => 'One-time codes confirm every recharge and account change from a new device.'], ['icon' => 'fa-lock', 'title' => 'End-to-End Encryption', 'desc' => 'AES-256 encryption protects every transaction, at rest and in transit.'], ['icon' => 'fa-shield-halved', 'title' => 'PCI DSS Compliance', 'desc' => 'Card data is handled under PCI-DSS Level 1 standards — never stored in plain text.'], ['icon' => 'fa-robot', 'title' => 'AI Fraud Detection', 'desc' => 'Machine learning models flag unusual tap patterns and block suspicious activity in real time.'], ['icon' => 'fa-user-check', 'title' => 'KYC & AML', 'desc' => 'Personalized cards are verified against national KYC and anti-money-laundering standards.'], ['icon' => 'fa-cloud', 'title' => 'Secure Cloud Infrastructure', 'desc' => 'Multi-region redundancy and continuous monitoring keep the platform available and safe.'], ['icon' => 'fa-mobile-retro', 'title' => 'Device Verification', 'desc' => 'New devices logging into your account are verified before any sensitive action is allowed.'], ]; @endphp @component('layouts.app', [ 'title' => 'Security', 'metaDescription' => 'How Yatra Card protects every tap — biometric login, end-to-end encryption, AI fraud detection, and PCI-DSS compliance.', ]) @include('partials.page-hero', [ 'eyebrow' => 'Product', 'title' => 'Enterprise-Grade Security You Can Trust', 'subtitle' => 'Every tap, recharge, and login is protected by the same standards used by major banks and payment networks.', ])
Secure data infrastructure protecting every Yatra Card transaction

Every transaction runs through the same infrastructure standards trusted by major banks.

@foreach ($securityFeatures as $i => $item)

{{ $item['title'] }}

{{ $item['desc'] }}

@endforeach

Certifications

Licensed, Audited, Accountable

@foreach ([ ['icon' => 'fa-landmark', 'label' => 'NRB Licensed'], ['icon' => 'fa-shield-halved', 'label' => 'PCI-DSS Level 1'], ['icon' => 'fa-certificate', 'label' => 'ISO 27001'], ['icon' => 'fa-award', 'label' => 'ISO 9001'], ] as $badge) {{ $badge['label'] }} @endforeach

All systems operational · 99.97% uptime last 90 days

Rider Checklist

Keep Your Own Account Locked Down

@foreach ([ ['q' => 'Enable Face ID or fingerprint login', 'a' => 'Turn this on in the app under Settings → Security. It stops anyone but you from opening the app, even with your phone unlocked.'], ['q' => 'Never share your OTP with anyone', 'a' => 'Yatra Card staff will never call or message asking for your one-time code. If someone does, it\'s a scam — report it immediately.'], ['q' => 'Freeze your card the moment it\'s lost', 'a' => 'Freezing takes one tap in the app and stops all further transactions instantly, even before you report it formally.'], ['q' => 'Review your transaction history monthly', 'a' => 'A quick scan catches anything unfamiliar early — the sooner it\'s flagged, the faster it\'s resolved.'], ['q' => 'Keep your app and phone OS updated', 'a' => 'Updates often include security patches that close vulnerabilities before they can be exploited.'], ] as $item)

{{ $item['a'] }}

@endforeach

Found a Security Issue?

We run a responsible disclosure program — report vulnerabilities and we'll respond within 24 hours.

Report a Vulnerability
@include('partials.home.cta') @endcomponent