> For the complete documentation index, see [llms.txt](https://docs.hyperswitch.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hyperswitch.io/other-features/merchant-controls/payment-features.md).

# Payment Features

Juspay Hyperswitch SDKs provide client-side payment capabilities across web and mobile platforms. Our frontend SDKs handle secure payment collection, user authentication, and seamless checkout experiences while maintaining PCI compliance.

### Core SDK Features

#### Payment Collection

* **Secure Card Input**: PCI-compliant form fields with real-time validation
* **Payment Method Selection**: Support for cards, wallets, and local payment methods
* **Tokenization**: Convert sensitive data to secure tokens on the client
* **Auto-formatting**: Smart card number, expiry, and CVV formatting

#### Authentication & Security

* **3D Secure 2.0**: Seamless authentication with challenge flows when needed
* **Biometric Authentication**: Touch ID, Face ID, and fingerprint support on mobile
* **Encryption**: End-to-end encryption for all sensitive data
* **Device Security**: Secure enclave and keystore utilization

#### User Experience

* **Card Scanning**: Camera-based card input (mobile only)
* **Saved Payment Methods**: Tokenized card storage and management
* **One-Click Payments**: Express checkout with saved methods
* **Auto-complete**: Browser and device autofill integration
* **Real-time Validation**: Instant feedback on form inputs

#### Platform-Specific Features

**Web SDK**

* Payment Request API integration
* Browser autofill support
* Apple Pay (with domain verification)
* Google Pay web integration

**Mobile SDKs (iOS/Android)**

* Native wallet integration (Apple Pay/Google Pay)
* NFC tap-to-pay support (Beta)
* Camera-based card scanning
* Biometric authentication
* Native UI components

**Cross-Platform (React Native/Flutter)**

* Platform-appropriate wallet integration
* Shared business logic with native UI
* Camera access for card scanning
* Cross-platform biometric support (Beta)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.hyperswitch.io/other-features/merchant-controls/payment-features.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
