This document describes a proposed system for credit card authentication using facial recognition. The system aims to address security issues with credit card fraud during online transactions. Currently, credit cards often rely on PIN codes for authentication, but PIN codes can be stolen or forgotten. The proposed system uses facial recognition technology to authenticate users during online credit card payments. When users register their credit card, their photo would be taken and their facial features extracted and stored in a database. During a payment, the system would compare the user's live photo to the stored facial features to verify their identity before approving the transaction. The document outlines the facial recognition process, including face detection, feature extraction using Local Binary Patterns, and face matching. It also provides sample